mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Update openpype/hosts/max/plugins/publish/extract_pointcloud.py
Co-authored-by: Kayla Man <64118225+moonyuet@users.noreply.github.com>
This commit is contained in:
parent
5ced9885b1
commit
4193b3c277
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class ExtractPointCloud(publish.Extractor):
|
|||
obj = sel.baseobject
|
||||
# TODO: to see if it can be used maxscript instead
|
||||
anim_names = rt.GetSubAnimNames(obj)
|
||||
for anim_name in anim_names:
|
||||
for anim_name in anim_names:
|
||||
sub_anim = rt.GetSubAnim(obj, anim_name)
|
||||
boolean = rt.IsProperty(sub_anim, "Export_Particles")
|
||||
if boolean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue