(self, context)
| 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") |
nothing calls this directly
no test coverage detected