[Bf-codereview] Weight Paint (Radish Branch 2011) (issue 5021044)

ideasman42 at gmail.com ideasman42 at gmail.com
Thu Sep 15 09:07:43 CEST 2011


reply to matt's comment.


http://codereview.appspot.com/5021044/diff/1/source/blender/makesrna/intern/rna_scene.c
File source/blender/makesrna/intern/rna_scene.c (right):

http://codereview.appspot.com/5021044/diff/1/source/blender/makesrna/intern/rna_scene.c#newcode1123
source/blender/makesrna/intern/rna_scene.c:1123:
RNA_def_property_update(prop, 0, "rna_update_active_object");
On 2011/09/15 06:49:12, mattebb wrote:
> This doesn't look right - especially doing it from a scene property. I
think
> this needs an alternative.

You're right, replaced these with RNA_def_property_update(prop,
NC_GEOM|ND_DATA, 0); r40213.

http://codereview.appspot.com/5021044/


More information about the Bf-codereview mailing list