ModelOrderReduction icon indicating copy to clipboard operation
ModelOrderReduction copied to clipboard

Issue with Required Animation Parameters for "doingNothing" Function in Plugin

Open rmolazem opened this issue 1 year ago • 1 comments

I'm encountering an issue with the use of the "doingNothing" animation function in the plugin, which is originally designed for soft robotics applications. The plugin naturally includes actuators, requiring animation parameters to be set, namely "incr", "incrPeriod", and "rangeOfAction":

DefaultAnimation

However, when there are no actuators, and the "doingNothing" animation function is used, the plugin still mandates the setting of animation parameters, which are not utilized in this context. This results in unnecessary complications when trying to use the plugin without actuators:

doNothing

rmolazem avatar Jun 24 '24 15:06 rmolazem