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

update 2.x with develop #344

Merged
merged 31 commits into from
Jul 9, 2020
Merged

update 2.x with develop #344

merged 31 commits into from
Jul 9, 2020

Conversation

mkolar
Copy link
Member

@mkolar mkolar commented Jul 9, 2020

No description provided.

iLLiCiTiT and others added 30 commits June 24, 2020 15:13
…pype

Feature/move module imports to pype
…-support

Feature/Blender namespace support
…ay_menu

Feature/module attributes in tray menu
@@ -72,6 +72,13 @@ def process_presets(self):
item_usage = self.modules_usage.get(import_path, True)

if item_usage:
_attributes = attributes.get(title)
if _attributes is None:
_attributes = attributes.get(import_path)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undefined name 'attributes'

@@ -72,6 +72,13 @@ def process_presets(self):
item_usage = self.modules_usage.get(import_path, True)

if item_usage:
_attributes = attributes.get(title)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undefined name 'attributes'

@mkolar mkolar merged commit 10914dc into 2.x/develop Jul 9, 2020
@mkolar mkolar added this to the 2.11 milestone Jul 20, 2020
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

4 participants