MCPcopy Create free account
hub / github.com/MaximeHerpin/modular_tree / init

Method init

nodes.py:263–265  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

261 grease_pencil_memory = StringProperty(default="")
262
263 def init(self, context):
264 self.outputs.new("TreeSocketType", "Tree")
265 self.outputs.new("SelectionSocketType", "Selection")
266
267 @property
268 def selection(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected