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