[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55873] trunk/blender: Usual typo fixes...

Bastien Montagne montagne29 at wanadoo.fr
Sun Apr 7 12:21:22 CEST 2013


Revision: 55873
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55873
Author:   mont29
Date:     2013-04-07 10:21:22 +0000 (Sun, 07 Apr 2013)
Log Message:
-----------
Usual typo fixes... ;)

Modified Paths:
--------------
    trunk/blender/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
    trunk/blender/release/scripts/startup/bl_operators/freestyle.py
    trunk/blender/source/blender/blenfont/BLF_translation.h
    trunk/blender/source/blender/editors/render/render_shading.c
    trunk/blender/source/blender/makesrna/intern/rna_define.c
    trunk/blender/source/blender/makesrna/intern/rna_linestyle.c
    trunk/blender/source/blender/makesrna/intern/rna_scene.c

Modified: trunk/blender/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
===================================================================
--- trunk/blender/release/scripts/modules/bl_i18n_utils/utils_spell_check.py	2013-04-07 10:10:00 UTC (rev 55872)
+++ trunk/blender/release/scripts/modules/bl_i18n_utils/utils_spell_check.py	2013-04-07 10:21:22 UTC (rev 55873)
@@ -99,6 +99,7 @@
         "inscatter", "inscattering",
         "libdata",
         "lightless",
+        "lineset",
         "localview",
         "lookup", "lookups",
         "mathutils",
@@ -136,6 +137,7 @@
         "retarget", "retargets", "retargeting", "retargeted",
         "ringnoise",
         "rolloff",
+        "runtime",
         "screencast", "screenshot", "screenshots",
         "selfcollision",
         "shadowbuffer", "shadowbuffers",
@@ -161,6 +163,7 @@
         "un",
         "unbake",
         "uncomment",
+        "unculled",
         "undeformed",
         "undistort", "undistortion",
         "ungroup", "ungrouped",
@@ -183,6 +186,7 @@
 
         # Neologisms, slangs
         "affectable",
+        "animatable",
         "automagic", "automagically",
         "blobby",
         "blockiness", "blocky",
@@ -193,11 +197,11 @@
         "keyer",
         "lacunarity",
         "numerics",
-        "occluder",
+        "occluder", "occluders",
         "passepartout",
         "perspectively",
         "pixelate",
-        "polygonization",
+        "polygonization", "polygonalization",  # yuck!
         "selectability",
         "slurph",
         "stitchable",
@@ -286,6 +290,7 @@
         "numpad",
         "octree",
         "opengl",
+        "polyline", "polylines",
         "pulldown", "pulldowns",
         "quantized",
         "samplerate",
@@ -338,7 +343,9 @@
         "nurb", "nurbs",
         "perlin",
         "phong",
+        "qi",
         "radiosity",
+        "raycasting",
         "raytrace", "raytracing", "raytraced",
         "renderfarm",
         "shader", "shaders",
@@ -372,9 +379,11 @@
         "editbone",
         "editmode",
         "fcurve", "fcurves",
+        "fedge", "fedges",
         "fluidsim",
         "frameserver",
-        "enum",
+        "freestyle",
+        "enum", "enums",
         "gpencil",
         "idcol",
         "keyframe", "keyframes", "keyframing", "keyframed",

Modified: trunk/blender/release/scripts/startup/bl_operators/freestyle.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_operators/freestyle.py	2013-04-07 10:10:00 UTC (rev 55872)
+++ trunk/blender/release/scripts/startup/bl_operators/freestyle.py	2013-04-07 10:21:22 UTC (rev 55873)
@@ -23,8 +23,8 @@
 
 
 class SCENE_OT_freestyle_fill_range_by_selection(bpy.types.Operator):
-    '''Fill the Range Min/Max entries by the min/max distance between selected mesh objects and the source object
-       (either a user-specified object or the active camera)'''
+    """Fill the Range Min/Max entries by the min/max distance between selected mesh objects and the source object """
+    """(either a user-specified object or the active camera)"""
     bl_idname = "scene.freestyle_fill_range_by_selection"
     bl_label = "Fill Range by Selection"
 

Modified: trunk/blender/source/blender/blenfont/BLF_translation.h
===================================================================
--- trunk/blender/source/blender/blenfont/BLF_translation.h	2013-04-07 10:10:00 UTC (rev 55872)
+++ trunk/blender/source/blender/blenfont/BLF_translation.h	2013-04-07 10:21:22 UTC (rev 55873)
@@ -197,6 +197,7 @@
 	BLF_I18NCONTEXTS_ITEM(BLF_I18NCONTEXT_ID_BRUSH, "id_brush"),                                                       \
 	BLF_I18NCONTEXTS_ITEM(BLF_I18NCONTEXT_ID_CAMERA, "id_camera"),                                                     \
 	BLF_I18NCONTEXTS_ITEM(BLF_I18NCONTEXT_ID_CURVE, "id_curve"),                                                       \
+	BLF_I18NCONTEXTS_ITEM(BLF_I18NCONTEXT_ID_FREESTYLELINESTYLE, "id_fs_linestyle"),                                   \
 	BLF_I18NCONTEXTS_ITEM(BLF_I18NCONTEXT_ID_GPENCIL, "id_gpencil"),                                                   \
 	BLF_I18NCONTEXTS_ITEM(BLF_I18NCONTEXT_ID_GROUP, "id_group"),                                                       \
 	BLF_I18NCONTEXTS_ITEM(BLF_I18NCONTEXT_ID_ID, "id_id"),                                                             \

Modified: trunk/blender/source/blender/editors/render/render_shading.c
===================================================================
--- trunk/blender/source/blender/editors/render/render_shading.c	2013-04-07 10:10:00 UTC (rev 55872)
+++ trunk/blender/source/blender/editors/render/render_shading.c	2013-04-07 10:21:22 UTC (rev 55873)
@@ -883,7 +883,7 @@
 		return OPERATOR_CANCELLED;
 	}
 	if (BKE_add_linestyle_color_modifier(lineset->linestyle, type) == NULL) {
-		BKE_report(op->reports, RPT_ERROR, "Unknown line color modifier type.");
+		BKE_report(op->reports, RPT_ERROR, "Unknown line color modifier type");
 		return OPERATOR_CANCELLED;
 	}
 	WM_event_add_notifier(C, NC_SCENE | ND_RENDER_OPTIONS, scene);

Modified: trunk/blender/source/blender/makesrna/intern/rna_define.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_define.c	2013-04-07 10:10:00 UTC (rev 55872)
+++ trunk/blender/source/blender/makesrna/intern/rna_define.c	2013-04-07 10:21:22 UTC (rev 55873)
@@ -605,7 +605,7 @@
 	PropertyRNA *prop, *nextprop;
 	PropertyRNA *parm, *nextparm;
 
-#if 0
+#if 1
 	if (srna->flag & STRUCT_RUNTIME) {
 		if (RNA_struct_py_type_get(srna)) {
 			fprintf(stderr, "%s '%s' freed while holding a python reference\n", __func__, srna->identifier);

Modified: trunk/blender/source/blender/makesrna/intern/rna_linestyle.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_linestyle.c	2013-04-07 10:10:00 UTC (rev 55872)
+++ trunk/blender/source/blender/makesrna/intern/rna_linestyle.c	2013-04-07 10:21:22 UTC (rev 55873)
@@ -897,7 +897,7 @@
 		{LS_THICKNESS_CENTER, "CENTER", 0, "Center", "Stroke is centered along stroke geometry"},
 		{LS_THICKNESS_INSIDE, "INSIDE", 0, "Inside", "Stroke is drawn inside stroke geometry"},
 		{LS_THICKNESS_OUTSIDE, "OUTSIDE", 0, "Outside", "Stroke is drawn outside stroke geometry"},
-		{LS_THICKNESS_RELATIVE, "RELATIVE", 0, "Relative", "Stroke thinkness is split by a user-defined ratio"},
+		{LS_THICKNESS_RELATIVE, "RELATIVE", 0, "Relative", "Stroke thickness is split by a user-defined ratio"},
 		{0, NULL, 0, NULL, NULL}
 	};
 
@@ -952,7 +952,7 @@
 	prop = RNA_def_property(srna, "alpha_modifiers", PROP_COLLECTION, PROP_NONE);
 	RNA_def_property_collection_sdna(prop, NULL, "alpha_modifiers", NULL);
 	RNA_def_property_struct_type(prop, "LineStyleAlphaModifier");
-	RNA_def_property_ui_text(prop, "Alpha Modifiers", "List of alpha trancparency modifiers");
+	RNA_def_property_ui_text(prop, "Alpha Modifiers", "List of alpha transparency modifiers");
 
 	prop = RNA_def_property(srna, "thickness_modifiers", PROP_COLLECTION, PROP_NONE);
 	RNA_def_property_collection_sdna(prop, NULL, "thickness_modifiers", NULL);

Modified: trunk/blender/source/blender/makesrna/intern/rna_scene.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_scene.c	2013-04-07 10:10:00 UTC (rev 55872)
+++ trunk/blender/source/blender/makesrna/intern/rna_scene.c	2013-04-07 10:21:22 UTC (rev 55873)
@@ -2696,7 +2696,7 @@
 	srna = RNA_def_struct(brna, "FreestyleSettings", NULL);
 	RNA_def_struct_sdna(srna, "FreestyleConfig");
 	RNA_def_struct_nested(brna, srna, "SceneRenderLayer");
-	RNA_def_struct_ui_text(srna, "Frestyle Settings", "Freestyle settings for a SceneRenderLayer datablock");
+	RNA_def_struct_ui_text(srna, "Freestyle Settings", "Freestyle settings for a SceneRenderLayer datablock");
 
 	prop = RNA_def_property(srna, "modules", PROP_COLLECTION, PROP_NONE);
 	RNA_def_property_collection_sdna(prop, NULL, "modules", NULL);




More information about the Bf-blender-cvs mailing list