-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make render delegate light filters setting consistent with the proced…
…ural (#1910) * remove quotes that were incorrectly inserted in the plugInfo.json * add test_1906 with light blocker * add test_1906 to the hydra group * update test_0245 to work with ARNOLD_PLUGIN_PATH containing a list of paths * update the cmake testsuite to correctly set the environment variables on unix (WIP) * test_0245: extract imaging from ndr function * fix a compilation warning "missing override" * move arnold ndr and imaging pluginfo creation in a dedicated function * indent code inside if(NOT BUILD_WITH_USD_STATIC) * link the hydra procedural with usdImagingArnold * use pluginfo creation functions in the hydra procedural * copy the generated schemas in the procedural build folder * test_0245 - look in the usd plugin paths to find ndrArnold and usdImagingArnold * fix cmake warning regarding cmake_minimum_version * suppress usdGenSchema missing warning when our internal one is set * add the plugin paths to the cmake tests to test the shared procedural * clear primvars:arnold:filters which highlights the bug * defer setting light filters to ProcessConnection * update changelog * update cmake configuration for the case where we only build the render delegate
- Loading branch information
Showing
19 changed files
with
482 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
|
||
add_compile_options($<$<OR:$<CXX_COMPILER_ID:GNU>,$<CXX_COMPILER_ID:Clang>>:-Wno-deprecated>) | ||
|
||
add_compile_definitions(_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION) | ||
add_compile_options(-Wno-deprecated) | ||
add_compile_options(-Wno-deprecated-declarations) | ||
add_compile_options(-Wno-deprecated-builtins) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.