Skip to content

Commit

Permalink
fix: Add Khronos PBR Neutral and AgX to natively supported spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Mahid Sheikh <mahid@standingpad.org>
  • Loading branch information
StandingPadAnimations committed Jul 2, 2024
1 parent 1b38d08 commit f141844
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions MCprep_addon/world_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,10 @@
# supporting functions
# -----------------------------------------------------------------------------

BUILTIN_SPACES = (
"Standard",
"Filmic",
"Filmic Log",
"Raw",
"False Color"
)

BUILTIN_SPACES = ('Standard', 'Khronos PBR Neutral', 'AgX', 'Filmic', 'Filmic Log', 'False Color', 'Raw')

time_obj_cache = None


def get_time_object() -> None:
"""Returns the time object if present in the file"""
global time_obj_cache # to avoid re parsing every time
Expand Down

0 comments on commit f141844

Please sign in to comment.