Browse Source

Update render.py

pull/362/head
Hazado 1 year ago committed by GitHub
parent
commit
6bf46e10b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      korman/properties/modifiers/render.py

2
korman/properties/modifiers/render.py

@ -50,7 +50,7 @@ class PlasmaBlendMod(PlasmaModifierProperties):
("OPAQUE", "Before Avatar", "Prefer for the object to draw before the avatar."),
("FRAMEBUF", "Frame Buffer", "Prefer for the object to draw after the avatar but before other blended objects."),
("BLEND", "Blended", "Prefer for the object to draw after most other geometry in the blended pass."),
("LATE", "Late", "Prefer for the object to draw late in the blended pass.")],
("LATE", "Late", "Prefer for the object to draw after all other alpha-blended objects.")],
options=set())
sort_faces = EnumProperty(name="Sort Faces",
description="",

Loading…
Cancel
Save