tsn wrote:Hi,
To have access to a parameter via Python or C++ it must be part of RF's SDK. In the SDK you can find all these parameters together with a description of their data formats (vector, list, integer float ...) and how to use them. If the relevant value isn't part of the SDK it can't be modified via scripting. Since "HotNCold" is a plugin it's not part of RF's SDK and therefore you can't modify any values with Python/C++. The plugin creator would have to provide his very own SDK to grant access to the HotNCold parameters.
Hi
It's been a while since my last visit.
It's not exactly true that you can't change a parameter in a plugin. You've always been able to do that with a script using get- and setParameter(parameterName, value)
And in RF2012 you can also do it from one plugin to another. I have a created a plugin for that purpose, so you can animate parameters in plugins, which is otherwise not possible.
-Cheers Ole
IoSim