Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/ui_helper_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def draw(self, context):
col.label(text='$vl: name of Scene view layer')
col.label(text="$T{}: %Y%m%d %H-%M-%S → 20210223 17-47-35")
col.label(text="↑ (Reference python's time in '{}')")
col.label(text='/: create folder,should be dict_input folder name in front of "/"')
col.label(text='/: create folder, should be dict_input folder name in front of "/"')
except Exception:
pass

Expand Down