Skip to content

Latest commit

 

History

History

add_comment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Quick Reference

C++

prim.SetMetadata(pxr::SdfFieldKeys->Comment, "I am a comment");

Python

prim.SetMetadata("comment", "I am a comment")

USD

#usda 1.0

def Sphere "MySphere" (
    "I am a comment"
) {
}