We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Setting an array of string in the customLayerData field of a layer does not work in Python
Running following code
d = {'foo': ['x', 'y']} stage.SetMetadata('customLayerData', d)
create an invalid data looking like this
( customLayerData = { foo = [x, y] } )
OSX and Linux
v19.05
The text was updated successfully, but these errors were encountered:
Filed as internal issue #USD-5200
Sorry, something went wrong.
sdf: Add SdfConvertToValidMetadataDictionary, a utility for convertin…
8b083da
…g a VtDictionary (possibly from-python) to a valid scene description metadata dictionary. See #813 (Internal change: 2074646)
0e587b7
Merge pull request PixarAnimationStudios#813 from autodesk-forks/reso…
0c899c9
…lve/adsk/feature/android-dev Limit the update of zlib to Android and recover the previous version for other platforms
No branches or pull requests
Description of Issue
Setting an array of string in the customLayerData field of a layer does not work in Python
Steps to Reproduce
Running following code
create an invalid data looking like this
System Information (OS, Hardware)
OSX and Linux
Package Versions
v19.05
The text was updated successfully, but these errors were encountered: