-
Notifications
You must be signed in to change notification settings - Fork 64
Merge fix-7.0.0 into master #991
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
Merged
Merged
Conversation
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
… parameter naming conventions. (Autodesk#881) * Fixing testsuite issues using 21.02+ and supporting new and old light parameter naming conventions. Fixes Autodesk#880 Fixes Autodesk#772
* Checking for render tags. * Tracking render tags for shapes. * Improving render tag tracking. * Interrupt before disabling nodes. * Renaming render tag handling functions and moving the core logic to a separate function. * Tracking the point instancer's render tag. Fixes Autodesk#843
* Setting unsigned int parameters from int. (Autodesk#887) * Adding more tests and conversions. (Autodesk#887)
…g blend_opacity. (Autodesk#908) Fixes Autodesk#905
* Fixing testsuite issues using 21.02+ and supporting new and old light parameter naming conventions. (Autodesk#881) (Autodesk#882) Fixes Autodesk#880 Fixes Autodesk#772 * Updating master with changes from the fix branch (Autodesk#886) * Fixing testsuite issues using 21.02+ and supporting new and old light parameter naming conventions. (Autodesk#881) * Fixing testsuite issues using 21.02+ and supporting new and old light parameter naming conventions. Fixes Autodesk#880 Fixes Autodesk#772 * Only call AiBegin/AiEnd in the delegate if no arnold session is active Autodesk#884 (Autodesk#885) * Support render tags in the render delegate. (Autodesk#883) * Checking for render tags. * Tracking render tags for shapes. * Improving render tag tracking. * Interrupt before disabling nodes. * Renaming render tag handling functions and moving the core logic to a separate function. * Tracking the point instancer's render tag. Fixes Autodesk#843 Co-authored-by: Sebastien Blaineau-Ortega <sebastien.blaineau.ortega@autodesk.com> * Merging fix branch to master. (Autodesk#894) * Fixing testsuite issues using 21.02+ and supporting new and old light parameter naming conventions. (Autodesk#881) * Fixing testsuite issues using 21.02+ and supporting new and old light parameter naming conventions. Fixes Autodesk#880 Fixes Autodesk#772 * Only call AiBegin/AiEnd in the delegate if no arnold session is active Autodesk#884 (Autodesk#885) * Support render tags in the render delegate. (Autodesk#883) * Checking for render tags. * Tracking render tags for shapes. * Improving render tag tracking. * Interrupt before disabling nodes. * Renaming render tag handling functions and moving the core logic to a separate function. * Tracking the point instancer's render tag. Fixes Autodesk#843 * Improving conversions between integer types. (Autodesk#889) * Setting unsigned int parameters from int. (Autodesk#887) * Adding more tests and conversions. (Autodesk#887) Co-authored-by: Sebastien Blaineau-Ortega <sebastien.blaineau.ortega@autodesk.com> * Merging fix-7.0.0 to master (Autodesk#909) * Fixing testsuite issues using 21.02+ and supporting new and old light parameter naming conventions. (Autodesk#881) * Fixing testsuite issues using 21.02+ and supporting new and old light parameter naming conventions. Fixes Autodesk#880 Fixes Autodesk#772 * Only call AiBegin/AiEnd in the delegate if no arnold session is active Autodesk#884 (Autodesk#885) * Support render tags in the render delegate. (Autodesk#883) * Checking for render tags. * Tracking render tags for shapes. * Improving render tag tracking. * Interrupt before disabling nodes. * Renaming render tag handling functions and moving the core logic to a separate function. * Tracking the point instancer's render tag. Fixes Autodesk#843 * Improving conversions between integer types. (Autodesk#889) * Setting unsigned int parameters from int. (Autodesk#887) * Adding more tests and conversions. (Autodesk#887) * Passing render session to AiDeviceAutoSelect. (Autodesk#903) Fixes Autodesk#902 * Avoid calling AiRenderBegin when render is already running. (Autodesk#901) Fixes Autodesk#900 * Fixing the use of AI_TYPE_INT AOVs and removing a warning when setting blend_opacity. (Autodesk#908) Fixes Autodesk#905 * Setting the returned version to default in the Sdr plugin. (Autodesk#907) Fixes Autodesk#906 Co-authored-by: Sebastien Blaineau-Ortega <sebastien.blaineau.ortega@autodesk.com> * Updating changelog and readme for Arnold 7. (Autodesk#898) Fixes Autodesk#897 * Fix pointInstancer and prototypes visibilities Autodesk#458 * Updating changelog and readme for Arnold 7. (Autodesk#898) Fixes Autodesk#897 * Fix pointInstancer and prototypes visibilities Autodesk#458 Co-authored-by: Pal Mezei <sirpalee@users.noreply.github.com>
* Remap curves primvars values Autodesk#921 * Simplify calls to RemapCurvesVertexPrimvars Autodesk#921
* Support USD 21.11 * Port schemas to USD 21.11 Autodesk#957
* Fix build of usd_imaging with USD 21.11 Autodesk#957 * Mising ifdefs for older versions of USD Autodesk#957
sirpalee
approved these changes
Dec 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes proposed in this pull request
Merging the fix branch into master