Feedback

What's your question?

By: [ Admin ] Asked from India

maya undo queue is filled with calls to isolateSelect

isolateSelect -loadSelected modelEditor1;

seems to get called after every action, and worse, it goes in the undo queue. It means I need to do twice as many undos as usual. I'm not sure where it comes from - pretty sure its new though. Before I resort to trashing prefs, anyone know how to turn it off?

Thx

Add comment viewed 420 times Latest activity 7 months ago

or Cancel

2 answers

  • 1

julian [ Admin ]

And now, just as I found the solution, it stopped and I'm not sure why. Anyway, to stop it, type in the script editor

isolateSelect -state off modelEditor1;
or Cancel