Blender Git Loki

Git Commits -> Revision e4feadd

January 21, 2021, 11:37 (GMT)
Tracking: Implement proportional editing

Disclaimer: This is a work-in-progress, to find best and optimal
workflow, user interface, defaults, and so on.

To test the new functionality:
1. Enable proportional editing.
2. Grab marker.

The expected behavior is that in this configuration the transform
will be smoothly propagated up to keyframe or up to end of tracked
segment (whatever happens sooner).

Allows to address issue of sudden jump in track when correcting
sliding marker.

Differential Revision: https://developer.blender.org/D2771

Commit Details:

Full Hash: e4feadde90375222858989a600fbc40a4627150b
Parent Commit: 35f379b
Lines Changed: +211, -50

10 Modified Paths:

/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+2, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+36, -0) (Diff)
/source/blender/editors/transform/transform.c (+3, -3) (Diff)
/source/blender/editors/transform/transform.h (+17, -16) (Diff)
/source/blender/editors/transform/transform_constraints.c (+3, -0) (Diff)
/source/blender/editors/transform/transform_convert.c (+3, -1) (Diff)
/source/blender/editors/transform/transform_convert_tracking.c (+124, -19) (Diff)
/source/blender/editors/transform/transform_generics.c (+11, -5) (Diff)
/source/blender/editors/transform/transform_mode.c (+8, -4) (Diff)
/source/blender/editors/transform/transform_mode_translate.c (+4, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021