Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have been looking throught the API and all the source code and I cannot find any way to disable a listed Modifier for my XGen description.
If i use xg.fxModule( palette, description) it lists the one i want to disable ("BakedGroomManager")
But how do I access the ability to set its state to Active?
xg.setActive(palette, description, 'BakedGroomManager', False) Does not work.
and while I can run
xge.removeFXModule(palette, description, 'BakedGroomManager')
I do not want to delete the fxModule. Only set it to inactive.
Any help will be greatly appreciated.
Solved! Go to Solution.