FreeCAD_Mod_Dev_Guide icon indicating copy to clipboard operation
FreeCAD_Mod_Dev_Guide copied to clipboard

Ebook: Module developer's guide to FreeCAD 's source code

Results 6 FreeCAD_Mod_Dev_Guide issues
Sort by recently updated
recently updated
newest added

all third-party module can be inserted into `freecad` package ``` from pkgutil import extend_path ``` see example in Plot module, __init__ it will affect Mod folder structure

Ref: https://forum.freecadweb.org/viewtopic.php?f=18&t=35428

is there any tool, search and match code snippet/excerpt to the latest source code file?

JFYI, There is a proposal for revamping CMake: https://github.com/FreeCAD/FreeCAD/pull/2477 relevant: https://github.com/qingfengxia/FreeCAD_Mod_Dev_Guide/blob/master/chapters/2.FreeCAD_source_code_structure.md https://github.com/qingfengxia/FreeCAD_Mod_Dev_Guide/blob/master/chapters/A2.cmake_cheatsheet.md