Skip to content
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

CollectScenes : Replace bogus ArrayPlug input with ScenePlug #2726

Merged
merged 1 commit into from Aug 31, 2018

Conversation

johnhaddon
Copy link
Member

We appear to have got away with this egregious mistake due to a compatibility config allowing us to perform the expected collectScenes["in"].setInput( otherNode["out"] ). The fix is a single line in CollectScenes.cpp, but requires another compatibility config to allow us to load old scripts, which have serialisations referring to children of the old ArrayPlug.

We appear to have got away with this egregious mistake due to a compatibility config allowing us to perform the expected `collectScenes["in"].setInput( otherNode["out"] )`. The fix is a single line in CollectScenes.cpp, but requires another compatibility config to allow us to load old scripts, which have serialisations referring to children of the old ArrayPlug.
@johnhaddon
Copy link
Member Author

Putting this on hold temporarily - it should go into 0.49 rather than 0.48.x.

@andrewkaufman andrewkaufman merged commit fa236a1 into GafferHQ:master Aug 31, 2018
@johnhaddon johnhaddon deleted the collectScenesFix branch September 6, 2018 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants