Roy-043

Results 414 comments of Roy-043

This link describes how it can be done: https://wiki.freecad.org/PartDesign_Body#Base_Feature

Actually the cache directory is read-only. Will do a PR to add "read-only" to the "Location" label. Will also add a tool tip to the Browse button. Issue for the...

You are right about `getGlobalPlacement`. But actually the situation is more complex. With the introduction of the Link system the same geometry can appear in more than one place in...

There are two things that I notice: Double-clicking a label in the tree does not trigger Draft_Edit. If you move node 0 (point closest to the text), node 1 also...

Can there be current mode for this tool? The initial result depends on the selected object(s) as far as I understand.

The current situation is awkward. Pasting the triple quoted text causes a formatting problem when you create a GitHub issue, as can be seen here. The current template adds additional...

Apparently on macOS the Preferences... menu option can appear in the FreeCAD menu instead of the Edit menu. Have you checked both menus?

The following paths still have issues: ``` FreeCAD.getLibraryDir() # => 'C:/bld/freecad_1713816304749/_h_env/Library/lib' FreeCAD.getTempPath() # => 'C:/Users/Roy/AppData/Local/Temp\\' FreeCAD.getUserCachePath() # => 'C:/Users/Roy/AppData/Local/cache\\FreeCAD\\Cache\\' FreeCAD.getUserMacroDir(True) # => 'C:\\Users\\Roy\\AppData\\Roaming\\FreeCAD\\Macro' ``` ``` OS: Windows 8 build 9600...