[Bf-extensions-cvs] [f0de8bb0] master: Cleanup removed RNA properties.

Bastien Montagne noreply at git.blender.org
Wed Feb 6 17:13:47 CET 2019


Commit: f0de8bb00bb83caea98c2a51620f282b1002d369
Author: Bastien Montagne
Date:   Wed Feb 6 17:12:36 2019 +0100
Branches: master
https://developer.blender.org/rBACf0de8bb00bb83caea98c2a51620f282b1002d369

Cleanup removed RNA properties.

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

M	space_view3d_enhanced_3d_cursor.py

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

diff --git a/space_view3d_enhanced_3d_cursor.py b/space_view3d_enhanced_3d_cursor.py
index 0896cc99..dfe5fa4c 100644
--- a/space_view3d_enhanced_3d_cursor.py
+++ b/space_view3d_enhanced_3d_cursor.py
@@ -3191,10 +3191,10 @@ class MeshCache:
             tmp_obj.show_in_front = src_obj.show_in_front
 
             tmp_obj.instance_faces_scale = src_obj.instance_faces_scale
-            tmp_obj.instance_frames_end = src_obj.instance_frames_end
-            tmp_obj.instance_frames_off = src_obj.instance_frames_off
-            tmp_obj.instance_frames_on = src_obj.instance_frames_on
-            tmp_obj.instance_frames_start = src_obj.instance_frames_start
+            #tmp_obj.instance_frames_end = src_obj.instance_frames_end
+            #tmp_obj.instance_frames_off = src_obj.instance_frames_off
+            #tmp_obj.instance_frames_on = src_obj.instance_frames_on
+            #tmp_obj.instance_frames_start = src_obj.instance_frames_start
             tmp_obj.instance_collection = src_obj.instance_collection
             #tmp_obj.dupli_list = src_obj.dupli_list
             tmp_obj.instance_type = src_obj.instance_type



More information about the Bf-extensions-cvs mailing list