Asset Pipeline v2 #145

Closed
Nick Alberelli wants to merge 431 commits from (deleted):feature/asset-pipeline-v2 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 0e98976eea - Show all commits

View File

@ -6,7 +6,7 @@ class ASSET_PIPELINE_addon_preferences(bpy.types.AddonPreferences):
custom_task_layers_dir: bpy.props.StringProperty( # type: ignore custom_task_layers_dir: bpy.props.StringProperty( # type: ignore
name="Custom Task Layers", name="Custom Task Layers",
description="TODO", # TODO Add Description description="Specify directory to add additonal Task Layer Presets to use as templates when cerating new assets",
default="", default="",
subtype="DIR_PATH", subtype="DIR_PATH",
) )