io_scene_3ds: Added spotlight parameters #104564

Merged
Sebastian Sille merged 4 commits from nrgsille-io_scene_3ds into main 2023-04-22 14:29:02 +02:00
Showing only changes of commit 7fe7655262 - Show all commits

View File

@ -122,7 +122,7 @@ KFDATA_LIGHT = 0xB005 # Keyframe light node
KFDATA_LTARGET = 0xB006 # Keyframe light target node KFDATA_LTARGET = 0xB006 # Keyframe light target node
KFDATA_SPOTLIGHT = 0xB007 # Keyframe spotlight node KFDATA_SPOTLIGHT = 0xB007 # Keyframe spotlight node
KFDATA_KFSEG = 0xB008 # Keyframe start and stop KFDATA_KFSEG = 0xB008 # Keyframe start and stop
KFDATA_KFCURTIME = 0xB009 # Keyframe current frame KFDATA_CURTIME = 0xB009 # Keyframe current frame
# KFDATA_KFHDR = 0xB00A # KFDATA_KFHDR = 0xB00A
# >------ sub defines of KEYFRAME_NODE # >------ sub defines of KEYFRAME_NODE