Alexander Gavrilov angavrilov
  • Cyprus
  • Joined on 2015-08-20
Alexander Gavrilov deleted branch blender-v2.78b-release from angavrilov/blender-addons 2023-08-29 11:23:05 +02:00
Alexander Gavrilov deleted branch blender-v2.83-release from angavrilov/blender-addons 2023-08-29 11:23:05 +02:00
Alexander Gavrilov deleted branch xr-world-navigation from angavrilov/blender-addons 2023-08-29 11:23:05 +02:00
Alexander Gavrilov deleted branch soc-2019-openxr from angavrilov/blender-addons 2023-08-29 11:23:05 +02:00
Alexander Gavrilov deleted branch blender-v2.79b-release from angavrilov/blender-addons 2023-08-29 11:23:05 +02:00
Alexander Gavrilov deleted branch blender-v3.6-release from angavrilov/blender-addons 2023-08-29 11:21:40 +02:00
Alexander Gavrilov created repository angavrilov/blender-addons 2023-08-29 11:20:55 +02:00
Alexander Gavrilov pushed to armature-collections at angavrilov/blender 2023-08-28 12:03:31 +02:00
fb15068807 Suppress noise from adding bones without an active collection.
694eb78d26 Handle bone collections in the object join operator.
859b506921 Implement a python API method for reordering bone collections.
232fa074b9 Hide collections created from bone groups.
d01a4e084b Temporarily support mapping collections and legacy layers.
Compare 10 commits »
Alexander Gavrilov created branch armature-collections in angavrilov/blender 2023-08-28 12:03:31 +02:00
Alexander Gavrilov commented on pull request blender/blender#110758 2023-08-24 17:19:40 +02:00
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.

@blender-bot package

Updated the implementation:

  • Smoothing width is now relative to the straight bone length (head-tail distance) rather than curve length.
  • Width is set to 0.222…
Alexander Gavrilov pushed to pr-bbone-curved-mapping at angavrilov/blender 2023-08-24 17:12:59 +02:00
ffd0468044 Bendy Bones: implement a new curve-aware vertex to segment mapping mode.
2af2a11651 Vulkan: Use Correct Image Aspects
8bae4427ed Fix #111238: Arrow keys in some menus work in the opposite direction
7d688edbd3 Fix tool-tip memory leak
f58d596c36 GHOST/Wayland: print the exception message on failure
Compare 118 commits »
Alexander Gavrilov commented on issue blender/blender#105373 2023-08-23 12:40:06 +02:00
Mitigate the risk of wrong shape key selection in sculpt and edit mode.

Are there more helper functions that might be useful that I'm not thinking of?

So, I had to add checks to a few operators implemented in python, and this is the [helper function](https://proje

Alexander Gavrilov commented on pull request blender/blender#110758 2023-08-23 11:39:27 +02:00
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.

Yeah, that's a good point. Having said that, I was playing around with the nodes like a dumb idiot (no real logic or understanding behind it), and I stumbled upon this, which removes the…

Alexander Gavrilov pushed to pr-shapekey-locking at angavrilov/blender 2023-08-22 16:57:31 +02:00
ac212c675c Shape Keys: support locking to protect from accidental editing.
2af2a11651 Vulkan: Use Correct Image Aspects
8bae4427ed Fix #111238: Arrow keys in some menus work in the opposite direction
7d688edbd3 Fix tool-tip memory leak
f58d596c36 GHOST/Wayland: print the exception message on failure
Compare 382 commits »
Alexander Gavrilov commented on pull request blender/blender#110758 2023-08-21 18:42:45 +02:00
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.
  1. Unless there's a demonstrable quality difference between the methods, I think we should go with the fastest executing one, which I assume is non-smoothed(?). The important thing is that the…
Alexander Gavrilov commented on pull request blender/blender#110758 2023-08-21 11:21:29 +02:00
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.

@Mets @nathanvegdahl In the interest of final polishing, I would like some opinions on these questions regarding configuring the smoothing math, using the attached file containing the material…

Alexander Gavrilov commented on issue blender/blender#111276 2023-08-21 10:33:12 +02:00
PyAPI for copying drivers

@Mets It's not exactly new, is_empty already exists, but only checks if the fcurve has no keyframes. I suggest extending it to check if the driver has any non-default settings for driver fcurves.

Alexander Gavrilov commented on pull request blender/blender#110758 2023-08-19 21:42:27 +02:00
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.

@blender-bot package

Found a way to make the mapping isolines bordering the pure blue and red areas even smoother:

Alexander Gavrilov pushed to pr-bbone-curved-mapping at angavrilov/blender 2023-08-19 21:11:51 +02:00
479d0b8fd0 Bendy Bones: implement a new curve-aware vertex to segment mapping mode.
Alexander Gavrilov commented on issue blender/blender#111276 2023-08-18 20:39:09 +02:00
PyAPI for copying drivers

@angavrilov In our chat, you also had an idea for an is_empty flag for drivers, but I'm wondering if the replace keyword being added to the adding functions doesn't address the same…