The const bool is_float = im_format->depth > R_IMF_CHAN_DEPTH_16
is actually what the code originally intended (and this just changed the value to the more readable name. The bug here is that…
@Foxie-Flakey it's best to run blender natively rather than from flatpak. You could try official downloaded version and make sure it's having the same issue?
In debug we actually get an assert error:
BLI_assert failed: source/blender/blenkernel/intern/blendfile.cc:420, reuse_editable_asset_bmain_data_dependencies_process_cb()
Hummm... not sure if anyone is maintaining this legacy part. Will take a look and see if I could find it
There's apparently a bunch of these GL_INVALID_VALUE
errors in the log... I think this may lead to failing to draw out some stuff but not necessarily crashes. @fclem does this ring any…
It does appear that it crashed in the driver. Could you give us system info (Help > Save System Info)? Also, it's possible that using a slightly older version of driver could help.
Please also…
Hi!
- The "Front Faces Only" is not the same option as "Backface culling". The former enables the brush to be effective on only front faces, while the latter is a display option.
- "Normal…
@wavetro-3 Please try downloading blender from official website. blender comes with package managers in different distributions recently has seen a lot of problems due to their configurations.
Ah looks like #125807 is gonna fix this
Yes, can confirm that this crashes on latest 4.2 but not 4.3
Looks pretty complex for me...
What I can see is that the custom data layer will have a null anonymous_id_
which I have no idea what's causing it...