MACHIN3 MACHIN3
MACHIN3 commented on issue blender/blender#125335 2024-07-24 09:06:06 +02:00
object loses initial transform on redo, when operator manipulates world matrix

Happened with be4788a9bdbe already, so any change causing this, must have come earlier. Someone suggested it may be related to https://projects.blender.org/blender/blender/commit/0e8e219d71cd27c

MACHIN3 opened issue blender/blender#125335 2024-07-23 21:48:49 +02:00
object loses initial transform on redo, when operator manipulates world martrix
MACHIN3 commented on pull request blender/blender#122193 2024-07-10 23:30:28 +02:00
Python API: Expose list of running modal operators

@nutti amazing work

MACHIN3 commented on issue blender/blender#124457 2024-07-10 16:37:56 +02:00
Add-on not loaded: "bl_ext.blender_org.looptools", cause: No module named "bl_ext.blender_org.looptools"

This is what I'm saying Nika :) I removed looptools by deleting the entire extensions folder every time. I even show it in the video. This is how I reproduce the issue.

I have just tested by…

MACHIN3 commented on issue blender/blender#124457 2024-07-10 16:26:42 +02:00
Add-on not loaded: "bl_ext.blender_org.looptools", cause: No module named "bl_ext.blender_org.looptools"

I mean I tested exactly like this. I always deleted it, which would then result in the missing addon message, as expected, but also lead to the failed activation after new installation. But again,…

MACHIN3 opened issue blender/blender#124457 2024-07-10 15:34:25 +02:00
Add-on not loaded: "bl_ext.blender_org.looptools", cause: No module named "bl_ext.blender_org.looptools"
MACHIN3 commented on issue blender/blender#123471 2024-06-20 18:15:29 +02:00
String FILE_PATH property gets pre-filled with username (linux) or "Documents" (windows)

That seems to be it. In my case it would open in /home/x/ then, which is my actual home folder. Wherever it opens, as long as the filename stays empty, I'll be happy :)

MACHIN3 opened issue blender/blender#123471 2024-06-20 11:39:41 +02:00
String FILE_PATH property gets pre-filled with username (linux) or "Documents" (windows)
MACHIN3 opened issue blender/blender#120383 2024-04-07 21:10:54 +02:00
EVENT_ icons can't be drawn in inactive (muted) or alert (red) states
MACHIN3 commented on issue blender/blender#72113 2024-04-03 11:10:18 +02:00
PyAPI: Object.ray_cast returns wrong face indices with some modifier combinations

Can you post a blend file? Scene raycasts is still what I use for these cases, but maybe I'm overlooking something?

MACHIN3 opened issue blender/blender#119754 2024-03-21 18:48:25 +01:00
crash enabling 'display in edit mode' on boolean mod
MACHIN3 commented on issue blender/blender#119455 2024-03-19 12:27:23 +01:00
Regression: dropping ANY asset into this file crashes Blender 4.1 release candidate

Just to confirm, everything seems to be fixed. Thank you so much!

MACHIN3 commented on issue blender/blender#116280 2024-03-15 22:21:01 +01:00
bpy.ops.wm.url_open() can no longer open html files in the filesystem

No it's fine by me. Good to be explicit with the url. It did work earlier (3.5) without it before, that's why I thought the fix was not merged yet. No need to open a new issue from my POV.

MACHIN3 commented on issue blender/blender#116280 2024-03-15 16:17:22 +01:00
bpy.ops.wm.url_open() can no longer open html files in the filesystem

Please bring this to 4.1. I thought it was in 4.0 already, but seems like it isn't. Thanks.

MACHIN3 opened issue blender/blender#119508 2024-03-15 12:07:51 +01:00
Shade Flat has no effect on object with custom normals, until mode change
MACHIN3 commented on issue blender/blender#119455 2024-03-15 10:19:34 +01:00
Regression: dropping ANY asset into this file crashes Blender 4.1 release candidate

The issue is not resolved with the above fix, assuming it's part of the new 335ff6efab67 release.

And by way ANY kind of object appending seems to cause these crashes. Not just from the…

MACHIN3 commented on issue blender/blender#119455 2024-03-14 15:55:04 +01:00
Regression: dropping ANY asset into this file crashes Blender 4.1 release candidate

Yet another blend file, the simplest yet, just one object. Crashes on asset drop:

image

MACHIN3 commented on issue blender/blender#119455 2024-03-14 14:14:29 +01:00
Regression: dropping ANY asset into this file crashes Blender 4.1 release candidate

I had it confirmed on Apple M1 Max, Macos Ventura (13.6.4) as well now FWIW.

MACHIN3 commented on issue blender/blender#119455 2024-03-14 14:06:40 +01:00
Regression: dropping ANY asset into this file crashes Blender 4.1 release candidate

Oh, glad to hear it. Just in case more testing is required, 3 more files slightly more objects in it:

I've taken the original file, the one above was simplified from. It too crashes in 4.1rc.…