Page MenuHome

obscene.py

obscene.py

def getChildren(ob, scene): #does not scale. fix api.
def isParent(ob, c):
p = c.getParent()
if p is not None:
if p.name is ob.name:
return True
else:
False
return [c for c in scene.getChildren()
if isParent(ob, c)]
def global_loc(ob):
m3 = ob.getMatrix()[3]
return (m3[0], m3[1], m3[2])

File Metadata

Mime Type
text/plain
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
01/cb/5baab8eb0149b68f5ceb6a1ccdcb

Event Timeline