Weizhen Huang weizhen
  • Joined on 2022-10-03
Weizhen Huang pushed to main at blender/blender 2024-06-13 16:03:53 +02:00
5bb7dc82ae Merge branch 'blender-v4.2-release'
e639c3d6e2 Fix #74816: crash in Cycles light distribution due to integer overflow
Compare 2 commits »
Weizhen Huang deleted branch fix-74816 from weizhen/blender 2024-06-13 15:57:31 +02:00
Weizhen Huang closed issue blender/blender#74816 2024-06-13 15:57:28 +02:00
Crash on render on some of the frames
Weizhen Huang pushed to blender-v4.2-release at blender/blender 2024-06-13 15:57:24 +02:00
e639c3d6e2 Fix #74816: crash in Cycles light distribution due to integer overflow
Weizhen Huang merged pull request blender/blender#123177 2024-06-13 15:57:23 +02:00
Fix #74816: crash in Cycles light distribution due to integer overflow
Weizhen Huang commented on pull request blender/blender#123177 2024-06-13 15:46:27 +02:00
Fix #74816: crash in Cycles light distribution due to integer overflow

About recommendation in the message, because light tree is enabled by default now, if the user still chooses to use light distribution that must be for a reason. Also there might be cases where…

Weizhen Huang pushed to fix-74816 at weizhen/blender 2024-06-13 15:45:39 +02:00
960845a5e3 Handle overflow as error instead
Weizhen Huang commented on pull request blender/blender#123046 2024-06-13 12:51:27 +02:00
Cycles: add Central Cylindrical Panoramic camera model

RNA_def_property_ui_range() is where you put the soft limit.

Weizhen Huang commented on pull request blender/blender#123046 2024-06-13 12:50:45 +02:00
Cycles: add Central Cylindrical Panoramic camera model

Ah yes, these values need to be the same as in the DNA. The soft limit is defined in the RNA.

Weizhen Huang commented on pull request blender/blender#123177 2024-06-13 12:33:40 +02:00
Fix #74816: crash in Cycles light distribution due to integer overflow

I was considering error out in this case, but I think it’s not an error from the user’s side but our limitation, so it might be better to just render something even if it’s wrong, but the…

Weizhen Huang created pull request blender/blender#123177 2024-06-13 12:32:53 +02:00
Fix #74816: crash in Cycles light distribution due to integer overflow
Weizhen Huang created branch fix-74816 in weizhen/blender 2024-06-13 12:28:31 +02:00
Weizhen Huang pushed to fix-74816 at weizhen/blender 2024-06-13 12:28:31 +02:00
50d19796fc Fix #74816: crash in Cycles light distribution due to integer overflow
77a69d04f2 Extensions: Changes to the translatable tags table
95eb3e13bf Fix #119211: Masks do not update in GPU compositor
0ab1291716 Windows: 4.2 library updates
1d45bb705e Fix: EEVEE assert rendering transparent pass
Compare 10 commits »
Weizhen Huang commented on issue blender/blender#63538 2024-06-13 00:31:33 +02:00
Vector transform node with constant input difference in Cycles and Eevee

The world in this scene is not static, but changes depending on the camera pose.

I believe Cycles is behaving correctly in this scene, as the objects show the same color as the background.

In…

Weizhen Huang commented on pull request blender/blender#123046 2024-06-13 00:21:24 +02:00
Cycles: add Central Cylindrical Panoramic camera model

@mont29 I don't remember since when we always do subversion bump for such changes.

Weizhen Huang closed issue blender/blender#86807 2024-06-12 16:24:35 +02:00
Black artefact when mixing transparency and glass at a certain ratio
Weizhen Huang commented on issue blender/blender#86807 2024-06-12 16:24:31 +02:00
Black artefact when mixing transparency and glass at a certain ratio

Seems to be fixed in 4.0.

Weizhen Huang commented on pull request blender/blender#123046 2024-06-12 16:02:38 +02:00
Cycles: add Central Cylindrical Panoramic camera model

How about "Projection onto a virtual cylinder from its center, similar as a rotating panoramic camera"?

More details can indeed go to the manual.

Weizhen Huang commented on issue blender/blender#87215 2024-06-12 15:24:49 +02:00
connecting a normal into the displacement node removes any displacement.

Is this problem still present? I cannot reproduce on Mac.

Weizhen Huang pushed to main at blender/blender 2024-06-12 15:23:04 +02:00
6ce09bdc02 Merge branch 'blender-v4.2-release'
27041ecaf8 Fix #122877: crash in EEVEE due to negative size of IndexRange
Compare 2 commits »