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

« back to all changes in this revision

Viewing changes to intern/cycles/blender/addon/__init__.py

  • 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:
21
21
bl_info = {
22
22
    "name": "Cycles Render Engine",
23
23
    "author": "",
24
 
    "blender": (2, 60, 5),
 
24
    "blender": (2, 67, 0),
25
25
    "location": "Info header, render engine menu",
26
26
    "description": "Cycles Render Engine integration",
27
27
    "warning": "",
40
40
    bl_label = "Cycles Render"
41
41
    bl_use_shading_nodes = True
42
42
    bl_use_preview = True
 
43
    bl_use_exclude_layers = True
 
44
    bl_use_save_buffers = True
43
45
 
44
46
    def __init__(self):
45
47
        self.session = None