mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
renamed method 'update_template_placeholder' to 'repopulate_placeholder'
This commit is contained in:
parent
518c3f75ca
commit
30780efd48
3 changed files with 4 additions and 4 deletions
|
|
@ -377,7 +377,7 @@ class AbstractTemplateBuilder(object):
|
|||
|
||||
for placeholder in placeholders:
|
||||
plugin = placeholder.plugin
|
||||
plugin.update_template_placeholder(placeholder)
|
||||
plugin.repopulate_placeholder(placeholder)
|
||||
|
||||
self.clear_shared_populate_data()
|
||||
|
||||
|
|
@ -725,7 +725,7 @@ class PlaceholderPlugin(object):
|
|||
|
||||
pass
|
||||
|
||||
def update_template_placeholder(self, placeholder):
|
||||
def repopulate_placeholder(self, placeholder):
|
||||
"""Update scene with current context for passed placeholder.
|
||||
|
||||
Can be used to re-run placeholder logic (if it make sense).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue