Archipack Fence - s-leger/archipack GitHub Wiki
Fences features
- Powerfull linear array like system
- Handrail
- Posts and subs including user defined ones
- Up to 32 rails
- Panels like glass
- Fence from curve
- Preset system to share styles across projects
User guide
Find fence on the left panel of 3d view, Create->Archipack under regular primitives
Planned Features (for future release)
- Flexible subs and between subs user defined objects
Extended lateral offset supportRotation of user defined posts and subs
Dev note
In order to share parameters between fences on the same curve:
- make target active_object
- set .auto_update = False
- copy object.data.archipack_fence[0] parameters
- set .user_defined_spline as the index of current spline in curve
- and then switch back .auto_update = True