- add 'frame_start' and 'use_frame_start' props
- check for 'frame_start' in invoke function (incase only some projects contain frame_start)
- not all projects contain 'frame_start'
- fix missing comment
- Use project name in render_filename
- add function to find name of enum entry
- Use edit entry name in render_filename
- add revision number to filename from previews length
- create revision int safely in function
- remove add_comment_on_edit_task() move into main op instead (wasn't relevant in gazu.edit module)
- Use scene.render.filepath in invoke
- remove filename if path is not dictory
- allow user to change path, early return if it's not a directory during exec
- Pass Render Path in UI
- Pass Render Path in Directory
- Fix Render Path
- Use user renderpath in invoke
- create meaningful comment message with timestamp and rendered filename
- Add Enum for Edit Entry
- Add Enum for Tasks
- Use Gazu get_all_edits() and get_all_tasks_for_edit() in enum item
- Allow User to select Edit and Task
- This is a simple implementation of the task but it is working!
- rename new_edit() to add_comment_on_edit_task()
-pass only render_path, task_id and comment
-pass task_id via UI
-pass comment via UI
- Update TODOs
- Pass Rendered_filepath to new_edit()
- Temoprarily construct rebder path path
- Add TODO for bad server response
- Using upload method similar to`playblast.ops.KITSU_OT_playblast_create`