can_be_copied
- omni.usd.can_be_copied(prim)
Internal. If the prim can be copied. A prim can be copied means the prim is authored to the local layer stack directly.
REMINDER: This function works differently as
omni.usd.commands.CopyPrimCommand
. Please don’t depend on this function to check if a prim can be copied or not. It’s kept for back compatibility.