forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
import bpy
|
||||
from bpy.props import *
|
||||
|
||||
class TLM_OctanerenderSceneProperties(bpy.types.PropertyGroup):
|
||||
|
||||
tlm_lightmap_savedir : StringProperty(
|
||||
name="Lightmap Directory",
|
||||
description="TODO",
|
||||
default="Lightmaps",
|
||||
subtype="FILE_PATH")
|
Reference in New Issue
Block a user