Alexander Gavrilov angavrilov
  • Cyprus
  • Joined on 2015-08-20
Alexander Gavrilov merged pull request blender/blender#104463 2024-01-18 13:17:36 +01:00
Shape Keys: support locking to protect from accidental editing.
Alexander Gavrilov commented on pull request blender/blender#104463 2024-01-17 14:32:55 +01:00
Shape Keys: support locking to protect from accidental editing.

BKE_keyblock_find_index() doesn't find a keyblock's index, so I think it's better to name it BKE_keyblock_find_by_index().

Renamed.

In `source/blender/blenkernel/intern/DerivedMesh.cc…

Alexander Gavrilov pushed to pr-shapekey-locking at angavrilov/blender 2024-01-17 14:30:12 +01:00
fcf2083f12 Shape Keys: support locking to protect from accidental editing.
c02d4da5a2 Shape Keys: replace the BKE_keyblock_from_key function with find_index.
e39bd974a0 Cleanup: Curves: Remove redundant resizing in extrude operator
b10953d957 Fix #117191: Crash using the Extrude tool and Snap Base
8b454fe5d4 Curves: Debug crash after switching to sculpt mode
Compare 509 commits »
Alexander Gavrilov pushed to dev-shapekey-locking-gproject at angavrilov/blender 2024-01-17 14:30:05 +01:00
52084dc9bf Sculpt: check shape key locks in the gesture project operation.
05089cc178 Sculpt: refactor gesture operations to allow cancelling.
fcf2083f12 Shape Keys: support locking to protect from accidental editing.
c02d4da5a2 Shape Keys: replace the BKE_keyblock_from_key function with find_index.
e39bd974a0 Cleanup: Curves: Remove redundant resizing in extrude operator
Compare 511 commits »
Alexander Gavrilov pushed to main at blender/blender-manual 2024-01-08 18:31:12 +01:00
f8c294333c Drivers: document the new variable fallback values.
Alexander Gavrilov deleted branch pr-driver-var-default from angavrilov/blender 2024-01-08 15:25:11 +01:00
Alexander Gavrilov merged pull request blender/blender#110135 2024-01-08 15:25:09 +01:00
Drivers: implement fallback values for RNA path based variables.
Alexander Gavrilov pushed to main at blender/blender 2024-01-08 15:25:08 +01:00
d0ef66ddff Drivers: implement fallback values for RNA path based variables.
bbd7872680 Drivers: refactor driver_get_variable_property to return an enum.
b9074381e5 Drivers Editor: apply red underline to drivers that failed evaluation.
Compare 3 commits »
Alexander Gavrilov pushed to pr-driver-var-default at angavrilov/blender 2024-01-08 15:24:11 +01:00
4ccd1bec83 Drivers: implement fallback values for RNA path based variables.
bbd7872680 Drivers: refactor driver_get_variable_property to return an enum.
b9074381e5 Drivers Editor: apply red underline to drivers that failed evaluation.
1db4ed50e8 Cleanup: make format
6d8bb7f73c Anim: armature.collections.move() now retains the active collection
Compare 205 commits »
Alexander Gavrilov deleted branch pr-keyframe-extend-snap from angavrilov/blender 2024-01-08 14:19:09 +01:00
Alexander Gavrilov pushed to main at blender/blender 2024-01-08 14:19:06 +01:00
4fe6f0b271 Fix: frame snapping for the time extend transformation mode
Alexander Gavrilov merged pull request blender/blender#116542 2024-01-08 14:19:06 +01:00
Animation: fix frame snapping for the time extend transformation mode.
Alexander Gavrilov opened issue blender/blender#116627 2023-12-29 11:46:34 +01:00
GHOST/X11 asserts in a debug build on a Linux system with 50+ days uptime
Alexander Gavrilov created pull request blender/blender#116626 2023-12-29 11:24:10 +01:00
Anim: fix bone collection custom property copying on armature join
Alexander Gavrilov created branch pr-bone-collections-join in angavrilov/blender 2023-12-29 11:21:56 +01:00
Alexander Gavrilov pushed to pr-bone-collections-join at angavrilov/blender 2023-12-29 11:21:56 +01:00
dcfc3abfea Anim: fix bone collection custom property copying on armature join
b7a7c2ac00 EEVEE-Next: Add lightweight deferred indirect lighting
bd51bb7623 Sculpt: Avoid expensive mask access in remaining cases
27582ddb93 Fix #116532: Cloth filter performance issue from mask attribute access
70ae6f5d41 Cleanup: Sculpt: Add utility to duplicate mask data
Compare 10 commits »
Alexander Gavrilov commented on pull request blender/blender#104456 2023-12-28 21:41:28 +01:00
WIP: all of my pending patches.

@blender-bot package

Alexander Gavrilov pushed to pending-combined at angavrilov/blender 2023-12-28 21:41:04 +01:00
0a82043d03 Fix bone collection custom property copying on armature join.
Alexander Gavrilov commented on issue blender/blender#114835 2023-12-28 21:37:53 +01:00
User Interface unresponsive with High Poly scenes

@ideasman42 Your X11 change breaks with an assert on my computer with uptime of 52 days, because m_start_time_monotonic has just exceeded the 32-bit range, but the time in the event is clearly…

Alexander Gavrilov commented on pull request blender/blender#115354 2023-12-28 21:01:05 +01:00
Anim: store BoneCollections in a flat array

Well, this does result in user-visible changes: it breaks Rigify because join now loses custom properties.