Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey there,
I have a scene where I have lots of objects and their child objects too. however, I want to print all parent objects names and their child object names to the .txt file in the proper way using max script.
I tried to print selection by selecting parent first and then Childs but I didn’t get it in proper manner and that also printed position and transformation data which I don’t need.
Expected text file printing Format:
<Parent 1 object name>
<child 1>
<child 2>
<child 3>
<Parent 2 object name>
<child 1>
<child 2>
<child 3>
Solved! Go to Solution.
