Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#125018 2024-07-19 19:54:42 +02:00
Cleanup: Adjust GSpan and GArray asserts

Null reference is the UB, but in another hand this is valid to have null type for empty span...

Iliya Katushenock commented on issue blender/blender#125041 2024-07-19 19:36:14 +02:00
Bone Constraint Damped Track is Lagging or Bugging

Thanks for report, please, check my attached txt file with info about dependency cycles in your project, fix this cycles, and say if this will resolve your issue.

Iliya Katushenock closed issue blender/blender#125103 2024-07-19 19:30:41 +02:00
crash on start screen preset, click on preset ---CRASH
Iliya Katushenock commented on issue blender/blender#125103 2024-07-19 19:30:37 +02:00
crash on start screen preset, click on preset ---CRASH

This report does not contain all the requested information, which is required for us to investigate the issue.

Please submit a new report and carefully follow the instructions. Be sure to…

Iliya Katushenock commented on issue blender/blender#125078 2024-07-19 19:24:15 +02:00
Camera Plane Bug

Can you try updating your GPU drivers?

If that doesn't resolve the issue, can you share the crash log with us? https://docs.blender.org/manual/en/latest/troubleshooting/crash.html#crash-log

Iliya Katushenock closed issue blender/blender#125095 2024-07-19 19:04:14 +02:00
can't change object mode to edit mode
Iliya Katushenock commented on issue blender/blender#125095 2024-07-19 19:04:10 +02:00
can't change object mode to edit mode

This report does not contain all the requested information, which is required for us to investigate the issue.

Please submit a new report and carefully follow the instructions. Be sure to…

Iliya Katushenock commented on issue blender/blender#125098 2024-07-19 18:57:08 +02:00
uv_seam property not accessible in geometry nodes

Can you try that in 4.2?

Iliya Katushenock commented on pull request blender/blender#125089 2024-07-19 18:46:12 +02:00
WIP: GeoNode Bisect (Mesh & Curves)

Main thing i think this is important to have is consistency and fact of triviality of behavior.

Iliya Katushenock commented on pull request blender/blender#125089 2024-07-19 18:46:11 +02:00
WIP: GeoNode Bisect (Mesh & Curves)

This code, in case of more simple handling of <>0, will be:

Iliya Katushenock commented on pull request blender/blender#125089 2024-07-19 18:46:10 +02:00
WIP: GeoNode Bisect (Mesh & Curves)

First of all, i think you should not use such non-trivial bevarior here. So, we should only have: take all <0 or all >=0. Additional optional like ==0 (slice) can be separate node.

Iliya Katushenock commented on pull request blender/blender#125089 2024-07-19 18:46:08 +02:00
WIP: GeoNode Bisect (Mesh & Curves)

plane is an additional supported info that should be computed just in use place (from place_centre and plane_normal) instead of be input argument.

Iliya Katushenock commented on pull request blender/blender#125089 2024-07-19 18:46:07 +02:00
WIP: GeoNode Bisect (Mesh & Curves)

Ran make format in the rool tolder of your blender repo/

Iliya Katushenock commented on pull request blender/blender#125084 2024-07-19 16:26:11 +02:00
Fix #124167: Crash opening file after asset browser is closed

Note that this error was reported for 4.2\

Iliya Katushenock commented on issue blender/blender#125016 2024-07-18 21:34:07 +02:00
Custom Addon Icons Regression

Please, add Exact steps for others to reproduce the error

Iliya Katushenock commented on issue blender/blender#125013 2024-07-18 20:18:54 +02:00
Drawing with Smear or Average Vertex causes debug assert

Span can be not only with null data pointer but also with null type of the data, but if span (or array) can have value, type can not be null.

Iliya Katushenock commented on issue blender/blender#124998 2024-07-18 18:50:03 +02:00
The program closes it self.

Can you try updating your GPU drivers?

If that doesn't resolve the issue, can you share the crash log with us? https://docs.blender.org/manual/en/latest/troubleshooting/crash.html#crash-log

Iliya Katushenock commented on issue blender/blender#125000 2024-07-18 18:39:52 +02:00
Sculpt clay strip brush back face inflence and plane trim issue

Can you add example file to the report please?/

Iliya Katushenock closed issue blender/blender#124993 2024-07-18 17:24:35 +02:00
Copy/Paste material triggers an assert in Node code in main and 4.2LTS
Iliya Katushenock commented on issue blender/blender#124993 2024-07-18 17:24:31 +02:00
Copy/Paste material triggers an assert in Node code in main and 4.2LTS

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