forked from ImageEngine/cortex
-
Notifications
You must be signed in to change notification settings - Fork 0
Cortex 9, Arnold 5, exploratory PR #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
danieldresser-ie
wants to merge
26
commits into
9_exploratory
Choose a base branch
from
arnold59
base: 9_exploratory
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
ddad201
IE Config : Add solidangle_LICENSE to ENV_VARS_TO_IMPORT
danieldresser ba7a2f9
SConstruct : Arnold tests depend on Arnold lib
danieldresser 6e51598
IECoreArnold::PointsTest and RenderTest : This test could never have …
danieldresser 1d3e5df
IECoreArnold::ProceduralTest : Need a tiny tolerance when checking va…
danieldresser 574ec8a
IECoreArnold::RendererTest : With extreme motion blur, we need more s…
danieldresser cacc56c
IECoreArnold tests : Don't dump render output during tests
danieldresser 5320eae
IECoreArnold tests : When testing example parameters, use ones that …
danieldresser 86fcb48
IECoreArnold tests : Signature of AiNodeGetMatrix changed in Arnold 5
danieldresser efa1b5d
IECoreArnold::UniverseBlockTest : Accessing Metadata from Python now …
danieldresser 4130ffa
IECoreArnold::RendererTest : Use correct types so we don't get warnings
danieldresser 73f9798
IECoreArnold : Arnold 5 removes point types, and just uses vectors
danieldresser f8d2571
IECoreArnold : Arnold 5 replaces AtByte with uint8_t
danieldresser c146478
IECoreArnold : Arnold 5 replaces AtColor with AtRGB
danieldresser 2f06053
IECoreArnold : In Arnold 5, member variables of AtArray are not decla…
danieldresser e1cdb1e
IECoreArnold::OutputDriver : Many API changes in Arnold 5
danieldresser 5765d45
IECoreAnold::Parameter Algo : Use AtString
danieldresser 3ab0ea5
IECoreArnold : Update M44f to AtMatrix casts for Arnold 5
danieldresser 4acc625
IECoreArnold::RendererImplementation : Updated visibility attributes …
danieldresser 45a5156
IECoreArnold : Arnold 5 doesn't support non-uniform sample times
danieldresser dde6223
IECoreArnold : Arnold 5 renamed aspect_ratio to pixel_aspect_ratio
danieldresser a78e362
IECoreArnold::RenderImplemenation : Update for Arnold 5 procedural in…
danieldresser c3771b6
IECoreArnold::Procedural : Update for Arnold 5, remove obselete test
danieldresser 7ad6595
IECoreArnold::RendererImplemention : Remove duplicate AiEnd - the des…
danieldresser eeb3f92
IECoreArnold::ParameterAlgo : Support V3i and V2i parameters by casti…
danieldresser 5ad3e9e
ICoreArnold : Without any options for setting log verbosity, default …
danieldresser 96b708e
IECoreArnold::AutomaticInstancingTest : Force on console output so we…
danieldresser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised this is necessary, since arnoldPythonModule already depends on arnoldLibrary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue is the cache. If you make a change to arnoldLibrary that does not produce any changes in the python/IECoreArnold/_IECoreArnold.so binary, then the cache considers the test to have already been run with this exact set of inputs.