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.
32 changed files with 2 additions and 2 deletions
Showing only changes of commit 9f78cbe2bd - Show all commits

View File

@ -3,7 +3,7 @@ import importlib
from . import ui, ops, props, prefs
bl_info = {
"name": "Asset Pipeline 2",
"name": "Asset Pipeline",
"author": "Nick Alberelli",
"description": "Blender Studio Asset Pipeline Add-on",
"blender": (4, 0, 0),

View File

@ -1,4 +1,4 @@
ADDON_NAME = "asset_pipeline_2"
ADDON_NAME = "asset_pipeline"
# Delimiter used for naming data within Blender
NAME_DELIMITER = "-"