Module Spyder :: Class ObjectList3D
[hide private]
[frames] | no frames]

Class ObjectList3D

source code

??-101 --+    
         |    
ObjectList --+
             |
            ObjectList3D

Spyder-generated class

module tarantula

file /home/sjoerd/Spyder-devel/tarantula/ObjectList3D.spy

Wiki

http://www.spyderware.nl/wiki/classes/ObjectList3D

Validate block

>>>            
for onr,o in enumerate(self):
while 1:
typ = type(o)
if o.typename() == None:
typ = o._typev
if not typ.typename().endswith("Array"): break
if len(o) == 0: break
o = o[0]
if typ.three_dimensional() != True: raise ValidationError               
>>>

Converters

Can be converted to:

Can be converted from:

Instance Methods [hide private]
 
blendersubmatrix(self, matrix, properties, splits) source code
 
blenderform(*args, **kargs) source code
    Inherited from ObjectList
 
__getattr__(self, method) source code
 
__init__(self, *args, **kargs) source code
 
__parse__(self, s) source code
 
__print__(self, spaces, mode) source code
 
__repr__(self) source code
 
__str__(self) source code
 
__validate__(self) source code
 
cast(self, othertype) source code
 
constructor_fromany(self, *a) source code
 
constructor_fromdict(self, dic) source code
 
convert(self, target) source code
 
data(self) source code
 
dict(self)
Called by the dict function of Spyder classes...
source code
 
length(self) source code
 
list(self) source code
 
repr(self) source code
 
str(self) source code
 
tofile(self, filename) source code
 
totempfile(self) source code
 
validate(self) source code
Class Methods [hide private]
    Inherited from ObjectList
 
fromfile(c, filename, fastparse=False) source code
Static Methods [hide private]
 
three_dimensional() source code
 
has_blenderform() source code
 
blendermatrixmode() source code
    Inherited from ObjectList
 
typename() source code
Class Variables [hide private]
    Inherited from ObjectList
  __constructor__ = "constructor_fromany"
  multimethod = functools.partial(Spyder.core.__multimethod__, _...
Method Details [hide private]

blendersubmatrix(self, matrix, properties, splits)

source code 
Decorators:
  • @multimethod("self")

blenderform(*args, **kargs)

source code 
Decorators:
  • @multimethod("self")