[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32316] trunk/blender/source/blender/ makesrna/intern/rna_curve.c: Fixed own typo in last commit to curve RNA

Sergey Sharybin g.ulairi at gmail.com
Tue Oct 5 09:22:45 CEST 2010


Revision: 32316
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32316
Author:   nazgul
Date:     2010-10-05 09:22:44 +0200 (Tue, 05 Oct 2010)

Log Message:
-----------
Fixed own typo in last commit to curve RNA

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_curve.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_curve.c	2010-10-05 06:13:01 UTC (rev 32315)
+++ trunk/blender/source/blender/makesrna/intern/rna_curve.c	2010-10-05 07:22:44 UTC (rev 32316)
@@ -1373,7 +1373,7 @@
 	prop= RNA_def_property(srna, "use_cyclic_v", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "flagv", CU_NURB_CYCLIC);
 	RNA_def_property_ui_text(prop, "Cyclic V", "Make this surface a closed loop in the V direction");
-	RNA_def_property_update(prop, 0, "rna_Nurb_update_cyclic_u");
+	RNA_def_property_update(prop, 0, "rna_Nurb_update_cyclic_v");
 
 
 	/* Note, endpoint and bezier flags should never be on at the same time! */





More information about the Bf-blender-cvs mailing list