Created by: zeffii
instead of forcing me to import throttle_tree_update from node_tree, we now have an alias, that you can use like
def process(self):
with self.sv_throttle_tree_update():
...do your stuff....
Created by: zeffii
instead of forcing me to import throttle_tree_update from node_tree, we now have an alias, that you can use like
def process(self):
with self.sv_throttle_tree_update():
...do your stuff....