renamed method 'update_template_placeholder' to 'repopulate_placeholder'

This commit is contained in:
Jakub Trllo 2022-09-13 12:18:38 +02:00
parent 518c3f75ca
commit 30780efd48
3 changed files with 4 additions and 4 deletions

View file

@ -185,7 +185,7 @@ class NukePlaceholderLoadPlugin(NukePlaceholderPlugin, PlaceholderLoadMixin):
def populate_placeholder(self, placeholder):
self.populate_load_placeholder(placeholder)
def update_template_placeholder(self, placeholder):
def repopulate_placeholder(self, placeholder):
repre_ids = self._get_loaded_repre_ids()
self.populate_load_placeholder(placeholder, repre_ids)