Skip to content

Commit

Permalink
Blind default preset
Browse files Browse the repository at this point in the history
  • Loading branch information
s-leger authored Jan 9, 2018
1 parent 6c59cba commit d140667
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added presets/archipack_blind/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions presets/archipack_blind/default.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import bpy
d = bpy.context.active_object.data.archipack_blind[0]
bpy.ops.archipack.material(category='blind', material='DEFAULT')

d.altitude = 1.7000000476837158
d.angle = 0.0
d.depth = 0.03999999910593033
d.frame_depth = 0.03999999910593033
d.frame_height = 0.20000000298023224
d.height = 1.7000000476837158
d.ratio = 100.0
d.stack_inside_frame = True
d.width = 1.0

0 comments on commit d140667

Please sign in to comment.