Skip to content
New issue

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

Can not set array value in dictionary from python #813

Closed
frenchdog opened this issue Apr 8, 2019 · 1 comment
Closed

Can not set array value in dictionary from python #813

frenchdog opened this issue Apr 8, 2019 · 1 comment

Comments

@frenchdog
Copy link

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

d = {'foo': ['x', 'y']}
stage.SetMetadata('customLayerData', d)

create an invalid data looking like this

(

    customLayerData = {

         foo = [x, y]

    }

)

System Information (OS, Hardware)

OSX and Linux

Package Versions

v19.05

@jilliene
Copy link

Filed as internal issue #USD-5200

pixar-oss pushed a commit that referenced this issue Jun 9, 2020
…g a VtDictionary

(possibly from-python) to a valid scene description metadata dictionary.

See #813

(Internal change: 2074646)
AdamFelt pushed a commit to autodesk-forks/USD that referenced this issue Apr 16, 2024
…lve/adsk/feature/android-dev

Limit the update of zlib to Android and recover the previous version for other platforms
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants