Brad Clark BClark
  • Texas
  • https://www.riggingdojo.com/
  • Character TD working in the industry and teaching since 1998 and solving animation and rigging problems for studios and artists worldwide.

  • Joined on 2019-03-14
Brad Clark commented on pull request blender/blender#105574 2023-05-17 22:45:20 +02:00
UI: Updated Auto Keying Button Icon

I guess this wasn't finalized in any of the meetings, what is left to do?

Brad Clark approved blender/blender#107990 2023-05-16 23:53:58 +02:00
Animation: NLA Vertical Reorder

Approved from animation art side of things. Future plans to add options are nice but not core to having this drag and drop functionality this provides, has been asked for for years and had code in the works for at least two years.

Brad Clark approved blender/blender#106952 2023-05-16 18:41:46 +02:00
Animation: Butterworth Smoothing filter

Function of the filter is approved, small tweaks left but the core filter is working on animation curves as I would expect.

Brad Clark commented on pull request blender/blender#106952 2023-05-16 01:06:46 +02:00
Animation: Butterworth Smoothing filter

Function works well now from animation/artist testing, the filter does what is expected with some adjustments.

Just need to finalize the slider operator if FACTOR is better than HRZ to have…

Brad Clark commented on issue blender/blender#106801 2023-05-15 19:07:48 +02:00
Assigned action is lost if file is saved while in NLA tweaking mode on a linked object with linked animation data

Thanks for tracking that down! What is our bug/priority level for this now that we have it narrowed down to reproduce?

Brad Clark commented on pull request blender/blender#107281 2023-05-15 19:04:39 +02:00
Fix #100718: NLA Hold Forward Inconsistency

is this ready to land?

Brad Clark commented on pull request blender/blender#107887 2023-05-12 16:26:47 +02:00
Fix: Channel select keys doesn't add undo step

Thank you for fixing this before I could get a bug report in :) That is awesome.

Brad Clark commented on pull request blender/blender#107672 2023-05-06 06:58:38 +02:00
UI: Changes to NLA Solo Button

Thank you for exploring if we could move it to help better organize and place the buttons together and help discoverability of the solo button as well as contextualize it by putting it next to the…

Brad Clark commented on pull request blender/blender#106952 2023-05-05 19:56:53 +02:00
Animation: Butterworth Smoothing filter

For best results for Blender a default value of FACTOR = 1, samples = 2 and filter order = 3, but the code for HZ at least the slider value for the user should be mapped to whole numbers int…

Brad Clark commented on issue blender/blender#106946 2023-05-05 15:36:34 +02:00
splitting an nla track prevents adding new keyframes outside of the clips bounds in tweak mode

At one point you could keyframe outside the bounds of the NLA strip and the sync setting didn't matter. I can't remember when that changed but that is an artificial limitation and forces the user…

Brad Clark commented on issue blender/blender#92218 2023-05-05 04:55:47 +02:00
Mesh-based armature interaction ("Mesh Gizmos", "Face Maps")

just bumping this thread. Vetex matrix means being able to animate the vertex directly like the animall addon allows.

Brad Clark approved blender/blender#106571 2023-05-04 05:52:49 +02:00
WIP: initial vertical shuffle code

The core action is working as expected and as designed from the animation user side.

Brad Clark commented on pull request blender/blender#106113 2023-04-28 18:34:57 +02:00
Animation: Clean up "Key" menu in Graph Editor

Having used the D key and then not having it, I missed it right away when trying to quickly get to the filters.. so from animator/motion edit wanting to do things to curves quickly, it is great.

Brad Clark commented on issue blender/blender#105260 2023-04-28 17:06:16 +02:00
NLA is editable even when the animation data is linked

Testing this in 3.5.1

the last step in this "See that the strip edit has not been saved to disk." is working for me, meaning I can open and edit the animation strip data and save it and it…

Brad Clark commented on issue blender/blender#106801 2023-04-28 16:24:12 +02:00
Assigned action is lost if file is saved while in NLA tweaking mode on a linked object with linked animation data

We need to update the ticket to include the entire process including how you made the library override.

Brad Clark commented on issue blender/blender#104429 2023-04-27 19:46:45 +02:00
NLA loose custom strip end when editing

Is this because you have sync length turned on? image

Brad Clark commented on issue blender/blender#102662 2023-04-27 00:43:38 +02:00
NLA-Strip Corrupted after reopening file with library override

If you by hand set the short strip back to the right length, when you save and open the file the second strip is now moved over and the first strip is longer by the amount it was shortened, so it…

Brad Clark commented on issue blender/blender#102662 2023-04-27 00:30:43 +02:00
NLA-Strip Corrupted after reopening file with library override

If I drag translate them, it resets, if I move the clips with the frame start attribute by typing the value in and hitting enter it is fine, if I just drag it or I use the G key and save/reopen…

Brad Clark commented on issue blender/blender#76791 2023-04-25 21:06:14 +02:00
Different results when keyframing visual transforms and applying transforms manually on IK constraint

Wow this has been around a while, and I am in agreement at least that I am not clear at all now on why/what visual keying is doing if it isn't applying the visual transform and keying that. I…

Brad Clark approved blender/blender#107281 2023-04-24 16:23:13 +02:00
Fix #100718: NLA Hold Forward Inconsistency

Approved for fixing the bug that the display didn't match the desired extrapolation mode.