[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47036] trunk/blender/source/blender/ makesrna/intern/rna_particle.c: Fix dummy cp/pt error ( harmless in blender itself, but breaking doc and i18n tools...).

Bastien Montagne montagne29 at wanadoo.fr
Sat May 26 10:31:39 CEST 2012


Revision: 47036
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47036
Author:   mont29
Date:     2012-05-26 08:31:34 +0000 (Sat, 26 May 2012)
Log Message:
-----------
Fix dummy cp/pt error (harmless in blender itself, but breaking doc and i18n tools...).

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_particle.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_particle.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_particle.c	2012-05-26 00:46:12 UTC (rev 47035)
+++ trunk/blender/source/blender/makesrna/intern/rna_particle.c	2012-05-26 08:31:34 UTC (rev 47036)
@@ -1754,7 +1754,6 @@
 	RNA_def_property_enum_sdna(prop, NULL, "distr");
 	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
 	RNA_def_property_enum_items(prop, part_dist_items);
-	RNA_def_property_enum_items(prop, part_draw_as_items);
 	RNA_def_property_enum_funcs(prop, NULL, NULL, "rna_Particle_dist_itemf");
 	RNA_def_property_ui_text(prop, "Distribution", "How to distribute particles on selected element");
 	RNA_def_property_update(prop, 0, "rna_Particle_reset");




More information about the Bf-blender-cvs mailing list