Skip to content

Commit

Permalink
First description attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Jan 22, 2024
1 parent 514e5ce commit 257b3b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@ class Fast64Settings_Properties(bpy.types.PropertyGroup):
],
default="intersect_action_and_scene",
)
prefer_ci_over_rgba: bpy.props.BoolProperty(name="Prefer Color Indexed Over RGBA")
prefer_ci_over_rgba: bpy.props.BoolProperty(
name="Prefer CI Over RGBA",
description="When enabled, fast64 will use ci instead of rgba even if the texture fits as an rgba16 for performance.",
)


class Fast64_Properties(bpy.types.PropertyGroup):
Expand Down

0 comments on commit 257b3b7

Please sign in to comment.