[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36816] trunk/blender/source/blender/ makesrna/intern/rna_object_force.c: file had non utf8 characters.

Campbell Barton ideasman42 at gmail.com
Sun May 22 07:36:12 CEST 2011


Revision: 36816
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36816
Author:   campbellbarton
Date:     2011-05-22 05:36:11 +0000 (Sun, 22 May 2011)
Log Message:
-----------
file had non utf8 characters.

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_object_force.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_object_force.c	2011-05-22 04:25:31 UTC (rev 36815)
+++ trunk/blender/source/blender/makesrna/intern/rna_object_force.c	2011-05-22 05:36:11 UTC (rev 36816)
@@ -1056,8 +1056,8 @@
 	static EnumPropertyItem field_type_items[] = {
 		{0, "NONE", 0, "None", ""},
 		{PFIELD_FORCE, "FORCE", ICON_FORCE_FORCE, "Force", "Gives a radial field toward the center of object"},
-		{PFIELD_WIND, "WIND", ICON_FORCE_WIND, "Wind", "Gives a constant force along the force object\x92s local Z axis"},
-		{PFIELD_VORTEX, "VORTEX", ICON_FORCE_VORTEX, "Vortex", "Gives a spiraling force that twists the force object\x92s local Z axis"},
+		{PFIELD_WIND, "WIND", ICON_FORCE_WIND, "Wind", "Gives a constant force along the force objects local Z axis"},
+		{PFIELD_VORTEX, "VORTEX", ICON_FORCE_VORTEX, "Vortex", "Gives a spiraling force that twists the force objects local Z axis"},
 		{PFIELD_MAGNET, "MAGNET", ICON_FORCE_MAGNETIC, "Magnetic", "Forcefield depends on the speed of the particles"},
 		{PFIELD_HARMONIC, "HARMONIC", ICON_FORCE_HARMONIC, "Harmonic", "The source of this force field is the zero point of a harmonic oscillator"},
 		{PFIELD_CHARGE, "CHARGE", ICON_FORCE_CHARGE, "Charge", "Spherical forcefield based on the charge of particles, only influences other charge force fields"},




More information about the Bf-blender-cvs mailing list