- Sweden
- https://www.artstation.com/danielgryningstjerna
-
Blender Enjoyer
- Joined on
2018-10-29
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…
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? :)
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.
- The first one, with the…
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 =…
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…
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…
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…
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…
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…
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…
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…
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?
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?
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…
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…