Add Description to Job Types #104268
No reviewers
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#104268
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Taylor-Wiebe/flamenco:job-description"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a description field to job types, which was requested in the issue #102429
Descriptions can be added to job types, and they will appear in Blender when the user hovers over the job type in the UI.
I am open to suggestions for the description of
Simple Blender Render
, or the description for that job could be left blank.Thanks for the PR @Taylor-Wiebe!
I think "Render a Blender file" offers a bit too little information. How about "Render a sequence of frames, and create a preview video file"?
@dr.sybren That description sounds good, I have updated it.
@dr.sybren I noticed some merge conflicts in this PR, so I have fixed them.
Thanks for fixing the conflicts. I tried to test your changes, but
make test
shows errors:Also I think it would be a good idea to either add a test, or to adjust an existing test, to test that the description is properly loaded. I think extending
TestSimpleBlenderRenderHappy
would be fine for this.@dr.sybren Ah, that test was failing because I mistakenly had the description set as required so it was included in the json when building the etag. I fixed the description and fixed the addon to handle
None
descriptions.I added a test
TestGetJobTypeWithDescriptionHappy
to test that the description will be returned via the API. I noticed when I run the tests,TestSetSchedule
is failing, although it's also failing on the main branch for me.Thanks, this works well now!
Please file a new bug report about this. The tests shouldn't fail.
This was merged as
03a88934
,2bbb7b48
, anda0cb8735
Thanks again Taylor!