Added python based Path module and pull in PathApp namespace
This commit is contained in:
@@ -25,6 +25,10 @@ INSTALL(
|
||||
Mod/Path
|
||||
)
|
||||
|
||||
SET(PathPython_SRCS
|
||||
Path/__init__.py
|
||||
)
|
||||
|
||||
SET(PathScripts_SRCS
|
||||
PathScripts/drillableLib.py
|
||||
PathScripts/PathAdaptive.py
|
||||
@@ -313,6 +317,7 @@ SET(Path_Data
|
||||
|
||||
SET(all_files
|
||||
${PathScripts_SRCS}
|
||||
${PathPython_SRCS}
|
||||
${Generator_SRCS}
|
||||
${PathScripts_post_SRCS}
|
||||
${PathPythonGui_SRCS}
|
||||
@@ -347,6 +352,13 @@ INSTALL(
|
||||
Mod/Path/PathScripts
|
||||
)
|
||||
|
||||
INSTALL(
|
||||
FILES
|
||||
${PathPython_SRCS}
|
||||
DESTINATION
|
||||
Mod/Path/Path
|
||||
)
|
||||
|
||||
INSTALL(
|
||||
FILES
|
||||
${Generator_SRCS}
|
||||
|
||||
1
src/Mod/Path/Path/__init__.py
Normal file
1
src/Mod/Path/Path/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from PathApp import *
|
||||
Reference in New Issue
Block a user