Forgot to say: Based on patch by Philipp Oeser (lichtwerk), thanks!

On 26/02/2013 17:39, Bastien Montagne wrote:
> Revision: 54884
>            
> http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54884
> Author:   mont29
> Date:     2013-02-26 16:39:41 +0000 (Tue, 26 Feb 2013)
> Log Message:
> -----------
> Fix [#34444] Curve: Select Nth Number of Points
>
> Just use default op name, as for meshes!
>
> Modified Paths:
> --------------
>      trunk/blender/release/scripts/startup/bl_ui/space_view3d.py
>
> Modified: trunk/blender/release/scripts/startup/bl_ui/space_view3d.py
> ===================================================================
> --- trunk/blender/release/scripts/startup/bl_ui/space_view3d.py       
> 2013-02-26 15:42:33 UTC (rev 54883)
> +++ trunk/blender/release/scripts/startup/bl_ui/space_view3d.py       
> 2013-02-26 16:39:41 UTC (rev 54884)
> @@ -629,7 +629,7 @@
>           layout.operator("curve.select_all").action = 'TOGGLE'
>           layout.operator("curve.select_all", text="Inverse").action = 
> 'INVERT'
>           layout.operator("curve.select_random")
> -        layout.operator("curve.select_nth", text="Every Nth Number of 
> Points")
> +        layout.operator("curve.select_nth")
>           layout.operator("curve.select_linked", text="Select Linked")
>
>           layout.separator()
> @@ -659,7 +659,7 @@
>           layout.operator("curve.select_all").action = 'TOGGLE'
>           layout.operator("curve.select_all", text="Inverse").action = 
> 'INVERT'
>           layout.operator("curve.select_random")
> -        layout.operator("curve.select_nth", text="Every Nth Number of 
> Points")
> +        layout.operator("curve.select_nth")
>           layout.operator("curve.select_linked", text="Select Linked")
>
>           layout.separator()
>
> _______________________________________________
> Bf-blender-cvs mailing list
> [email protected]
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to