Weizhen Huang weizhen
  • Joined on 2022-10-03
Weizhen Huang commented on issue blender/blender#122956 2024-06-17 12:25:03 +02:00
Cycles: Internal Error when rendering large scenes with MacOS Metal

@lloydmarquart I went to Activity Monitor -> Window -> GPU History and the memory usage peaked.

Weizhen Huang commented on issue blender/blender#122956 2024-06-17 11:33:23 +02:00
Cycles: Internal Error when rendering large scenes with MacOS Metal

@lloydmarquart motion blur requires additional memory to store positions and normals, so that might be the same issue. Is it possible that you share the blend file that you are using?

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

You can use PROP_DISTANCE instead of PROP_NONE, and remove the "(in meters)"

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

You don't need to say (in degree) because if the property is set to PROP_ANGLE, a degree symbol ° is already shown in the UI.

Weizhen Huang commented on pull request blender/blender#123046 2024-06-17 10:54:30 +02:00
Cycles: add Central Cylindrical Panoramic camera model

I don't the longitude needs hard limits, see https://wiki.panotools.org/index.php?title=Cylindrical_Projection

It can however be used to display more than 360 degrees horizontally: scanning…

Weizhen Huang commented on issue blender/blender#123201 2024-06-14 12:35:56 +02:00
Regression: Cycles: OSL misses Bump (from Material > Settings > Surface > Displacement > Displacement and Bump)

I believe it's a problem with library update. I checked out 0b0e0601a14d07ab9efe501f02d1778c825c64a4 and did svn up -r63595 in lib/darwin_arm64 then it worked. The results are a bit off but…

Weizhen Huang opened issue blender/blender#123201 2024-06-13 18:53:15 +02:00
Cycles: OSL displacement broken
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 »