(self)
| 266 | |
| 267 | @property |
| 268 | def selection(self): |
| 269 | return ["gp_branch"] |
| 270 | |
| 271 | def draw_buttons(self, context, layout): |
| 272 | properties = ["smooth_iterations", "radius", "radius_decrease", "branch_length"] |
nothing calls this directly
no outgoing calls
no test coverage detected