Skip to content

Commit fec0030

Browse files
DoobesURUHoikas
authored andcommitted
Empty Object Should Have Swivel
* Add FaceMod/Swivel for Empty objects
1 parent 2fef1de commit fec0030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

korman/properties/modifiers/render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ class PlasmaViewFaceMod(idprops.IDPropObjectMixin, PlasmaModifierProperties):
798798
bl_category = "Render"
799799
bl_label = "Swivel"
800800
bl_description = "Swivel object to face the camera, player, or another object"
801-
bl_object_types = {"MESH", "FONT"}
801+
bl_object_types = {"MESH", "FONT", "EMPTY"}
802802

803803
preset_options = EnumProperty(name="Type",
804804
description="Type of Facing",

0 commit comments

Comments
 (0)