Changeset View
Changeset View
Standalone View
Standalone View
mesh_extra_tools/mesh_edge_roundifier.py
| Context not available. | |||||
| print(row) | print(row) | ||||
| # Geometry and math calcualtion methods # | # Geometry and math calculation methods # | ||||
| class CalculationHelper: | class CalculationHelper: | ||||
| Context not available. | |||||
| items=workModeItems, | items=workModeItems, | ||||
| name="", | name="", | ||||
| default='Normal', | default='Normal', | ||||
| description="Normal work with the current given paramaters set by the user\n" | description="Normal work with the current given parameters set by the user\n" | ||||
| "Reset - changes back the parameters to their default values" | "Reset - changes back the parameters to their default values" | ||||
| ) | ) | ||||
| entryModeItems = [("Radius", "Radius", ""), ("Angle", "Angle", "")] | entryModeItems = [("Radius", "Radius", ""), ("Angle", "Angle", "")] | ||||
| Context not available. | |||||