Scripting: issue and suggestion
Hi. I am using scripting extensively these days. One can do great things with scripting. Here I spot an issue and give a suggestion for improvements:
– model.matrices returns a list of matrix views located at the root level in the model browser; matrices nested inside folders are not returned.
– Scripting manager and editor: the editor gives no feedback about coding errors, unlike the scripting console; when there is a syntax error, the action is disabled or the function set is not available. It’s tedious doing development and test in the console then copying and pasting into the editor. It would be nice having the same error message at the bottom of the editor which you have in the console. I suggest also adding a “Run action” button next to the “Hotkey” button, in order to speed up action execution during testing.
Regards