Cycles Addon:
* Code cleanup
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
bl_info = {
|
||||
"name": "Cycles Render Engine",
|
||||
"author": "",
|
||||
"blender": (2, 60, 5),
|
||||
"blender": (2, 66, 0),
|
||||
"location": "Info header, render engine menu",
|
||||
"description": "Cycles Render Engine integration",
|
||||
"warning": "",
|
||||
|
||||
@@ -1093,13 +1093,9 @@ class CyclesScene_PT_simplify(CyclesButtonsPanel, Panel):
|
||||
|
||||
layout.active = rd.use_simplify
|
||||
|
||||
split = layout.split()
|
||||
|
||||
col = split.column()
|
||||
col.prop(rd, "simplify_subdivision", text="Subdivision")
|
||||
|
||||
col = split.column()
|
||||
col.prop(rd, "simplify_child_particles", text="Child Particles")
|
||||
row = layout.row()
|
||||
row.prop(rd, "simplify_subdivision", text="Subdivision")
|
||||
row.prop(rd, "simplify_child_particles", text="Child Particles")
|
||||
|
||||
|
||||
def draw_device(self, context):
|
||||
|
||||
Reference in New Issue
Block a user