Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock pushed to cleanup_generic_selections at mod_moder/blender 2023-07-19 20:35:04 +02:00
086c16a667 init
ece704af45 Fix #109771: deps_builder: crash in Embree HW BVH building
3525a0c070 Editors: move code to C++
1629eb61a1 GPv3: UI and RNA for layer opacity
7f905a0b06 Fix: EEVEE-Next: Make irradiance baking use world probe
Compare 10 commits »
Iliya Katushenock created branch cleanup_generic_selections in mod_moder/blender 2023-07-19 20:35:04 +02:00
Iliya Katushenock commented on pull request blender/blender#110266 2023-07-19 18:27:50 +02:00
GPv3: Stroke Simplify operator

const VArray<bool> &selection = *curves.attributes().lookup_or_default<bool>( ".selection", ATTR_DOMAIN_POINT, true); Avoid to do extra copy/user counter increment.

Iliya Katushenock commented on pull request blender/blender#110265 2023-07-19 15:45:01 +02:00
Array Utils: Add find_all_ranges function

Duplicate of split_to_ranges_and_spans ?

Iliya Katushenock created pull request blender/blender#110249 2023-07-19 00:17:30 +02:00
WIP: Geometry Nodes: Shift for Curve node
Iliya Katushenock pushed to shift_for_curve at mod_moder/blender 2023-07-19 00:15:15 +02:00
03043f6853 progress
6a4c6d54ef Merge branch 'main' into shift_for_curve
280ff8284f Fix: Compiler error on macOS
6a3c865129 Cleanup: Make format
0c8c3f091d Fix: Compiler error
Compare 10 commits »
Iliya Katushenock created branch shift_for_curve in mod_moder/blender 2023-07-19 00:15:15 +02:00
Iliya Katushenock closed issue blender/blender#110246 2023-07-18 18:52:14 +02:00
Cannot create visible link to/from mix shader node via API
Iliya Katushenock commented on issue blender/blender#110246 2023-07-18 18:52:12 +02:00
Cannot create visible link to/from mix shader node via API

I can confirm, however this issue has been reported before, see #103395. Will merge reports. Please subscribe in #103395 if you want to see further updates

Iliya Katushenock closed issue blender/blender#110158 2023-07-18 13:21:28 +02:00
Blender crashes during rendering animation
Iliya Katushenock commented on issue blender/blender#110158 2023-07-18 13:21:23 +02:00
Blender crashes during rendering animation

In this case, you'd better report the bug to the addon author. We can't fix the problem if it's not in blender, but in a script.

Iliya Katushenock commented on issue blender/blender#110158 2023-07-18 12:08:44 +02:00
Blender crashes during rendering animation

I can't reproduce it either. In addition, it is better to remove the script.

Iliya Katushenock commented on issue blender/blender#110230 2023-07-18 11:49:03 +02:00
Blender craches

Hey, plaease, attach some example file to make possible to reproduce this.

Iliya Katushenock created pull request blender/blender#110225 2023-07-17 23:19:42 +02:00
Fix #110210: Match update of a socket declaration
Iliya Katushenock commented on issue blender/blender#110158 2023-07-17 23:14:06 +02:00
Blender crashes during rendering animation

I explored a similar bug. Some kind of modifier, or something else, multithreadedly takes some single data for writing. A result of 10 copies, this is an attempt to delete itself 10 times. But…

Iliya Katushenock pushed to tmp_fix_change_socket_color_hide at mod_moder/blender 2023-07-17 22:48:28 +02:00
d75584ed55 init
899f8a8500 Refactor: use ImBuf instead of a raw buffer for compositor previews
b767a62f32 Fix #109679: Normal Map node strength interpolation artifacts
69cc84fa6c Cleanup: Make format
1b1349cee4 UI: Indeterminate Button State
Compare 10 commits »
Iliya Katushenock created branch tmp_fix_change_socket_color_hide in mod_moder/blender 2023-07-17 22:48:28 +02:00
Iliya Katushenock pushed to tmp_non_copy_move_ml at mod_moder/blender 2023-07-17 09:01:38 +02:00
8aa95d23b1 Merge branch 'main' into tmp_non_copy_move_ml
bac6e81e57 Cleanup: Remove Compilation Warning Eevee Materials
a04da965f6 Fix #110166: Prevent ourliner editing generic labels.
8191b152ec GHOST: Guard GL context creation behind WITH_OPENGL_BACKEND
95367f732f Fix: Build error with MSVC
Compare 6 commits »
Iliya Katushenock commented on issue blender/blender#110172 2023-07-16 18:30:45 +02:00
Geometry Nodes: Seperate/Delete (By faces) generates an unexpected result

I can reproduce this in last 3.6, but not in last 4.0.

Iliya Katushenock closed issue blender/blender#110173 2023-07-16 18:26:39 +02:00
Grid lines