Hi @Rudy-MICHAU , I'm unable to replicate the crash in either 3.6 or 4.0. No matter if it's frame 48 or played indefinitely. Also the scene doesn't seem to have anything animated. Could you try…
Hi @sz , Could you try switch the graphics backend to OpenGL
in the user preference and see if that makes any difference?
Hi @Ciblender , this is a bug report of a specific branch rather than main
or any released version. Per issue tracker policy we should close this report, but feel free to discuss this in…
The problem of this is that blender uses the same base logic in these places "If exists, copy this one, otherwise creates a new one". But detailed behaviour is quite different. Like for texture…
The current code doesn't test char *path_str
for if it is NULL
, so I don't think there's a way to detect this before anyone has fixed that part. Even if it was fixed, a lot of times you…
Yepp. I can reproduce with linux and nvidia K5100M, this seems to be a very old bug.
Can confirm, but looks like the appropriate warning is already in place in wm_link_append_exec
for "cannot use current file as library".
@ideasman42 @mont29 any ideas?
@PratikPB2123 Works fine here on my UHD 620
and Ubuntu 20.04
. From the version string it looks like should be fine.
@aperitero Do you have other apparent visual artefact on this hardware?…
Same issue as #109040. Closing as a duplicate. Thanks for the report!
@1D_Inc , using edge slide in this case would need to have auto-merge on, and in some cases if you don't want to dissolve the full loop, it won't work.
Here the main problem is that "Dissolve…
Can confirm context.property
in your python operator does cause crash.
Hi @Emwardicus , This is probably due to wrong configuration of inverted normal and back face culling. Blender 2.93 is phasing out of LTS, and this is likely a issue with using the feature, not…
This is interestingly how blender always worked, that button is consistently duplicating the existing one. I guess people have long being used to the way. Yeah the tooltip might need to have a change.
Hi, the file isn't attaching. Could you please continue your report on #109843? Thanks!
Will close this one as duplicate.
Hi @Sir.plexus33 please share a file where you replicates the issue. Otherwise we are not able to determine anything from just a few sentences. Thanks!
Can confirm, although it is fine if you do (2m 22cm)/2
, it will give you 1m 11cm
. Not sure if this is intentional, but probably this is pretty overlooked when designing the in-place expression…