John Kiril Swenson eliphaz
  • Joined on 2021-06-11
John Kiril Swenson commented on pull request blender/blender#124333 2024-08-15 00:47:44 +02:00
VSE: Connected Strips
  • Disconnect Strips operator still is clickable if nothing is connected. It should be greyed out if active strip isn't connected to anything.

I couldn't address this since polling is a little…

John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-15 00:34:50 +02:00
8dc968e50e Address all new code review
John Kiril Swenson commented on pull request blender/blender#126336 2024-08-15 00:16:31 +02:00
VSE: Set "box select" default tool for preview and show toolbars

I am fine with having box select as default tool. AFAIK the only reason, why toolbar was hidden by default was, that there were no tools to pick from. It should be shown by default now.

I…

John Kiril Swenson created pull request blender/blender#126336 2024-08-14 23:08:53 +02:00
VSE: Set "box select" default tool for preview
John Kiril Swenson created branch vse-preview-box-sel-default in eliphaz/blender 2024-08-14 23:06:46 +02:00
John Kiril Swenson pushed to vse-preview-box-sel-default at eliphaz/blender 2024-08-14 23:06:46 +02:00
871bda1901 VSE: Set "box select" default tool for preview
93054f9a0e Refactor: Sculpt: Move original position restore to brush deform step
3cd26916f4 Cycles render test: Enable OIDN tests
1330d0ddda Cycles render tests: Add the option to test with OSL enabled
658b32093a Refactor: Sculpt: Replace sculpt attribute system for dynamic topology data
Compare 10 commits »
John Kiril Swenson commented on pull request blender/blender#124333 2024-08-14 14:17:00 +02:00
VSE: Connected Strips

Thanks all for the feedback.

context menu

Doesn't seem like I'm able to see the attachment (trying to open says "not found"?)

We…

John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-13 00:15:13 +02:00
825b63f92d Fix for RCS keymap that I missed
John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-12 23:06:29 +02:00
6a48068e9e Bump subversion
John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-12 23:04:24 +02:00
059dd92891 Merge branch 'main' into vse-linked-strips
e8786c7be7 UI: Icon Overlay Text Should Not Shadow if Dark
4c2e5b57de Sculpt: Use new relax implementation for mesh filter
00ca0e8eee Refactor: Sculpt: Share face set boundary filtering functions
11076b691c Cleanup: Sculpt: Small simplification in relax brush
Compare 379 commits »
John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-12 22:55:35 +02:00
27331dbd96 Final fixes
John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-12 20:02:15 +02:00
63348ef4f9 Finish todos
John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-11 22:25:11 +02:00
72a14c5f1e Tackle some todos
0c7c4229e3 Finish up fake key generation for connected strips
Compare 2 commits »
John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-10 18:15:59 +02:00
c24e9b53aa Remove scene that I missed
John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-10 18:13:47 +02:00
079b839208 Address fake key generation for connected strips
1b025f05e9 Address codestyle changes
Compare 2 commits »
John Kiril Swenson commented on pull request blender/blender#124333 2024-08-10 13:45:07 +02:00
VSE: Connected Strips

I would suggest to make single strip selection possible by clicking on one of already selected connected strips. So effectively this would be double click, which would leave you with only one…

John Kiril Swenson commented on pull request blender/blender#124333 2024-08-09 18:33:00 +02:00
VSE: Connected Strips

@fsiddi just giving a nudge to let you know that all the feedback & bugs should be addressed now if you'd like to kick up another package build for testing!

John Kiril Swenson commented on pull request blender/blender#124333 2024-08-09 18:24:35 +02:00
VSE: Connected Strips

This relates to what is the main purpose and ambition of implementing a connecting strips functionality:

  1. To preserve sync between strips?
  2. To group the strips into one object? Not…
John Kiril Swenson commented on pull request blender/blender#124333 2024-08-09 01:05:42 +02:00
VSE: Connected Strips

So, has it been tested to limit auto-select the linked-to strips during the transform operations? Ex. hit "g" and all linked-to strips will get the outline while transforming, and after a…

John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-09 00:48:53 +02:00
d328f8c88b Further fixes and changes