Mateus Abelli abelli
  • Brazil
  • Joined on 2024-01-01
Mateus Abelli pushed to main at abelli/flamenco 2024-09-26 00:16:02 +02:00
71bbaaeae0 Manager; convert fetching of sleep schedules to sqlc
777a417cc0 Manager: convert timeout checks to sqlc
ebf1693a7c Manager: convert busy-timeout query to sqlc
40bfa91018 Manager: improve test stability
4bd6dc64b0 Manager: convert worker tag queries to sqlc
Compare 17 commits »
Mateus Abelli deleted branch abelli-patch-1 from abelli/flamenco 2024-09-10 01:30:48 +02:00
Mateus Abelli deleted branch issue100195 from abelli/flamenco 2024-09-10 01:28:53 +02:00
Mateus Abelli pushed to main at abelli/flamenco 2024-09-10 01:25:56 +02:00
0aa39356f1 Website: Write the Flamenco Upgrading Guide
6baa132c43 Manager: allow setup to finish without Blender
0a98fd2b96 OAPI: regenerate code
eeb79f4feb OpenAPI: Add a default option for Blender's location in the setup assist
3fa15eaa0c Fix test that ensures all expected job types are embedded
Compare 5 commits »
Mateus Abelli commented on issue studio/flamenco#104324 2024-09-08 21:41:48 +02:00
Website: Write the Flamenco Upgrading Guide

Very nice, I think we are achieving a great guide, so I opened a PR with the latest changes addressed. If everything is looking good this will be very useful for the upcoming release of 3.6!

Mateus Abelli created pull request studio/flamenco#104337 2024-09-08 21:38:11 +02:00
Website: Write the Flamenco Upgrading Guide
Mateus Abelli pushed to docs-upgrade-guide at abelli/flamenco 2024-09-08 21:35:54 +02:00
6ef6bcccf8 Website: Write the Flamenco Upgrading Guide
Mateus Abelli created branch docs-upgrade-guide in abelli/flamenco 2024-09-08 21:35:54 +02:00
Mateus Abelli commented on pull request studio/flamenco#104306 2024-09-08 20:50:20 +02:00
Manager: allow setup to finish without Blender

Hi, I updated the code to include the skip option on all scenarios.

I was going to copy and paste the code for that option but I decided to simplify our existing code by removing the condition…

Mateus Abelli pushed to issue100195 at abelli/flamenco 2024-09-08 20:34:17 +02:00
d203247cba Webapp: Fix a typo on the skip message
Mateus Abelli pushed to issue100195 at abelli/flamenco 2024-09-08 20:29:36 +02:00
fb4989e181 Webapp: Allow to skip adding a Blender path even if one is available
93d9d35ead Merge remote-tracking branch 'upstream/main' into issue100195
6eb4b12840 Addon: add 'disabled' message on submit button when no job type is selected
423c5c29d7 Shaman: use relative paths for symlinks (#104332)
60872c89f9 Manager: distributed rendering of single images
Compare 32 commits »
Mateus Abelli pushed to main at abelli/flamenco 2024-09-08 19:46:10 +02:00
6eb4b12840 Addon: add 'disabled' message on submit button when no job type is selected
423c5c29d7 Shaman: use relative paths for symlinks (#104332)
60872c89f9 Manager: distributed rendering of single images
acf721c6d8 Add-on & README: Change "Flamenco 3" to just "Flamenco"
329640aa62 Cleanup: rename CreateVideoParams to FramesToVideoParams
Compare 30 commits »
Mateus Abelli pushed to addon-tooltip at abelli/flamenco 2024-07-24 00:46:25 +02:00
10648622fe Merge remote-tracking branch 'upstream/main' into addon-tooltip
1abcf06031 Addon: update text in the dynamic tooltip function on submit button
eb763a605b Website: document absolute vs. relative asset paths
Compare 3 commits »
Mateus Abelli commented on pull request studio/flamenco#104326 2024-07-23 00:48:41 +02:00
Addon: add dynamic tooltip on submit button when no job type is selected

There's a built-in method that's specifically there for these cases: you can call cls.poll_message_set("reason") from the poll() function.

Oh I didn't see that method earlier, I can't…

Mateus Abelli pushed to addon-tooltip at abelli/flamenco 2024-07-23 00:40:01 +02:00
02414d8743 Addon: refactor dynamic tooltip function on submit button
Mateus Abelli created pull request studio/flamenco#104326 2024-07-20 18:26:27 +02:00
Addon: add dynamic tooltip on submit button when no job type is selected
Mateus Abelli pushed to addon-tooltip at abelli/flamenco 2024-07-20 18:13:55 +02:00
4e12e65a60 Addon: add dynamic tooltip on submit button when no job type is selected
Mateus Abelli created branch addon-tooltip in abelli/flamenco 2024-07-20 18:13:55 +02:00
Mateus Abelli commented on issue studio/flamenco#104324 2024-07-18 02:02:34 +02:00
Website: Write the Flamenco Upgrading Guide

Getting better! Thanks for putting in the effort.

👍 Nice, thanks!!

This is going to cause issues, because renaming the directory means that your new install is going to run from a…

Mateus Abelli commented on pull request studio/flamenco#104306 2024-07-17 02:34:47 +02:00
Manager: allow setup to finish without Blender

Thank you, I'm learning a ton in this PR 👍 I've tried my best to apply your feedback and I think it's looking better.

Here are some highlights of my changes:

There are now declared…