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 601b3d9810 - Show all commits

View File

@ -10,7 +10,7 @@ import os
class ASSETPIPE_OT_create_new_asset(bpy.types.Operator):
bl_idname = "assetpipe.create_new_asset"
bl_label = "Create New Asset"
bl_description = """Create a new Asset""" # TODO Improve description
bl_description = """Create a new Asset Files and Folders at a given directory"""
_name = None
_dir = None