MACHIN3 MACHIN3
MACHIN3 commented on issue blender/blender#87006 2024-03-07 00:36:14 +01:00
Geometry Node: Changing modifier input values with python no cause update

Just run mod.node_group.interface_update(context)

Takes care of this issue where the displayed unit is lost: https://www.youtube.com/watch?v=WMwDZ0NFZ08

I do mode changes in the video bc…

MACHIN3 commented on pull request blender/blender#109754 2024-02-12 21:36:20 +01:00
Transform: Use alternative hotkeys for Zoom and Rotate

Having disabled the need to ALT in the individual transform keymap items (2.7) in 4.0, I'm now faced with no ability to do this 4.1 anymore. Wondering if it will stay like this or is there more…

MACHIN3 opened issue blender/blender#117979 2024-02-08 11:27:45 +01:00
it's impossible to snap to a 2nd degree child object
MACHIN3 closed issue blender/blender#117361 2024-01-20 13:19:13 +01:00
Blender 4.0 bpy.ops.uv.follow_active_quad() affects UVs outside the face selection
MACHIN3 commented on issue blender/blender#117361 2024-01-20 13:19:10 +01:00
Blender 4.0 bpy.ops.uv.follow_active_quad() affects UVs outside the face selection

Looks like it was fixed 2 weeks ago, see 71af74622f

Closing.

MACHIN3 commented on issue blender/blender#117361 2024-01-20 13:15:46 +01:00
Blender 4.0 bpy.ops.uv.follow_active_quad() affects UVs outside the face selection

Looking at scripts/startup/bl_operators/uvcalc_follow_active.py at line 208, the following new code seems to be the cause of this:

    # Propagate UV changes across boundary of…
MACHIN3 opened issue blender/blender#117361 2024-01-20 13:05:19 +01:00
Blender 4.0 bpy.ops.uv.follow_active_quad() affects UVs outside the face selection
MACHIN3 commented on issue blender/blender#116280 2023-12-18 16:54:15 +01:00
bpy.ops.wm.url_open() can no longer open html files in the filesystem

Thanks to all involved!

MACHIN3 opened issue blender/blender#116280 2023-12-17 19:41:28 +01:00
bpy.ops.wm.open_url() can no longer open html files in the filesystem
MACHIN3 commented on issue blender/blender#89599 2023-09-12 15:05:43 +02:00
DepsGraph: Disabled objects referenced by other disabled object still get evaluated

Bumping so it gets some attention, as my issue was just closed as a duplicate. I'm sure if it's actually the same. But in either case both should be investigated.

To me this seems like a major…

MACHIN3 opened issue blender/blender#112279 2023-09-12 14:00:34 +02:00
Moving object used by a modifier ls slow and lags, even though modifier is disabled (is the mod stack evaluated anyway?)
MACHIN3 commented on pull request blender/blender#111194 2023-08-18 12:03:17 +02:00
UI: Make View3D Header Overlapped

Thank you!

MACHIN3 commented on issue blender/blender#110942 2023-08-10 09:33:22 +02:00
Can't open .blend file with 3.6.1

Thanks everyone, and thanks @lichtwerk for pointing that out, I had just tested with the 3.6.2rc and was expecting it to be fixed.

MACHIN3 commented on issue blender/blender#110942 2023-08-09 13:28:20 +02:00
Can't open .blend file with 3.6.1

Understood, will try. Thank you so much for your help so far.

MACHIN3 commented on issue blender/blender#110942 2023-08-09 13:22:52 +02:00
Can't open .blend file with 3.6.1

Could you isolate the problem to a specific object?

MACHIN3 opened issue blender/blender#110942 2023-08-09 09:30:00 +02:00
Can't open .blend file with 3.6.1
MACHIN3 commented on issue blender/blender#106692 2023-04-10 11:00:25 +02:00
Toggling Autosmooth changes evaluated bbox obj.bound_box when SUBSURF mod (using GPU subd) is present

Indeed, I've edited the post and title accordingly. Thanks!