Jump to content

Importing classes


Recommended Posts

Is there a way to import a class with the same name from another file? Since when importing classes, the list of available classes only shows those with different names--I'm not sure it's possible. I think it would be helpful eg if I want to override the class attributes in the current file quickly. Otherwise one is left to do it manually.

Link to comment

The way that I do it:

If there are no objects in the class:

-delete the class

-import the class from your other file

If there are objects in the class:

-rename the class to a temporary name

-import the class from your other file

-delete the original class (with the temporary name) and choose for "place objects in other class" (or something like that, i don't know what the English translation is) and choose your newly created class.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...