[Bf-blender-cvs] [da63e23] particles_refactor: Added missing draw function in the modifier panel.

Lukas Tönne noreply at git.blender.org
Tue Apr 22 12:05:22 CEST 2014


Commit: da63e23ef7bc552251ad59e2d87bec2c940cc13d
Author: Lukas Tönne
Date:   Tue Jun 4 13:26:02 2013 +0200
https://developer.blender.org/rBda63e23ef7bc552251ad59e2d87bec2c940cc13d

Added missing draw function in the modifier panel.

===================================================================

M	release/scripts/startup/bl_ui/properties_data_modifier.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_data_modifier.py b/release/scripts/startup/bl_ui/properties_data_modifier.py
index 8e3e289..5265331 100644
--- a/release/scripts/startup/bl_ui/properties_data_modifier.py
+++ b/release/scripts/startup/bl_ui/properties_data_modifier.py
@@ -1223,5 +1223,8 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
         col.prop(md, "material_offset", text="Material Offset")
 
 
+    def NPARTICLE_SYSTEM(self, layout, ob, md):
+        pass
+
 if __name__ == "__main__":  # only for live edit.
     bpy.utils.register_module(__name__)




More information about the Bf-blender-cvs mailing list