Commit: bbf2f3ac2a5990287c5caff4a3a603d98ab68b50
Author: Luca Rood
Date:   Thu Apr 13 15:48:55 2017 +0200
Branches: cloth-improvements
https://developer.blender.org/rBbbf2f3ac2a5990287c5caff4a3a603d98ab68b50

Merge branch 'master' into cloth-improvements

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



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

diff --cc release/scripts/startup/bl_ui/properties_physics_cloth.py
index 3888b2e58aa,0a7890670b2..bcfadcea7e3
--- a/release/scripts/startup/bl_ui/properties_physics_cloth.py
+++ b/release/scripts/startup/bl_ui/properties_physics_cloth.py
@@@ -393,5 -256,17 +393,18 @@@ class PHYSICS_PT_cloth_field_weights(Ph
          cloth = context.cloth.settings
          effector_weights_ui(self, context, cloth.effector_weights, 'CLOTH')
  
+ classes = (
+     CLOTH_MT_presets,
+     PHYSICS_PT_cloth,
+     PHYSICS_PT_cloth_cache,
++    PHYSICS_PT_cloth_shape,
+     PHYSICS_PT_cloth_collision,
 -    PHYSICS_PT_cloth_stiffness,
 -    PHYSICS_PT_cloth_sewing,
++    PHYSICS_PT_cloth_scaling,
++    PHYSICS_PT_cloth_adaptive_subframes,
+     PHYSICS_PT_cloth_field_weights,
+ )
+ 
  if __name__ == "__main__":  # only for live edit.
-     bpy.utils.register_module(__name__)
+     from bpy.utils import register_class
+     for cls in classes:
+         register_class(cls)

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to