For linked styles, RaiClone uses a smart way to handle the parameters:
- Initially, all slaves use the parameter's value of the master object.
- If you modify manually a parameter in the slave, then this parameter becomes local, and value is not inherited from the master anymore.
To know what parameters are modified, RC stores a flag for each object and parameter.
These flags are not accessible from the UI, but you can check them using Maxscript: $.pamodifed (a bool array). Use $.paname, to identify what parameter is each one.