mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
AY-5539 - use internal method for settings
This commit is contained in:
parent
4d812df9ad
commit
7b6f8d24af
1 changed files with 1 additions and 1 deletions
|
|
@ -1780,7 +1780,7 @@ class CreateContext:
|
|||
|
||||
def _reset_creator_plugins(self):
|
||||
# Prepare settings
|
||||
project_settings = get_project_settings(self.project_name)
|
||||
project_settings = self.get_current_project_settings()
|
||||
|
||||
# Discover and prepare creators
|
||||
creators = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue