Browse Source

Update render.py

Add flag to expose missing pivots to swivel interface. Requires update to the Modifiers render.py.
pull/214/head
TikiBear 4 years ago committed by Adam Johnson
parent
commit
c7309541fb
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 2
      korman/ui/modifiers/render.py

2
korman/ui/modifiers/render.py

@ -191,6 +191,8 @@ def viewfacemod(modifier, layout, context):
layout.separator()
layout.prop(modifier, "pivot_on_y")
# TikiBear: add special pivot flag
layout.prop(modifier, "special_pivots")
layout.separator()
split = layout.split()

Loading…
Cancel
Save