• Joined on 2024-10-14
kittcat commented on pull request blender/blender#129665 2024-11-05 14:58:48 +01:00
Sequencer: Add Box Roundness option to text strips

"Tried several, this one looked nicest" is exactly why xD I liked the look of a circular arc best, save for the discontinuity, so I chose something close to 2.

kittcat commented on pull request blender/blender#129665 2024-11-04 15:17:48 +01:00
Sequencer: Add Box Roundness option to text strips

Do you know any examples of a good rounded corner / arc rendering elsewhere in blender that would be good to reference? Most of what i found was in a gpu shader (not necessarily useless!); or the…

kittcat commented on pull request blender/blender#129665 2024-11-04 15:08:50 +01:00
Sequencer: Add Box Roundness option to text strips

Perhaps... but the imbuf buffer is stored premultiplied, which means we need to multiply every color channel by the alpha, as far as i understand..?

kittcat commented on pull request blender/blender#129665 2024-11-04 15:05:05 +01:00
Sequencer: Add Box Roundness option to text strips

Thanks for the comments :D Sorry for the delay- using a superellipse was just an easy way to soften a slight discontinuity I was perceiving at the transition point.

![screenshot showing rounded…

kittcat pushed to vse-render-estimate-text at kittcat/blender 2024-11-04 14:35:20 +01:00
d7dc784366 Sequencer: clear time estimate after render is done
85a7cc62e2 Sequencer: add Sequence Render label to renderinfo string
7067031734 Sequencer: add remaining time estimate to renderinfo string
888ae45dfa Cleanup: Remove unused grease pencil legacy draw cache
a64a2fe3ff Merge branch 'blender-v4.3-release'
Compare 342 commits »
kittcat commented on pull request blender/blender#129575 2024-11-01 02:41:11 +01:00
WIP: Sequencer: Add time estimate to render info display

Thanks for the feedback^^

Like it or not, a lot of render farms parse the logs, so we need to be careful when we change the format.

  • Good point.. Information printed to stdout is produced…
kittcat pushed to vse-text-box-rounded-corners at kittcat/blender 2024-11-01 02:01:46 +01:00
59e5ccd58e fixup! Sequencer: Add Box Roundness option to text strips
kittcat created pull request blender/blender#129665 2024-11-01 01:58:20 +01:00
Sequencer: Add Box Roundness option to text strips
kittcat pushed to vse-text-box-rounded-corners at kittcat/blender 2024-11-01 01:37:59 +01:00
d178c0b4ca Sequencer: Add Box Roundness option to text strips
dd7064b2e1 Cleanup: Various non-functional changes for paint_stroke.cc
3ff2733279 Cleanup: Sculpt: Remove PBVH frustum plane and related calculation
77a7671f54 Cleanup: Avoid writing sculpt session runtime pointer to files
00319f70d0 Merge branch 'blender-v4.3-release'
Compare 245 commits »
kittcat commented on pull request blender/blender#129575 2024-10-30 21:27:04 +01:00
WIP: Sequencer: Add time estimate to render info display

Not hard, I actually did it that way first! But it felt confusing to have two different estimates sometimes when rendering with cycles which puts its own (per-frame) estimate in.. without much…

kittcat pushed to vse-text-box-rounded-corners at kittcat/blender 2024-10-30 06:32:57 +01:00
9a68bb306b wip initial implementation,
kittcat created branch vse-text-box-rounded-corners in kittcat/blender 2024-10-30 06:32:57 +01:00
kittcat created pull request blender/blender#129575 2024-10-30 06:29:25 +01:00
WIP: Sequencer: Add time estimate to render info display
kittcat created branch vse-render-estimate-text in kittcat/blender 2024-10-30 06:06:14 +01:00
kittcat pushed to vse-render-estimate-text at kittcat/blender 2024-10-30 06:06:14 +01:00
8ad9b4675c Sequencer: add Sequence Render label to renderinfo string
4f030654a1 Sequencer: add remaining time estimate to renderinfo string
Compare 2 commits »
kittcat created branch vse-remove-gaps-selection in kittcat/blender 2024-10-30 06:05:27 +01:00
kittcat pushed to vse-remove-gaps-selection at kittcat/blender 2024-10-30 06:05:27 +01:00
8c91144db1 Sequencer: Replacement for Remove Gaps operator (wip)
kittcat created repository kittcat/blender 2024-10-30 05:51:48 +01:00