curve2tree - animation settings - speed and magnitude

Python api - texture.evaluate can now accept tuples of numbers as well as vectors
This commit is contained in:
2007-11-09 10:29:19 +00:00
parent 95661081f9
commit ddf2336084
3 changed files with 76 additions and 35 deletions

View File

@@ -480,7 +480,7 @@ class Texture:
The return value is a 4D vector where (x,y,z,w) are (red, green, blue, intensity)
For greyscale textures, often intensity only will be used.
@type coord: vector
@type coord: vector or tuple of 3 numbers
"""
import id_generics