Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#109671 2023-07-04 12:14:54 +02:00
Fix #109583: Avoid allocation new custom loop normals for write

Although, now it seems to me that if each node creates its own copy of the mesh, implicit sharing will work correctly here.

Iliya Katushenock commented on pull request blender/blender#109671 2023-07-04 11:01:27 +02:00
Fix #109583: Avoid allocation new custom loop normals for write

10 curve deform nodes are asked to compute normals on a single object. Each of the nodes, through this function, requires the creation of local data for writing. And either a leak occurs, or now…

Iliya Katushenock commented on pull request blender/blender#109671 2023-07-04 10:56:43 +02:00
Fix #109583: Avoid allocation new custom loop normals for write

The problem was exactly that 10 nodes were taking it for the writing. Since there is only one real owner (only the object itself), different threads create new owners (that is, they simply add a…

b5b66cd6b6 progress
Iliya Katushenock commented on issue blender/blender#109673 2023-07-03 22:53:44 +02:00
Unwrap Crash - Standard Build

Can't reproduce

a61d126618 init
c7fc78b81e Fix: Crash in 3.6 when loading mesh edge crease from 4.0
fad70313d9 Release: Bump to 3.6.0 - release.
Compare 3 commits »
Iliya Katushenock created pull request blender/blender#109671 2023-07-03 22:20:46 +02:00
Fix #109583: Const version of mesh_calc_normals to only eval normals in geometry nodes
Iliya Katushenock created branch tmp_fix_data_race_to_compute_normals in mod_moder/blender 2023-07-03 22:14:46 +02:00
e42064db77 init
9c955a20fe EEVEE Next: Use draw_gpencil_new
ed38ef31f7 UI: Fix view item context menu not using context from button
3346d433ee Credit Script: Update lookup table to deduplicate authors.
590f3582c9 Eevee-next: Lookdev HDRI Switcher
Compare 10 commits »
Iliya Katushenock commented on issue blender/blender#109654 2023-07-03 16:46:54 +02:00
glitch blender shows

Also, I just noticed, have you tried running blender in a virtual machine (Gallium 0.4 on llvmpipe)? If so, then this is not supported: https://docs.blender.org/manual/en/latest/troubleshooting/g

Iliya Katushenock closed issue blender/blender#109654 2023-07-03 16:45:10 +02:00
glitch blender shows
Iliya Katushenock commented on issue blender/blender#109654 2023-07-03 16:45:08 +02:00
glitch blender shows

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#109573 2023-07-03 16:23:50 +02:00
Artifacts created in Cycles render when object set to Shade Auto Smooth

@hannah-jennings I was told the bender is not building to this MSVC version. So if you downloaded blender from the official site, it must be a different problem.

Iliya Katushenock commented on issue blender/blender#109647 2023-07-03 15:15:51 +02:00
Rendering in the background produces a different result.

Strangely, the save should pack everything into a file.

Iliya Katushenock commented on issue blender/blender#109647 2023-07-03 14:58:30 +02:00
Rendering in the background produces a different result.

Hi, thanks for the report. I couldn't find it in the documentation or a previously closed report, but as far as I remember, this is a known limitation. You have to bake the simulation so that it…

Iliya Katushenock deleted branch tmp_test_value_capture_for_fast_loop from mod_moder/blender 2023-07-03 14:36:16 +02:00
Iliya Katushenock commented on pull request blender/blender#109643 2023-07-03 14:36:05 +02:00
Experiment benchmark: Capture by value for referenced containers in fast loops

I also wanted to indicate here a description with the results and conclusions, but perhaps this can be somehow represented as a separate new file in the blender itself to not create PR../

Iliya Katushenock pushed to points_to_curves at mod_moder/blender 2023-07-03 13:56:58 +02:00
87d1c659ac add discripions
feb40e5b6e Merge branch 'main' into points_to_curves
7977247995 Cycles: Avoid printing capabilities when there are no devices
248b322896 UI: Improve how region size snapping respects the maximum size
bbcdf88f82 Fix #108960: Replace archived link from custom nodes template
Compare 8 commits »