Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Hughes <khughes@pacific.edu>2007-01-13 01:40:30 +0300
committerKen Hughes <khughes@pacific.edu>2007-01-13 01:40:30 +0300
commit59f8507a8747495a907c8b2c683d277e724df4a9 (patch)
tree69b14cbd1b1450394006a801a8dfbb879cc098de /source/blender/python/api2_2x/doc/Curve.py
parent9c0cb4632dadef99a0c7a37e1993752049989782 (diff)
Python API
---------- Added CurNurb.recalc() method. I thought I had commited this before as part of a bugfix but obviously not. It allows control point handles be recalculated after changing a curve's bezTriples.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Curve.py')
-rw-r--r--source/blender/python/api2_2x/doc/Curve.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Curve.py b/source/blender/python/api2_2x/doc/Curve.py
index d1756f53336..78dcd87aaff 100644
--- a/source/blender/python/api2_2x/doc/Curve.py
+++ b/source/blender/python/api2_2x/doc/Curve.py
@@ -472,7 +472,6 @@ class Curve:
Reverse the direction of a curve.
@return: None
-
I{B{Example:}}
# This example switches the direction of all curves on the active object.
from Blender import *
@@ -504,6 +503,12 @@ class Curve:
@rtype: L{Key<Key.Key>} object or None
"""
+ def recalc():
+ """
+ Recalculate control point handles after a curve has been changed.
+ @rtype: None
+ """
+
def __copy__ ():
"""
Make a copy of this curve