Shift Ctrl
interface.move_to_parent()
if parent=None
@PratikPB2123 The problem is that I can scroll the node editor "screen space" even if the cursor is over a property in the layout. To do this, you need to rotate the mouse wheel very quickly.…
P. s.
I thought that if I changed the position "explicitly" through the api, the order would be updated, but this did not happen.
import functools
def Timer(nd):
nd.color_ramp.…
:O This is true.
Here are the very precise steps to reproduce the bug:
- Remove your
\4.2\config\startup.blend
(optional?) - Open Blender
- Factory settings (optional?)
- Scripting…
which is wrong
Hm... but I actually kept the 'D' held down, so idk.
Which keyboard language and layout is enabled?
Idk, just English. ![](/attachments/17df6c88-2ad5-4fa1-bf17-9781fdc3…
I noticed that in your file you created a full copy of the window by bpy.ops.wm.window_new_main()
?
To repeat the bug, you just need to create a new window, or use shift and drag through the…
--debug-events and check the key press events in command line?
Is that right?