Revision: 22268
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22268
Author:   genscher
Date:     2009-08-06 19:00:37 +0200 (Thu, 06 Aug 2009)

Log Message:
-----------
Smoke: forgot ui redraw event

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/makesrna/intern/rna_smoke.c

Modified: branches/blender2.5/blender/source/blender/makesrna/intern/rna_smoke.c
===================================================================
--- branches/blender2.5/blender/source/blender/makesrna/intern/rna_smoke.c      
2009-08-06 16:50:02 UTC (rev 22267)
+++ branches/blender2.5/blender/source/blender/makesrna/intern/rna_smoke.c      
2009-08-06 17:00:37 UTC (rev 22268)
@@ -156,7 +156,7 @@
        prop= RNA_def_property(srna, "viewhighres", PROP_BOOLEAN, PROP_NONE);
        RNA_def_property_boolean_sdna(prop, NULL, "viewsettings", 
MOD_SMOKE_VIEW_USEBIG);
        RNA_def_property_ui_text(prop, "Show high res", "Show high resolution 
(using amplification).");
-       RNA_def_property_update(prop, NC_OBJECT|ND_MODIFIER, NULL);
+       RNA_def_property_update(prop, NC_OBJECT|ND_MODIFIER, 
"rna_Smoke_redraw");
 
        prop= RNA_def_property(srna, "noise_type", PROP_ENUM, PROP_NONE);
        RNA_def_property_enum_sdna(prop, NULL, "noise");


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to