Skip to content

Commit

Permalink
Empty Object Should Have Swivel
Browse files Browse the repository at this point in the history
* Add FaceMod/Swivel for Empty objects
  • Loading branch information
DoobesURU authored and Hoikas committed Sep 1, 2024
1 parent 2fef1de commit fec0030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion korman/properties/modifiers/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fec0030

Please sign in to comment.