-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
If a user tries to open a binary usd file, PyCharm will read the binary data as-is which isn't helpful.
Instead, the plug-in should be converting the binary data to ASCII whenever a binary file is opened, and converted back whenever the user saves the file (essentially mimicking what usdedit
does).
This can likely be done using the VirtualFile system, I'll have to do further investigations on how to implement this functionality.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request