^remove functions leftover from using sixhttps://github.com/FreeCAD/FreeCAD/pull/9076 ^Sketcher: Grid pref: Change names.https://github.com/FreeCAD/FreeCAD/pull/9080 ^[Draft] Remove obsolete ShapeString code from DraftGui.pyhttps://github.com/FreeCAD/FreeCAD/pull/9102 ^[Draft] Remove obs...
^Sketcher: Improve grid and snap related GUI textshttps://github.com/FreeCAD/FreeCAD/pull/9655 ^Sketcher: fix typo in Refraction constraint menu texthttps://github.com/FreeCAD/FreeCAD/pull/9656 ^fix label and file sizehttps://github.com/FreeCAD/FreeCAD/pull/9637 ^Sketch WB clang-format/b...
Sketcher: Enabling grid in sketcher view results in crash #16411 Sadia2000 1:47:56 3:55:40 None BIM: FreeCAD reports file not saved in Hybrid IFC mode when it was saved #16410 semhustej 2 days, 22:04:39 None None BIM: Error when Arch_Wall is created on top of Group #16409 sem...
@@ -98,13 +113,12 @@ def _param_observer_callback_grid(): def _param_observer_callback_snapbar(value): # value is a string: "0" or "1" if Gui.activeWorkbench().name() not in ("DraftWorkbench", "ArchWorkbench", "BIMWorkbench"): return if hasattr(Gui, "Snapper"): toolbar ...
* using grid to speed up cutting algorithm for huge meshes * calculate inverse color of mesh color for open edges * added project properties to App::Document * added material property class * allow to disable notification of property container when a property has changed its value * ad...
* using grid to speed up cutting algorithm for huge meshes * calculate inverse color of mesh color for open edges * added project properties to App::Document * added material property class * allow to disable notification of property container when a property has changed its value * ad...
* using grid to speed up cutting algorithm for huge meshes * calculate inverse color of mesh color for open edges * added project properties to App::Document * added material property class * allow to disable notification of property container when a property has changed its value * ad...
grid.setSpacing(10) grid.addWidget(self.folder,0,0,1,2) grid.addWidget(self.prevbutton,1,0,1,2) grid.addWidget(self.preview,2,0,1,2) grid.addWidget(self.optbutton,3,0,1,2) grid.addWidget(self.updatebutton,4,0,1,1) grid.addWidget(self.configbutton,4,1,1,1) grid.addWidget(self...
I have currently tried to draw a simple line in a couple different workbenches including Arch and Draft. My issue I am having is when I draw a line and I want to change the line width it can't get wider than 7px? I ran the same test on a Ubuntu computer I have and it was able...
* using grid to speed up cutting algorithm for huge meshes * calculate inverse color of mesh color for open edges * added project properties to App::Document * added material property class * allow to disable notification of property container when a property has changed its value * ad...