mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed 'plugins_with_defs' attribute
This commit is contained in:
parent
92cd6b60df
commit
6397db6e79
1 changed files with 1 additions and 6 deletions
|
|
@ -645,11 +645,6 @@ class PublisherController(AbstractPublisherController):
|
|||
"""Publish plugins."""
|
||||
return self._create_context.publish_plugins
|
||||
|
||||
@property
|
||||
def plugins_with_defs(self):
|
||||
"""Publish plugins with possible attribute definitions."""
|
||||
return self._create_context.plugins_with_defs
|
||||
|
||||
@property
|
||||
def event_system(self):
|
||||
"""Inner event system for publisher controller.
|
||||
|
|
@ -838,7 +833,7 @@ class PublisherController(AbstractPublisherController):
|
|||
attr_values.append((item, value))
|
||||
|
||||
output = []
|
||||
for plugin in self.plugins_with_defs:
|
||||
for plugin in self._create_context.plugins_with_defs:
|
||||
plugin_name = plugin.__name__
|
||||
if plugin_name not in all_defs_by_plugin_name:
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue