vray.TransformList¶
- class vray.TransformList¶
Bases:
vray.TypedList
Efficient implementation of V-Ray TransformList.
Methods
__init__
(*args, **kwargs)Append Transform to the end of the list.
Extend list by appending elements from iterable.
- append()¶
Append Transform to the end of the list.
- extend()¶
Extend list by appending elements from iterable.