~ubuntu-branches/ubuntu/trusty/blender/trusty-proposed

« back to all changes in this revision

Viewing changes to source/blender/compositor/intern/COM_CompositorContext.cpp

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-08-14 10:43:49 UTC
  • mfrom: (14.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20130814104349-t1d5mtwkphp12dyj
Tags: 2.68a-3
* Upload to unstable
* debian/: python3.3 Depends simplified
  - debian/control: python3.3 Depends dropped
    for blender-data package
  - 0001-blender_thumbnailer.patch refreshed
* debian/control: libavcodec b-dep versioning dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        this->m_rd = NULL;
30
30
        this->m_quality = COM_QUALITY_HIGH;
31
31
        this->m_hasActiveOpenCLDevices = false;
32
 
        this->m_activegNode = NULL;
33
32
        this->m_fastCalculation = false;
34
33
        this->m_viewSettings = NULL;
35
34
        this->m_displaySettings = NULL;