Browse Source

Empty Object Should Have Swivel

* Add FaceMod/Swivel for Empty objects
master
Patrick Dulebohn 2 months ago committed by Adam Johnson
parent
commit
fec00309d9
  1. 2
      korman/properties/modifiers/render.py

2
korman/properties/modifiers/render.py

@ -798,7 +798,7 @@ class PlasmaViewFaceMod(idprops.IDPropObjectMixin, PlasmaModifierProperties):
bl_category = "Render"
bl_label = "Swivel"
bl_description = "Swivel object to face the camera, player, or another object"
bl_object_types = {"MESH", "FONT"}
bl_object_types = {"MESH", "FONT", "EMPTY"}
preset_options = EnumProperty(name="Type",
description="Type of Facing",

Loading…
Cancel
Save