Softimage Forum (Read Only)
Welcome to Autodesk’s Softimage Forums. Share your knowledge, ask questions, and explore popular Softimage topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FindChildren with CloudPrims

2 REPLIES 2
Reply
Message 1 of 3
hbahnassi
388 Views, 2 Replies

FindChildren with CloudPrims

Any idea why the following script is logging 0 pointclouds instead of 3?


NewScene();
CreatePrim("Grid", "PointCloud", null, null);
CreatePrim("Grid", "PointCloud", null, null);
CreatePrim("Grid", "PointCloud", null, null);

clouds = ActiveSceneRoot.FindChildren("", siCloudPrimType, null, true);
LogMessage(clouds.count);
Homam
2 REPLIES 2
Message 2 of 3
xsisupport
in reply to: hbahnassi

Yes. You should be looking for siPointCloudPrimType 🙂
Message 3 of 3
hbahnassi
in reply to: xsisupport

This is what I was looking for.

Thanks Stephen 🙂
Homam

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums