hlorus
hlorus
So is it a problem with the Screencast Key addon?
> Screencast Key Add-Ons already fix a bug 4 months ago for Blender 3.4.1 support for Mac. > Are you talking about this issue? https://github.com/nutti/Screencast-Keys/issues/131
This seems to be solved, thanks alot for the help everyone!
We're limited by the capability of the solver which doesn't mark the offending constraints unfortunately. There was a recent addition to avoid creating the same constraints multiple times at least,...
Solvespace unfortunately doesn't ship python bindings. We're using [this](https://pypi.org/project/py-slvs/) python library by realthunder which has some memory improvements but also seems to be pinne to a rather old version of...
Yeah, thanks for pointing out!
This problem is likely not specific to horizontal/vertical constraints but rather applies to all constraint tools and probably also to tools that add entities. Therefore a possible solution should try...
I would avoid deleting constraints from the solver, this isn't really it's responsibility and could cause issues when we try to delete multiple constraints at once, see: https://docs.blender.org/api/current/info_gotcha.html#no-updates-after-setting-values Imo the...
I'd say that looks perfect! Would be great to see a PR :)
I don't exactly get the approach with the DoF, why would that matter? 3d constraints aren't supported, there would have to be a bigger effort to get it, therefore i...