You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In manageElements.py, the get functions for 1d objects don't work because they assume the default objects are called 'default_xyvsy' (or 'default_yxvsx, etc.).
When I do a Canvas.show(), the default names for the 1d objects have an extra _ at the end of the name ('default_xyvsy_').
I would assume we want the default object to simply be called 'default_whatever' without the extra underscore.
I think the extra _ is to avoid name collision or something like that. I can't remember exactly why. But I sort of remember that it was originally w/o the _ and things got messed up so I had to add the _
In manageElements.py, the get functions for 1d objects don't work because they assume the default objects are called 'default_xyvsy' (or 'default_yxvsx, etc.).
When I do a Canvas.show(), the default names for the 1d objects have an extra _ at the end of the name ('default_xyvsy_').
I would assume we want the default object to simply be called 'default_whatever' without the extra underscore.
@doutriaux1 @chaosphere2112
The text was updated successfully, but these errors were encountered: