Page Menu
Home
Search
Configure Global Search
Log In
Files
F7495
obscene.py
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Brendon Murphy (meta-androcto)
Nov 13 2013, 1:46 PM
Size
325 B
Subscribers
None
obscene.py
View Options
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
Details
Mime Type
text/plain
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
01/cb/5baab8eb0149b68f5ceb6a1ccdcb
Event Timeline
Log In to Comment