Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock pushed to cleanup_gp_copy_method at mod_moder/blender 2024-09-17 23:04:09 +02:00
18c95885e3 Merge branch 'main' into cleanup_gp_copy_method
2ba69519a8 Fix #127678: Auto-Save Preferences does not work for few anim properties
6b63fa8f85 GPv3: Interpolate Sequence operator
d15681a459 Sculpt: Extract deformation position data and logic to a class
b2ce5393ad Cleanup: Sculpt: Remove unused automasking function
Compare 126 commits »
Iliya Katushenock pushed to cleanup_curves_resize_code at mod_moder/blender 2024-09-17 22:55:43 +02:00
4bd800e2c4 progress
Iliya Katushenock created pull request blender/blender#127777 2024-09-17 22:43:55 +02:00
Cleanup: Curves: Various improvements in resize_curves
Iliya Katushenock pushed to cleanup_curves_resize_code at mod_moder/blender 2024-09-17 22:43:06 +02:00
e043a4b8f0 cleanup
Iliya Katushenock pushed to cleanup_curves_resize_code at mod_moder/blender 2024-09-17 22:34:56 +02:00
c0ae2837cb init
2ba69519a8 Fix #127678: Auto-Save Preferences does not work for few anim properties
6b63fa8f85 GPv3: Interpolate Sequence operator
d15681a459 Sculpt: Extract deformation position data and logic to a class
b2ce5393ad Cleanup: Sculpt: Remove unused automasking function
Compare 10 commits »
Iliya Katushenock created branch cleanup_curves_resize_code in mod_moder/blender 2024-09-17 22:34:55 +02:00
Iliya Katushenock closed issue blender/blender#127668 2024-09-17 22:27:03 +02:00
Trim node cuts Curve even if it is in the initial state
Iliya Katushenock commented on issue blender/blender#127668 2024-09-17 22:26:59 +02:00
Trim node cuts Curve even if it is in the initial state

I don't see a bug in that behavior. With that you still can rotate start/end points with literally the same positions along the curve. If you want to do not trim curve than you just need to pass a…

Iliya Katushenock commented on pull request blender/blender#110735 2024-09-17 22:18:38 +02:00
Function Node: Integer Math node

Did you tried to build locally?

Iliya Katushenock commented on pull request blender/blender#127296 2024-09-17 22:16:22 +02:00
Cleanup: Geometry Nodes: Simplify domain conversion code

Just not sure if this comment actually make any value... we only able to create point cloud after evaluation since we can know the size of the selection (raii instead of comment)\

Iliya Katushenock commented on pull request blender/blender#127296 2024-09-17 22:12:43 +02:00
Cleanup: Geometry Nodes: Simplify domain conversion code

Did the mean of point cloud new_no_ attributes (where we delete all custom data to keep them non-allocated) was not in the fact to share everything (like the positions attribute)?

Iliya Katushenock deleted branch fix_extra_copy_call from mod_moder/blender 2024-09-17 21:59:44 +02:00
Iliya Katushenock closed pull request blender/blender#127040 2024-09-17 21:55:35 +02:00
Fix: Curves: Extra copy call
Iliya Katushenock commented on pull request blender/blender#127040 2024-09-17 21:55:33 +02:00
Fix: Curves: Extra copy call

Actually a bit dipped dig in a code and realized that this is not extra one...

Iliya Katushenock commented on pull request blender/blender#127521 2024-09-17 21:14:03 +02:00
Geometry Nodes: add Iteration socket to repeat zone

Wonder if there is a good way to do not allocate/initialize indices until first access.

Iliya Katushenock deleted branch bli_module from mod_moder/blender 2024-09-17 15:49:57 +02:00
Iliya Katushenock commented on issue blender/blender#127721 2024-09-17 13:31:10 +02:00
Rigid Body World Collection crash when WITH_BULLET is disabled

Yeah, basically all that is about just #ifdef WITH_... return nullptr; instead of anything like executing incorrect code path.

Iliya Katushenock deleted branch cleanup_unused_arg_interpolate from mod_moder/blender 2024-09-17 13:06:04 +02:00
Iliya Katushenock closed pull request blender/blender#127756 2024-09-17 13:05:51 +02:00
Cleanup: Geometry Nodes: Unused segment hint