Asset Pipeline v2 #145
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user