You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup! IECoreUSD : Option for relative prototype paths inside a PointInstancer
- Rename `gafferUSDPointInstancers...` variable to reflect that it is static and doesn't reference a Gaffer environment variable.
- Reduce nesting by dealing with both absolute cases in one block.
- Fix snake-casing of environment variables (extra '_' between words).
- Improve tests
- Set environment variable for absolute test, in case the original environment contains the variable.
- Add test for the case where the variable is not set.
- Use `subTest` to consolidate testing code into only two functions.
@unittest.skipIf( os.environ.get("IECOREUSD_POINTINSTANCER_RELATIVEPROTOTYPES", "0") =="0", "Set IECOREUSD_POINTINSTANCER_RELATIVEPROTOTYPES to run relative version of this test." )
0 commit comments