Skip to content

Commit

Permalink
fixed radius
Browse files Browse the repository at this point in the history
  • Loading branch information
bewegende-Architektur committed Jun 27, 2023
1 parent d9b824c commit 414cf10
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1 deletion.
Binary file removed Testing/mesh/2023-06-10_01-shell.blend
Binary file not shown.
Binary file removed Testing/mesh/2023-06-10_02-shell.blend
Binary file not shown.
Binary file removed Testing/mesh/2023-06-10_03-tower.blend
Binary file not shown.
Binary file removed Testing/mesh/2023-06-10_04-wall.blend
Binary file not shown.
Binary file removed Testing/mesh/2023-06-10_05-column_slab.blend
Binary file not shown.
Binary file removed Testing/mesh/2023-06-13_01-combined.blend
Binary file not shown.
Binary file modified Testing/mesh/phaenotyp.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Phänotyp",
"description": "Genetic algorithm for architectural structures",
"author": "bewegende Architektur e.U. and Karl Deix",
"version": (0,2,4),
"version": (0,2,5),
"blender": (3,5,1),
"location": "3D View > Tools",
}
Expand Down
1 change: 1 addition & 0 deletions geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ def create_members(structure_obj, members):
# profile to curve
cc = node_group.nodes.new(type="GeometryNodeCurvePrimitiveCircle")
cc.inputs[0].default_value = 8 # set amount of vertices of circle
cc.inputs[4].default_value = 0.5 # diameter * 0.5
input = ctm.inputs[1] # curve to mesh, profile curve
output = cc.outputs[0] # curve circe, curve
node_group.links.new(input, output)
Expand Down

0 comments on commit 414cf10

Please sign in to comment.