Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all,
Quick question, is it possible to isolate individual standins that read the same ASS file and adjust subdiv settings independently?
For example, in the scene:
Rock_standin_v001:Rock_standin
Rock_standin_v002:Rock_standin
I've tried grouping:
group1/*Rock*.(@type == 'shape') group2/*Rock*.(@type == 'shape')
and looking for name spaces:
*:*Rock*.(@type == 'shape') *v001*:*Rock*.(@type == 'shape')
The below selection expression works but it grabs all the assets with the same shape name and applies the subdiv tweak to all of them.
selection: *Rock*.(@type == 'shape') assignment: subdiv_type='none'
I'm assuming that because the contents of the ASS file are all the same and that's what the expression is targeting...if the scene grouping/name spacing isn't taken into account then individual control might not be possible?
Thank you,
Andrew
Solved! Go to Solution.
