Beispiel #1
0
 def update_and_init(self, context):
     OCVL_OT_InitFeature2DOperator.update_class_instance_dict(
         self, self.id_data.name, self.name)
     self.update_sockets(context)
     update_node(self, context)
Beispiel #2
0
def update_layout(self, context):
    self.update_sockets(context)
    if FEATURE2D_INSTANCES_DICT.get("{}.{}".format(self.id_data.name, self.name)):
        update_node(self, context)
Beispiel #3
0
 def update_layout(self, context):
     self.update_sockets(context)
     update_node(self, context)
Beispiel #4
0
 def update_layout(self, context):
     self.update_sockets(context)
     if DESCRIPTORMATCHER_INSTANCES_DICT.get("{}.{}".format(
             self.id_data.name, self.name)):
         update_node(self, context)
Beispiel #5
0
 def update_prop_search(self, context):
     logger.debug("UPDATE_PROP_SEARCH")
     self.process()
     update_node(self, context)
Beispiel #6
0
 def update_layout(self, context):
     logger.debug("UPDATE_LAYOUT")
     self.update_sockets(context)
     update_node(self, context)