I have come to this bug trying to save default presets for Krakatoa settings.
If you save a preset, change any parameter and you try to load a new preset saved, Krakatoa ignores completely.
This occurs in Maya 2012 SAP win 7.
I have come to this bug trying to save default presets for Krakatoa settings.
If you save a preset, change any parameter and you try to load a new preset saved, Krakatoa ignores completely.
This occurs in Maya 2012 SAP win 7.
Thanks, I will log this as a bug.
We will have to investigate how Maya Presets actually work, it is quite possible that the way we have implemented our settings storage with the scene is not compatible with Maya Presets, or we are not implementing something…
Just wanted to let you know that our developers looked at the problem, found its root and fixed it internally.
The fix will be available in the next build of Krakatoa MY.
In short, all render attributes were originally implemented in MEL, but the Presets system only saves attributes exposed by the C++ plugin. So we had to migrate all renderer attribures to the plugin.