Post #4463: Hey there!

📋 Metadata

  • Author: Adam_Szalai
  • Date: 2022-07-22 19:49:40
  • Type: bug_report
  • Quality Score: 7/10

🏷️ Tags

stack-key state-management intermediate unsolved

  • Stack Key Editor
  • Remember State functionality

💬 Content

Hey there!

I’m not sure if it a bug and if it is, then where it belongs.

SELECTION BUG FIXED somehow.
“--------------------------------------------------------------------------------------”
I have a Stack Key with two item:
bpy.ops.wm.tool_set_by_id(name=‘builtin.select_circle’)
bpy.ops.wm.tool_set_by_id(name=‘builtin.select_box’)

I noticed if i select something, then press the Stack Key it resets the State.
In this case i select something (in both object and/or edit mode) and i press the Stack Key (Q) the selection stays in circle mode. If i reselect something (both in object and/or edit mode) and i press Q again it still stays in circle mode, even if i didn’t choose any other tool like extrude or any transform like move or rotate.
If i start it with the second item (box) then it still change back to circle if i select something and press my Q.
https://drive.google.com/file/d/1cDUxj3bKQ00AQc0ftFLdqb5pCegKHzzX/view?usp=sharing
Remember State doesn’t make any difference in this case. Same behaviour if it’s on or off.
https://drive.google.com/file/d/1-OFXDUKNJ0LFfGbpx6XVwlBwJn-lL-Gh/view?usp=sharing

To sum it up: the Stack Key jumps back to first item, whatever is the actual state of the Stack Key, and Remember State doesn’t affects to the Stack Key in this time.
“--------------------------------------------------------------------------------------”
SELECTION BUG FIXED somehow.

Another problem with an example:
If i set extrude modes to items in Stack Key, and if i set Remember State and i jump out and in the Stack key, the Stack Key gives the next item, instead of Remember the State of the Stack Key.
Or define it more sophisticated, Stack Key remembers the State but if i jump back to the Stack key it jumps the state with plus 1. It gives the next item, instead of stay on the current item.
So Remember State is actually working because i remember where i jumped off, but still it gives the next item compared to the “jump off state”.
https://drive.google.com/file/d/1TuzBdQTPPpeHHLBuynMBSEMHaKwHtM1I/view?usp=sharing


🔗 View on Blender Artists