Browse Source

Update render.py

Add flag to expose missing pivots to swivel interface. Requires update to the Modifiers render.py.
pull/213/head
TikiBear 5 years ago committed by GitHub
parent
commit
72ecf8f807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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