• Joined on 2023-04-20
ugorek opened issue blender/blender#120911 2024-04-22 08:11:22 +02:00
Correct link from Bake Node is highlighted as incorrect. Bug?
ugorek opened issue blender/blender#120875 2024-04-21 14:18:06 +02:00
Blender crashes if the NodeGroupOutput is removed.
ugorek opened issue blender/blender#120874 2024-04-21 14:11:46 +02:00
The muted BakeNode does not allow the anonymous attribute of the Instance to pass through, and Blender crashes if the NodeGroupOutput is removed.
ugorek opened issue blender/blender#120399 2024-04-08 13:29:52 +02:00
Hidden socket in the Viewer is not shown when Shift Ctrl
ugorek commented on issue blender/blender#120367 2024-04-07 15:37:24 +02:00
Crash in interface.move_to_parent() if parent=None

🎉

ugorek opened issue blender/blender#120367 2024-04-07 14:08:57 +02:00
Crash in interface.move_to_parent() if parent=None
ugorek opened issue blender/blender#120265 2024-04-04 19:04:13 +02:00
The interface name is not updated on cancellation.
ugorek opened issue blender/blender#120087 2024-03-30 12:11:09 +01:00
Clicking on a node selects the node below it after duplication.
ugorek commented on issue blender/blender#119897 2024-03-26 10:58:24 +01:00
Redrawing the layout (?) from menu stops accepting key pressing (?)

@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.…

ugorek opened issue blender/blender#119897 2024-03-26 01:49:13 +01:00
Redrawing the layout (?) from menu stops accepting key pressing (?).
ugorek commented on issue blender/blender#119648 2024-03-19 16:32:56 +01:00
Colorramp elements are not updated when changed via layout.prop()

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.
ugorek opened issue blender/blender#119648 2024-03-19 07:25:12 +01:00
Colorramp elements are not updated when changed via layout.prop()
ugorek opened issue blender/blender#119596 2024-03-17 18:41:47 +01:00
NodeCurve -- Strange behavior when selecting multiple points.
ugorek commented on issue blender/blender#113090 2024-03-12 16:50:04 +01:00
Conflicts of identical attributes api complicate life.

🎉🎉

ugorek commented on issue blender/blender#118765 2024-02-29 14:02:50 +01:00
Crash if you change the workspace when the script warning is displayed.

:O This is true.

Here are the very precise steps to reproduce the bug:

  1. Remove your \4.2\config\startup.blend (optional?)
  2. Open Blender
  3. Factory settings (optional?)
  4. Scripting…
ugorek commented on issue blender/blender#118771 2024-02-29 05:10:21 +01:00
Python API: Property still edited when mouse is outside of it after modal operator execution

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…

ugorek commented on issue blender/blender#118765 2024-02-27 21:46:06 +01:00
Crash if you change the workspace when the script warning is displayed.

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…

ugorek commented on issue blender/blender#118771 2024-02-27 12:42:49 +01:00
Python API: Property still edited when mouse is outside of it after modal operator execution

--debug-events and check the key press events in command line?

Is that right?

ugorek opened issue blender/blender#118786 2024-02-27 07:31:00 +01:00
A disabled layout only changes the alpha, not the color itself.
ugorek opened issue blender/blender#118771 2024-02-26 22:41:44 +01:00
Switch a checkbox outside of it using the modal operator.