forked from cmcpasserby/MayaCharm
-
-
Notifications
You must be signed in to change notification settings - Fork 2
print variable #8
Copy link
Copy link
Open
Description
Activity
Metadata
Metadata
Assignees
Labels
No labels
I think I didn't explain my point clearly. I wasn't suggesting that you apply these changes to the charcoal Editor. What I meant is that after executing the entire script, we should be able to inspect the value of any variable when needed, similar to Maya's Script Editor. For example, if we have:
m = "test"
then selecting and executing just m should display its value in the output, just like it does in Maya's Script Editor. test