Daniel Gryningstjerna Dan-Gry
Daniel Gryningstjerna commented on issue blender/blender#130795 2024-11-23 18:10:21 +01:00
Undo triggers re-rendering of material preview

I thought only changes in material triggered it, since only material is rendered and object is not.

I would indeed 100% expect this to be the correct behaviour to be honest, but who knows if…

Daniel Gryningstjerna commented on issue blender/blender#130795 2024-11-23 18:02:49 +01:00
Undo triggers re-rendering of material preview

Hey! Undo works very fast for me in 4.3, do you have a test .blend file I could try? Are you sure its not realted to the cycles preview renders? :)

Daniel Gryningstjerna commented on issue blender/blender#129884 2024-11-12 09:42:17 +01:00
Regression: bpy.ops.extensions.package_install_files() crashes Blender in 4.2.3

Hi @Alaska Thanks for testing! As far as I know, there is currently 3 bugs with the new extension system, with the 1st one being the worst since it crashes blender.

  1. The first one, with the…
Daniel Gryningstjerna commented on issue blender/blender#129884 2024-11-11 19:41:45 +01:00
Regression: bpy.ops.extensions.package_install_files() crashes Blender in 4.2.3

This also crashes Blender, if the first_interval is for example under 0.1s.

def run():
             for window in bpy.context.window_manager.windows:
                 screen =…
Daniel Gryningstjerna commented on issue blender/blender#129884 2024-11-11 19:36:21 +01:00
Regression: bpy.ops.extensions.package_install_files() crashes Blender in 4.2.3

I tried 4.3 as well, but same issue. I get so many so random crashes and un-installations of my add-ons currently! :(

One workaround I found it to set a bpy.app.timers.register to check if the…

Daniel Gryningstjerna commented on issue blender/blender#129884 2024-11-10 22:49:06 +01:00
Regression: bpy.ops.extensions.package_install_files() crashes Blender in 4.2.3

Hi, thanks for testing it out!

It might be that it only crashes on add-on with wheels, since most of the add-ons I tested use them, and I constantly get weird premission errors from them all…

Daniel Gryningstjerna opened issue blender/blender#129884 2024-11-05 23:30:29 +01:00
Regression: bpy.ops.extensions.package_install_files() crashes Blender in 4.2.3
Daniel Gryningstjerna commented on issue blender/blender#124384 2024-11-01 23:49:54 +01:00
Brush shelf refreshes after every undo

How is this still not fixde? Or at least a priority for the now soon to be released 4.3? Makes 4.3 seems very un-polished, since a lof of the time the icons just dispear and becomes empty after…

Daniel Gryningstjerna opened issue blender/blender#129700 2024-11-01 21:30:57 +01:00
Undo in Sculpt mode makes UI flicker and glitch out with empty icons
Daniel Gryningstjerna commented on issue blender/blender#129123 2024-10-17 18:26:13 +02:00
Regression? bpy.types.UIList makes Blender very Slow

when turing on order/sort by name

I think this is kinda expected? Since the sorting is called every redraw and you have 20000 of them.

If you have a massive amount of entries

I…

Daniel Gryningstjerna commented on issue blender/blender#128293 2024-10-16 21:09:26 +02:00
Sub Panel has the wrong offset in the N Panel

Registrering a new subpanel is not a option in my case.

why?

  • Performance-wise, I do not want to register a bunch of new classes for each new panel I add. There are a lot…
Daniel Gryningstjerna opened issue blender/blender#129123 2024-10-16 20:47:57 +02:00
Regression? bpy.types.UIList makes Blender very Slow
Daniel Gryningstjerna commented on issue blender/blender#128293 2024-10-16 20:04:46 +02:00
Sub Panel has the wrong offset in the N Panel

Although the spacing looks large between the subpanel title and its following content, I'm not sure that is how you are meant to do that. If I make the subpanel a child of the parent: Then I see…

Daniel Gryningstjerna commented on issue blender/blender#128555 2024-10-04 09:39:21 +02:00
Custom properties on Objects does not show the Enum Item Names

Actually, I tested it incorrectly. 4.3 works fine for me. But I had to enable Developer Extras (Which you have to do in 4.2, and which I already had turned on in 4.2).

Can you verify…

Daniel Gryningstjerna opened issue blender/blender#128555 2024-10-03 20:40:00 +02:00
Adding custom properties on Objects does not work in Blender 4.3
Daniel Gryningstjerna commented on pull request blender/blender#128516 2024-10-03 09:33:11 +02:00
Fix #124753: Tag preferences dirty when editing operator property

Thank you so much for looking into this! It has been bothering me for a while, will the fix also go into the next LTS release?

Daniel Gryningstjerna commented on issue blender/blender#128175 2024-10-03 09:31:40 +02:00
WIN32: Extension update failed and removed the addon instead

Thank you so much for the fix! I lost hours of work due to this bug, will it be included in the next LTS release?

Daniel Gryningstjerna commented on pull request blender/blender#128474 2024-10-02 13:17:09 +02:00
Extensions: Quick access to add-on folder

This is super useful! 🚀🥳Thanks Pablo!

Daniel Gryningstjerna commented on issue blender/blender#128361 2024-10-02 09:32:54 +02:00
Instant Crash when exporting Alembic

H, cant repro in linux

Might be a Windows only thing, since some other people had trouble to reproduce.

I have tested one multi able windows computers with factory settings, and they all…

Daniel Gryningstjerna commented on issue blender/blender#128361 2024-10-01 22:47:48 +02:00
Instant Crash when exporting Alembic

Running this in a factorey reset Blender triggers a instant crash for me, with the uploaded .blend files while exporting a alembic:

This is the minimum amout of code to trigger it:

impor…