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
If the user attempts to add an operation with no objects in the scene an exception is thrown. This should be handled to either inform the user that they must add an object or possibly prompt the user to ask if they would like to add a default object - this could allow them to choose from one of several default object types (mesh, curve, etc)
The text was updated successfully, but these errors were encountered:
If no object is in the scene active_object will be none. Rather than raise an exception, this is handled through a self report error asking the user to add an object for the operation.
If the user attempts to add an operation with no objects in the scene an exception is thrown. This should be handled to either inform the user that they must add an object or possibly prompt the user to ask if they would like to add a default object - this could allow them to choose from one of several default object types (mesh, curve, etc)
The text was updated successfully, but these errors were encountered: