[Bf-blender-cvs] [09b40aa0397] master: Fix "typo" in show_object_viewport* RNA_def_property_update

Dalai Felinto noreply at git.blender.org
Tue Feb 12 18:10:50 CET 2019


Commit: 09b40aa03973c3fda6a1f279aab098b6319a54f0
Author: Dalai Felinto
Date:   Tue Feb 12 14:27:30 2019 -0200
Branches: master
https://developer.blender.org/rB09b40aa03973c3fda6a1f279aab098b6319a54f0

Fix "typo" in show_object_viewport* RNA_def_property_update

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

M	source/blender/makesrna/intern/rna_space.c

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

diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index c24ca3b3bb4..e9920f49dda 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -3308,7 +3308,7 @@ static void rna_def_space_view3d(BlenderRNA *brna)
 				RNA_def_property_boolean_negative_sdna(
 				        prop, NULL, view_mask_member[mask_index], info[type_index].type_mask);
 				RNA_def_property_ui_text(prop, info[type_index].name, "");
-				RNA_def_property_update(prop, NC_SPACE | ND_SPACE_SEQUENCER, NULL);
+				RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, NULL);
 
 			}
 		}



More information about the Bf-blender-cvs mailing list