mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Hound fixes
This commit is contained in:
parent
27e4985d48
commit
36effdce72
1 changed files with 0 additions and 3 deletions
|
|
@ -4,7 +4,6 @@ import bpy
|
|||
|
||||
from openpype.pipeline import publish
|
||||
from openpype.hosts.blender.api import plugin
|
||||
from openpype.hosts.blender.api.pipeline import AVALON_PROPERTY
|
||||
|
||||
|
||||
class ExtractAnimationABC(publish.Extractor):
|
||||
|
|
@ -22,8 +21,6 @@ class ExtractAnimationABC(publish.Extractor):
|
|||
filepath = os.path.join(stagingdir, filename)
|
||||
|
||||
context = bpy.context
|
||||
scene = context.scene
|
||||
view_layer = context.view_layer
|
||||
|
||||
# Perform extraction
|
||||
self.log.info("Performing extraction..")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue