Asset Pipeline v2 #145
@ -5,8 +5,20 @@ from pathlib import Path
|
|||||||
from . import constants
|
from . import constants
|
||||||
from .transfer_data import transfer_ui
|
from .transfer_data import transfer_ui
|
||||||
|
|
||||||
|
# TODO Add operator to create new Asset
|
||||||
|
# # User Input Directory where Folder is
|
||||||
|
# # User Input Name of Asset
|
||||||
|
# # Create Asset Parent Folder at Directory
|
||||||
|
# # Create Directories for Piublish/Staged/Review
|
||||||
|
# # Create a file per task Layer
|
||||||
|
# # Create Asset Col
|
||||||
|
# # Set Asset Col Pointer
|
||||||
|
# # Set is Asset Pipe File Prop
|
||||||
|
# # Creata intial publish based on task layers
|
||||||
|
|
||||||
|
|
||||||
class ASSETPIPE_OT_sync_with_publish(bpy.types.Operator):
|
class ASSETPIPE_OT_sync_with_publish(bpy.types.Operator):
|
||||||
|
# TODO Early Return no Sync Target is found
|
||||||
bl_idname = "assetpipe.sync_with_publish"
|
bl_idname = "assetpipe.sync_with_publish"
|
||||||
bl_label = "Sync with Publish"
|
bl_label = "Sync with Publish"
|
||||||
bl_description = """Push and or Pull data from Published file. Will prompt with a list of new data found before pushing"""
|
bl_description = """Push and or Pull data from Published file. Will prompt with a list of new data found before pushing"""
|
||||||
|
Loading…
Reference in New Issue
Block a user