[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56505] trunk/blender: correction for uv template, also some doxygen comment corrections.

Campbell Barton ideasman42 at gmail.com
Sun May 5 20:41:45 CEST 2013


Revision: 56505
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56505
Author:   campbellbarton
Date:     2013-05-05 18:41:45 +0000 (Sun, 05 May 2013)
Log Message:
-----------
correction for uv template, also some doxygen comment corrections. 

Modified Paths:
--------------
    trunk/blender/release/scripts/templates_py/operator_uv.py
    trunk/blender/source/blender/blenlib/intern/string.c
    trunk/blender/source/blender/compositor/intern/COM_InputSocket.h
    trunk/blender/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h
    trunk/blender/source/blender/nodes/NOD_static_types.h

Modified: trunk/blender/release/scripts/templates_py/operator_uv.py
===================================================================
--- trunk/blender/release/scripts/templates_py/operator_uv.py	2013-05-05 16:56:54 UTC (rev 56504)
+++ trunk/blender/release/scripts/templates_py/operator_uv.py	2013-05-05 18:41:45 UTC (rev 56505)
@@ -8,6 +8,7 @@
     bm = bmesh.from_edit_mesh(me)
 
     uv_layer = bm.loops.layers.uv.verify()
+    bm.faces.layers.tex.verify()  # currently blender needs both layers.
 
     # adjust UVs
     for f in bm.faces:

Modified: trunk/blender/source/blender/blenlib/intern/string.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/string.c	2013-05-05 16:56:54 UTC (rev 56504)
+++ trunk/blender/source/blender/blenlib/intern/string.c	2013-05-05 18:41:45 UTC (rev 56505)
@@ -542,7 +542,7 @@
  *   2.0010 -> 2.001
  *
  * \param str
- * \param len
+ * \param pad
  * \return The number of zeto's stripped.
  */
 int BLI_str_rstrip_float_zero(char *str, const char pad)

Modified: trunk/blender/source/blender/compositor/intern/COM_InputSocket.h
===================================================================
--- trunk/blender/source/blender/compositor/intern/COM_InputSocket.h	2013-05-05 16:56:54 UTC (rev 56504)
+++ trunk/blender/source/blender/compositor/intern/COM_InputSocket.h	2013-05-05 18:41:45 UTC (rev 56505)
@@ -101,7 +101,6 @@
 	/**
 	 * @brief move all connections of this input socket to another socket
 	 * @param relinkToSocket the socket to move to connections to
-	 * @param autoconnect will a set operation be added when no connections exist
 	 * @param editorNodeInputSocketIndex index of the socket number of the bNode (used to retrieve the value for autoconnection)
 	 * @param system ExecutionSystem to update to
 	 */

Modified: trunk/blender/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h
===================================================================
--- trunk/blender/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h	2013-05-05 16:56:54 UTC (rev 56504)
+++ trunk/blender/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h	2013-05-05 18:41:45 UTC (rev 56505)
@@ -106,7 +106,7 @@
  *  (Moves the vertices to make the stroke smoother).
  *  Uses curvature flow to converge towards a curve of constant curvature. The diffusion method we use is anisotropic
  *  to prevent the diffusion accross corners.
- *  @see \htmlonly <a href=/smoothing/smoothing.html>smoothing/smoothing.html</a> endhtmlonly
+ *  @see \htmlonly <a href=/smoothing/smoothing.html>smoothing/smoothing.html</a> \endhtmlonly
  */
 class LIB_STROKE_EXPORT SmoothingShader : public StrokeShader
 {

Modified: trunk/blender/source/blender/nodes/NOD_static_types.h
===================================================================
--- trunk/blender/source/blender/nodes/NOD_static_types.h	2013-05-05 16:56:54 UTC (rev 56504)
+++ trunk/blender/source/blender/nodes/NOD_static_types.h	2013-05-05 18:41:45 UTC (rev 56505)
@@ -20,7 +20,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/makesrna/intern/NOD_static_types.h
+/** \file NOD_static_types.h
  *  \ingroup nodes
  */
 




More information about the Bf-blender-cvs mailing list