Rename *Impl.py to Imp.py
This commit is contained in:
committed by
Chris Hennes
parent
7c797b5a10
commit
450ec1ad8c
@@ -55,23 +55,23 @@ generate_from_xml(UUIDsPy)
|
||||
SET(Python_SRCS
|
||||
Exceptions.h
|
||||
Array2DPy.xml
|
||||
Array2DPyImpl.cpp
|
||||
Array2DPyImp.cpp
|
||||
Array3DPy.xml
|
||||
Array3DPyImpl.cpp
|
||||
Array3DPyImp.cpp
|
||||
MaterialManagerPy.xml
|
||||
MaterialManagerPyImpl.cpp
|
||||
MaterialManagerPyImp.cpp
|
||||
MaterialPy.xml
|
||||
MaterialPyImpl.cpp
|
||||
MaterialPyImp.cpp
|
||||
MaterialFilterPy.xml
|
||||
MaterialFilterPyImpl.cpp
|
||||
MaterialFilterPyImp.cpp
|
||||
ModelManagerPy.xml
|
||||
ModelManagerPyImpl.cpp
|
||||
ModelManagerPyImp.cpp
|
||||
ModelPropertyPy.xml
|
||||
ModelPropertyPyImpl.cpp
|
||||
ModelPropertyPyImp.cpp
|
||||
ModelPy.xml
|
||||
ModelPyImpl.cpp
|
||||
ModelPyImp.cpp
|
||||
UUIDsPy.xml
|
||||
UUIDsPyImpl.cpp
|
||||
UUIDsPyImp.cpp
|
||||
)
|
||||
SOURCE_GROUP("Python" FILES ${Python_SRCS})
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ generate_from_xml(MaterialTreeWidgetPy)
|
||||
|
||||
SET(Python_SRCS
|
||||
MaterialTreeWidgetPy.xml
|
||||
MaterialTreeWidgetPyImpl.cpp
|
||||
MaterialTreeWidgetPyImp.cpp
|
||||
)
|
||||
SOURCE_GROUP("Python" FILES ${Python_SRCS})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user