anim Posted July 26, 2011 Share Posted July 26, 2011 is there a possibility to specify undo blocks in my python shelf tool? or marking the whole shelf button as a single undo step will be sufficient currently it's not always the case when I click on my shelf button, then the name of that tool is added to Undo History, when I hit undo, all changes made by my script are correctly undone but when I ALT-click to my shelf button which is aware of modifier keys through kwargs, nothing is added to Undo history and hitting undo just undos another step leaving changes made by my tool untouched not sure if this is the bug with modifier keys or not, does anybody have experience with this? or is there a way to define undo blocks manually? Quote Link to comment Share on other sites More sharing options...
edward Posted July 27, 2011 Share Posted July 27, 2011 This sounds like a bug to me. Quote Link to comment Share on other sites More sharing options...
anim Posted July 27, 2011 Author Share Posted July 27, 2011 thanks edward, I'll try to find out what is causing this, it may not be the modifier keys since it's happening with parameter callbacks too Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.