Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello i have this script that is selecting all and only objects with turbosmooth - 1 interactions
select (for o in geometry where try (o.TurboSmooth.iterations == 1 ) catch(false) collect o )
How i can modify it, so it will be selecting all objects that are having Material Modifier applied with a certain ID ( lets say only id-3 ) ? Somehow it works with other modifiers like Bend - with certain angle but not with Material Modifier.
Solved! Go to Solution.