Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on issue blender/blender#126853 2024-08-28 06:44:51 +02:00
Merge doubles is breaking uv stored at face corners

static void customdata_weld(
const CustomData *source, CustomData *dest, const int *src_indices, int count, int dest_index)
{
if (count == 1) {
CustomData_copy_data(source, dest, src_indices[0], dest_index, 1);
return;
}
CustomData_interp(source, dest, (const int *)src_indices, nullptr, nullptr, count, dest_index);

https://projects.blender.org

Iliya Katushenock closed issue blender/blender#126853 2024-08-27 20:43:42 +02:00
Merge doubles is breaking uv stored at face corners
Iliya Katushenock commented on issue blender/blender#126853 2024-08-27 20:43:38 +02:00
Merge doubles is breaking uv stored at face corners

I do not know what is your expectations, attached file looks different from the report and i do not see any bug in the file, so i'll close this as not a bug.

Please submit a new report and…

Iliya Katushenock closed issue blender/blender#126848 2024-08-27 18:51:07 +02:00
Unexpected Result in Fill Curve
Iliya Katushenock commented on issue blender/blender#126848 2024-08-27 18:01:02 +02:00
Unexpected Result in Fill Curve

THe fact that face is there or not is defined by combination of tracing and order of the points in curve, so the fact of different result for different positions does not seems like a bug.

Iliya Katushenock commented on issue blender/blender#126848 2024-08-27 17:37:37 +02:00
Unexpected Result in Fill Curve

I just do not see which the points should not be connected..

Iliya Katushenock commented on issue blender/blender#126811 2024-08-27 07:32:33 +02:00
Joining and filling two curves creates stray point at (0,0,0) using geometry nodes

You did change the wrong number, try apper one.

Iliya Katushenock commented on issue blender/blender#126811 2024-08-27 07:23:13 +02:00
Joining and filling two curves creates stray point at (0,0,0) using geometry nodes

Can you try to replace 3 by 2 in Grid node?

Iliya Katushenock commented on issue blender/blender#126802 2024-08-27 07:05:10 +02:00
Wrong number of node group users when duplicating a shader

Might be regression related with recent ID`s refactor, in any case this is a bug. Also might be rleated with evaluated copy of the eevee material.

Iliya Katushenock closed issue blender/blender#126800 2024-08-26 21:46:42 +02:00
How can i make a object shadowless in 4.2.1???
Iliya Katushenock commented on issue blender/blender#126800 2024-08-26 21:46:39 +02:00
How can i make a object shadowless in 4.2.1???

For help using Blender, please try one of the community websites: https://www.blender.org/community/

If you think you found a bug, please submit a new report and carefully follow the instruction…

Iliya Katushenock commented on pull request blender/blender#126764 2024-08-26 07:19:59 +02:00
Text Editor: GLSL template files

But this PR is about adding new examples, why do you do this change?

Iliya Katushenock commented on pull request blender/blender#126764 2024-08-25 22:06:56 +02:00
Text Editor: GLSL template files

Is this file edited intentionally?

Iliya Katushenock closed issue blender/blender#126765 2024-08-25 22:04:47 +02:00
i downloaded blender 4.2LTS and i opened the application the problem i was encountered when i select 2d animation the application is crash i downloaded old release and this time the application was not crush so 4.2 release is have error
Iliya Katushenock commented on issue blender/blender#126765 2024-08-25 22:04:43 +02:00
i downloaded blender 4.2LTS and i opened the application the problem i was encountered when i select 2d animation the application is crash i downloaded old release and this time the application was not crush so 4.2 release is have error

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 pushed to fix_121110 at mod_moder/blender 2024-08-25 21:21:03 +02:00
5f75afd84a fix build
Iliya Katushenock pushed to fix_121110 at mod_moder/blender 2024-08-25 20:57:15 +02:00
4539976896 back versioning
Iliya Katushenock pushed to fix_121110 at mod_moder/blender 2024-08-25 20:51:05 +02:00
4f4f37813b revert other fix
623548794a make format
Compare 2 commits »
Iliya Katushenock pushed to fix_121110 at mod_moder/blender 2024-08-25 20:47:17 +02:00
14d174436a rebase to main
6bd515e0d2 Fix: USD: Use correct data type for UsdPreviewSurface normal input
a0df365b77 UI: Add Snapping to Docking Status Bar Entries
503cb7bfee UI: Correction to Space Image image_space_name_get
Compare 2734 commits »
Iliya Katushenock commented on pull request blender/blender#126762 2024-08-25 20:38:37 +02:00
BLI: IndexMask: Allow possible optimization

For context, see #126163 as example of such case.