Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some fixes and improvements #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

jonim8or
Copy link
Contributor

  • renamed "object" to "obj" to avoid confusion with python's object class
    • Fixed bug where it would crash if one of the objects had 0 verts
    • Fixed bug where it would only copy the active layer, even if multiple new uv layers were added
    • Rely more on self.active_object and self.initial_objects, instead of context.active_object and context.selected_objects

jonatan.bijl and others added 6 commits June 10, 2015 10:22
…n an invalid context " when joining the objects. I replaced the operator call with direct data handling (which should also be faster).
…lass

- Fixed bug where it would crash if one of the objects had 0 verts
- Fixed bug where it would only copy the active layer, even if multiple new uv layers were added
- Rely more on self.active_object and self.initial_objects, instead of context.active_object and context.selected_objects
Conflicts:
	multi_object_uv_edit.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants