Bas Ruigrok
Bas Ruigrok
@MisterMakerNL, try with this c06bb1bcce0edd0c5e729228ca49be4d714e9367 from my branch (https://github.com/Rexbas/FreeCAD/tree/overlay-transparent-property)
Also if it works then we might be able to drop commit 0e5e7559b4299f3b6fe535d1ad81d3bc4ae3a036
I have no lag, works fine. Could you revert 0e5e7559b4299f3b6fe535d1ad81d3bc4ae3a036 because setting the transparent property is no longer needed in those places. I moved it to a different place in...
I will take a look if I can fix that when I have time.
Looks like this only happens to Gesture and MayaGesture navigation styles. When using CAD navigation style it works as expected.
Yes still relevant, I am writing some unit tests for global placement
@VolkerEnderlein have you had any time to review this? No hurry though, just wondering.
@VolkerEnderlein, I would really appreciate a review, do you think that is possible in the near future?
@VolkerEnderlein, is there any way I can help with testing to make sure there are no side effects?
Thanks, you are right. I enabled FREECAD_USE_PYBIND11 and now I don't get the boost-python error anymore. And when I enable FREECAD_USE_EXTERNAL_SMESH the error about libmed is also resolved so I...