Skip to content

Commit 66fe751

Browse files
committed
Review changes
1 parent 85c653b commit 66fe751

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+57
-51
lines changed
-20 KB
Binary file not shown.

src/appleseed.python/CMakeLists.txt

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -45,50 +45,50 @@ endif ()
4545
#--------------------------------------------------------------------------------------------------
4646

4747
set (appleseed_module_sources
48-
appleseed/__init__.py
49-
appleseed/bindaov.cpp
50-
appleseed/bindassembly.cpp
51-
appleseed/bindbasis.cpp
52-
appleseed/bindbbox.cpp
53-
appleseed/bindbsdf.cpp
54-
appleseed/bindbssrdf.cpp
55-
appleseed/bindcamera.cpp
56-
appleseed/bindcolor.cpp
57-
appleseed/binddisplay.cpp
58-
appleseed/bindedf.cpp
59-
appleseed/bindentity.cpp
60-
appleseed/bindentitycontainers.h
61-
appleseed/bindenvironment.cpp
62-
appleseed/bindframe.cpp
63-
appleseed/bindimage.cpp
64-
appleseed/bindlight.cpp
65-
appleseed/bindlogger.cpp
66-
appleseed/bindmasterrenderer.cpp
67-
appleseed/bindmaterial.cpp
68-
appleseed/bindmatrix.cpp
69-
appleseed/bindmeshobject.cpp
70-
appleseed/bindobject.cpp
71-
appleseed/bindproject.cpp
72-
appleseed/bindquaternion.cpp
73-
appleseed/bindrenderercontroller.cpp
74-
appleseed/bindscene.cpp
75-
appleseed/bindshadergroup.cpp
76-
appleseed/bindsurfaceshader.cpp
77-
appleseed/bindtexture.cpp
78-
appleseed/bindtilecallback.cpp
79-
appleseed/bindtransform.cpp
80-
appleseed/bindutility.cpp
81-
appleseed/bindvector.cpp
82-
appleseed/dict2dict.cpp
83-
appleseed/dict2dict.h
84-
appleseed/gillocks.h
85-
appleseed/gillocks.cpp
86-
appleseed/logtarget.py
87-
appleseed/metadata.h
88-
appleseed/module.cpp
89-
appleseed/unalignedmatrix44.h
90-
appleseed/unalignedtransform.h
91-
appleseed/studio/__init__.py
48+
__init__.py
49+
bindaov.cpp
50+
bindassembly.cpp
51+
bindbasis.cpp
52+
bindbbox.cpp
53+
bindbsdf.cpp
54+
bindbssrdf.cpp
55+
bindcamera.cpp
56+
bindcolor.cpp
57+
binddisplay.cpp
58+
bindedf.cpp
59+
bindentity.cpp
60+
bindentitycontainers.h
61+
bindenvironment.cpp
62+
bindframe.cpp
63+
bindimage.cpp
64+
bindlight.cpp
65+
bindlogger.cpp
66+
bindmasterrenderer.cpp
67+
bindmaterial.cpp
68+
bindmatrix.cpp
69+
bindmeshobject.cpp
70+
bindobject.cpp
71+
bindproject.cpp
72+
bindquaternion.cpp
73+
bindrenderercontroller.cpp
74+
bindscene.cpp
75+
bindshadergroup.cpp
76+
bindsurfaceshader.cpp
77+
bindtexture.cpp
78+
bindtilecallback.cpp
79+
bindtransform.cpp
80+
bindutility.cpp
81+
bindvector.cpp
82+
dict2dict.cpp
83+
dict2dict.h
84+
gillocks.h
85+
gillocks.cpp
86+
logtarget.py
87+
metadata.h
88+
module.cpp
89+
unalignedmatrix44.h
90+
unalignedtransform.h
91+
studio/__init__.py
9292
)
9393
list (APPEND appleseed.python_sources
9494
${appleseed_module_sources}
@@ -161,11 +161,11 @@ target_link_libraries (appleseed.python
161161
#--------------------------------------------------------------------------------------------------
162162

163163
add_copy_target_to_sandbox_py_module_command (appleseed.python appleseed)
164-
add_copy_py_file_to_sandbox_py_module_command (${PROJECT_SOURCE_DIR}/src/appleseed.python/appleseed/__init__.py appleseed)
165-
add_copy_py_file_to_sandbox_py_module_command (${PROJECT_SOURCE_DIR}/src/appleseed.python/appleseed/logtarget.py appleseed)
166-
add_copy_py_file_to_sandbox_py_module_command (${PROJECT_SOURCE_DIR}/src/appleseed.python/appleseed/studio/__init__.py appleseed.studio)
167-
add_copy_py_file_to_sandbox_py_module_command (${PROJECT_SOURCE_DIR}/src/appleseed.python/appleseed/studio/Qt.py appleseed.studio)
168-
add_copy_dir_to_sandbox_py_module_command (${PROJECT_SOURCE_DIR}/src/appleseed.python/appleseed/test appleseed)
164+
add_copy_py_file_to_sandbox_py_module_command (${PROJECT_SOURCE_DIR}/src/appleseed.python/__init__.py appleseed)
165+
add_copy_py_file_to_sandbox_py_module_command (${PROJECT_SOURCE_DIR}/src/appleseed.python/logtarget.py appleseed)
166+
add_copy_py_file_to_sandbox_py_module_command (${PROJECT_SOURCE_DIR}/src/appleseed.python/studio/__init__.py appleseed.studio)
167+
add_copy_py_file_to_sandbox_py_module_command (${PROJECT_SOURCE_DIR}/src/appleseed.python/studio/Qt.py appleseed.studio)
168+
add_copy_dir_to_sandbox_py_module_command (${PROJECT_SOURCE_DIR}/src/appleseed.python/test appleseed)
169169

170170

171171
#--------------------------------------------------------------------------------------------------
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)