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 c4218a8f5b - Show all commits

View File

@ -63,9 +63,9 @@ def sync_draw(self, context):
box.label(text=id.name) box.label(text=id.name)
if len(self._temp_transfer_data) == 0: if len(self._temp_transfer_data) == 0:
layout.label(text="No New Transfer Data found") layout.label(text="No new local Transfer Data found")
else: else:
layout.label(text="New Transfer Data will be Pushed to Publish") layout.label(text="New local Transfer Data will be Pushed to Publish")
row = layout.row() row = layout.row()
row.prop(self, "expand", text="", icon="COLLAPSEMENU", toggle=False) row.prop(self, "expand", text="", icon="COLLAPSEMENU", toggle=False)
row.label(text="Show New Transfer Data") row.label(text="Show New Transfer Data")