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

Method init

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

Source from the content-addressed store, hash-verified

169 material = StringProperty(default="")
170
171 def init(self, context):
172
173 self.inputs.new("TreeSocketType", "Tree")
174 self.memory = get_tree_parameters_rec("", self, None)
175
176 def draw_buttons(self, context, layout):
177 layout.prop(self, "mesh_type")

Callers

nothing calls this directly

Calls 1

get_tree_parameters_recFunction · 0.85

Tested by

no test coverage detected