Can confirm on 3.6 c7fc78b81ecb . Average vertex color is ineffective.
Can confirm that:
- In "Blend File" view, right click menu can't delete any scene.
- In "Scene" view, right click successfully deletes scene.
bpy.ops.scene.delete()
will always work.
This mesh contains invalid data. Use bpy.context.object.data.validate(verbose=True)
in blender scripting gives following result in system terminal:
Not sure why it does, you probably need to…
@loicbramoulle Could you try giving us a file that contains such multi-scene setup? Thanks!
Hi! I believe this is the natural side effect of repeated blending and clamping on a 8 bit viewport buffer. The airbrush is using "dot" material and repeated dabs creates this blending. By…
Can't reproduce on 3.6 c7fc78b81ecb nor 4.0 5c4510d39ecf . I can apply the modifier without crashing.
Can confirm, looks like I need to call Library Override > Make > Selected and Content
again on the collection to make objects inside of it library override. Not sure if it's designed this way,…
Hi @optagon , could you try factory reset blender and see if the same crash happens?
Can't reproduce the crash.
From the crash log it indeed crashed in the search UI part, and it seems…
Hi! This is a duplicate of #109040, It is already fixed in 4.0, and this fix will be available to the next 3.6 release. Thanks for reporting!
@dr.sybren Ah I should rephrase it... It will only keep the behaviour of old files who has limits set to (0,a), but will break if min is not set / not 0 and when user takes advantage of the old…
@mod_moder Nope, disabling that option will also preserve vertices from the edges being dissolved, so either on or off the result is incorrect
To me it looks like the pixels are 2 pixels wide. It could be an anti alias bug, I have never experienced this before. One thing is to try different driver. Maybe check and see if disabling…
Can confirm. Not sure if this a limitation of Blender or it's just a situation that alembic importer fails to handle.
@ideasman42 or @dr.sybren may want to take a look