Can confirm on first sight, will check on this...
This changed in b077de086e14291fe5f7cdf6d3564a8f1cfb9cb3 btw.
CC @JulianEisel
Cant repro here.
For completeness, please attach Help
> Save System Info
.
Is this the daily from https://builder.blender.org/download/daily/ ? Does the 3.5 daily work? Do any other…
Can also confirm this fixes it for me (#105164 still crashes though, but that is another story...)
Can confirm, this seems to have changed between 2.90 and 2.91 (even though 2.90 also had it glitch on mouseover -- appearing to highlight multiple cubes)
I am not sure what problems this may cause though? Can't say I understand this statement:
This will cause problems, for example when duplicating the same props.
@JohanTriHandoyo : could…
The interesting bit is probably the fact that the rig object has more users:
>>> bpy.data.user_map(subset=(bpy.data.objects['rig'], ))
{bpy.data.objects['rig']: {bpy.data.scenes['Scene'],…
Sorry this has been lying around for a bit.
Not sure I understand correctly, but:
Lets say you have two cubes (same object data) and a Suzanne monkey
Attempt to use the remap user…
id_single_user
could just check ID_REAL_USERS
, will put up a PR for this...
Caused by b0741e1dcbc5e4549e95745b1f1b501f8cd33add btw.
I think this is caused by the same commit (12becbf0dffe06b6f28c4cc444fe0312cf9249b9), but hasnt been fixed like #105046 was.
CC @ideasman42 CC @HooglyBoogly
Can confirm.
/blender/source/blender/draw/intern/draw_cache_extract_mesh_render_data.cc:292:20: runtime error: signed integer overflow: -1094795586 + -1094795586 cannot be represented in…
Also, since you said it was working before, which version was working?
Cannot repro in 3.6 or 3.5 (seems to work fine)
Just to be clear:
- can you re-check this with File → Defaults → Load Factory Settings to see if you still can reproduce this issue
- can…
I think you'll have to share the code that makes this fail (in a way that is easily reproducable by devs).
Can you share a blend file including the code and/or a minimal Addon that exposes…