Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Layout asset for Blender #226

Merged
merged 1 commit into from
Jun 7, 2020

Conversation

simonebarbieri
Copy link
Contributor

This PR implements the layout asset for Blender.

if obj.type == 'ARMATURE' and action is not None:

obj.animation_data.action = action

Copy link

Choose a reason for hiding this comment

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

blank line contains whitespace

avalon_info = obj[blender.pipeline.AVALON_PROPERTY]
avalon_info.update({"container_name": container_name})

action = actions.get( obj.name, None )
Copy link

Choose a reason for hiding this comment

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

whitespace after '('
whitespace before ')'


scene.collection.children.link(bpy.data.collections[lib_container])

layout_container = scene.collection.children[lib_container].make_local()
Copy link

Choose a reason for hiding this comment

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

line too long (80 > 79 characters)

@mkolar mkolar merged commit 8164dc3 into ynput:develop Jun 7, 2020
@simonebarbieri simonebarbieri deleted the feature/blender-layout branch April 14, 2021 08:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants