Roy-043
Roy-043
What is the current word on Uwe's policy? It does not make sense to me. It goes against how GitHub functions. We should close issues when they are fixed and...
I cannot reproduce the issue in v0.20.2 and v0.21.0. Therefore closing this. ``` OS: Windows 8.1 Version 6.3 (Build 9600) Word size of FreeCAD: 64-bit Version: 0.21.0.31432 (Git) Build type:...
That is indeed the issue. I have a PR prepared...
The issue for Draft_Scale remains. The 6 decimals places are probably not available in the Property editor. That is also still an issue IMO. I'll remove the TechDraw label for...
There is also some tangent related code in the external Maker Workbench. https://github.com/URJCMakerGroup/MakerWorkbench/blob/0508d749cf7271c17ade2cba90fe1310ff07f2f3/fcfun.py#L289 https://github.com/URJCMakerGroup/MakerWorkbench/blob/0508d749cf7271c17ade2cba90fe1310ff07f2f3/fcfun.py#L444
AFAIK this is intended behavior. The result of a Part boolean operation inherits its face colors from its source objects. This sets the DiffuseColor which overrides the ShapeColor of an...
The current behavior makes some sense if you join two objects that have different colors. For example a red cylinder and a blue box. My point is not that this...
Recent forum topic mentioning this issue: https://forum.freecad.org/viewtopic.php?t=87435
To avoid the multiplication you can change (for example): https://github.com/amrit3701/FreeCAD-Reinforcement/blob/ade0085b3b1dac99afc353d246b903d814240315/BeamReinforcement/ShearRebars_HookExtensionEditDialog.py#L48-L61 to: ```python def setupUi(self): """This function is used to set values in ui.""" self.connectSignalSlots() sets = len(self.HookExtensionTuple) for i in...