Browse Source

Update ui_world.py

Add enabling check boxes for texture-transform-on-export and hobble-beziers-on-export features.
pull/222/head
Mark Eggert 5 years ago committed by GitHub
parent
commit
106a1df4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      korman/ui/ui_world.py

2
korman/ui/ui_world.py

@ -242,6 +242,8 @@ class PlasmaAgePanel(AgeButtonsPanel, bpy.types.Panel):
col.enabled = korlib.ConsoleToggler.is_platform_supported()
col.prop(age, "verbose")
col.prop(age, "show_console")
col.prop(age, "transform_offsets")
col.prop(age, "bad_beziers")
col = split.column()
col.label("Plasma Settings:")

Loading…
Cancel
Save