On Sat, Jul 6, 2019, 12:26 PM likage <dissidia....@gmail.com> wrote:

> Could you kindly elaborate more on `rename wasn't wrapped in an Undo
> group`? I am not quite understanding here...
> I did not create any 'groups' (cmds.undoInfo) if you are referring to
> that...
>

Yes that is what I meant (or through the API as well)
http://help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/CommandsPython/index.html

If you open an undo chunk, do operations, and close the chunk, it would get
compressed into one undo action.


> And unfortunately, there seems to be another issue where - when trying to
> select any keys in the Graph Editor (it did a super quick select and
> unselect action), seemingly caused by the scriptjobs I have created...
>

Well. Be careful what events you wire up with :-) Maybe your UI will need
to not act on the events if it does not have active focus.

> --
> You received this message because you are subscribed to the Google Groups
> "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to python_inside_maya+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/9cfbf62f-17f1-4722-8656-23cefed88cc1%40googlegroups.com
> <https://groups.google.com/d/msgid/python_inside_maya/9cfbf62f-17f1-4722-8656-23cefed88cc1%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA3G2hK-OB3MqXTmLOZ49QayWyo-V2zooV582azB_%3DXs1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to