calc_pose_data
function
Ah I think I get it now. It's defined as AttributeFilter::filter()
directly. I'll fix it. Thanks!
Had to change to use AttributeFilter
, not sure if my implementation of ProcessAllAttributes
is correct,or should I somehow write a lamda on top of AttributeFilter
/ `ProcessAllAttributeExcept…
AttributeFilter
Here I'm still unable to.
Maybe @PratikPB2123 could check if it gives a exit code like that?
We are using the FreeType caching subsystem so faces are cached by them and load extremely quickly.
Ah that's good to know then. I guess switching faces shouldn't be a problem now.
I…
I'd say to have an option to toggle fixed color with shadow or use this dynamic thing. @Harley / @pablovazquez any inputs?
@Moult We do not yet know since the extension platform is quite new at this point and we do not see upgrading python version on the horizon yet. The support for this should typically follow LTS…
@Moult @SpectralVectors This seems to only be a problem for some packages coming with some linux distributions (Blender internal code for Windows doesn't use system python so it won't have this…
@Harley Ah that's pretty interesting. Didn't know there's a proprietary API there. I guess using the generic input event thing could also have caused the button mapping problem a while ago right?
@ideasman42 Look like the SIGINT
handler is being overridden in blender_ext.py
and (or?) bl_extension_ops.py
. The one in blender_ext.py
was never restored.
I guess it should also do…
I don't think using ctrl-c to interrupt an operator is an expected use but it does seems that it no longer triggers python "KeyboardInterrupt" message. (Don't think this would ever work on…
In OpenGL mode: 4.6.0 NVIDIA 555.42.02
In Vulkan mode: 555.42.2.0
Fun stuff...
This doesn't appear to be as similar to those "dots in the viewport" bug such as #124911 🤔 So could be a new thing. However I'm unable to reproduce this.