set INSTALL_TO_SITEPACKAGES to ON by default
and add some modules to the freecad-namespace (freecad.part, freecad.partdesign, freecad.sketcher)
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
476089a2ad
commit
8e2ab9f768
@@ -38,6 +38,9 @@ endif()
|
||||
INSTALL(
|
||||
FILES
|
||||
${NAMESPACE_INIT}
|
||||
part.py
|
||||
partdesign.py
|
||||
sketcher.py
|
||||
project_utility.py
|
||||
UiTools.py
|
||||
utils.py
|
||||
|
||||
1
src/Ext/freecad/part.py
Normal file
1
src/Ext/freecad/part.py
Normal file
@@ -0,0 +1 @@
|
||||
from Part import *
|
||||
1
src/Ext/freecad/partdesign.py
Normal file
1
src/Ext/freecad/partdesign.py
Normal file
@@ -0,0 +1 @@
|
||||
from PartDesign import *
|
||||
1
src/Ext/freecad/sketcher.py
Normal file
1
src/Ext/freecad/sketcher.py
Normal file
@@ -0,0 +1 @@
|
||||
from Sketcher import *
|
||||
Reference in New Issue
Block a user