Message 1 of 3
Using AiASSLoad function cannot read all node in ass file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I try to use the AiASSLoad function to read to local ass file,first i create a independent atuniverse to load ass file because using default atuniverse will dirty Arnold rendering,but i found whatever i iterate the node point using the AiUniverseGetNodeIterator() fnuction,i always only get the root and option node,the rest node like polymesh and light are disappeard.So i try to use the default universe to load the ass file,and it show the rest of the node.If i want to use another universe to only load the ass file and destroy it when i finish read it,what operate should i prepare or is that my step right?