Hoshinova
  • Joined on 2023-04-11
Hoshinova pushed to merge-noise-nodes2 at Hoshinova/blender 2023-10-29 00:40:24 +02:00
6d548f6e8a Merge branch 'main' into merge-noise-nodes2
01a2bd0369 Fix #113811: Blender freezes upon adding a Cryptomatte node
d31c61edee Cleanup: spelling in comments
e8279ff4ee Cleanup: format
ce027579e0 Merge branch 'blender-v4.0-release'
Compare 159 commits »
Hoshinova pushed to merge-noise-versioning at Hoshinova/blender 2023-10-29 00:32:42 +02:00
ff53849b78 -- Change node locations.
Hoshinova pushed to merge-noise-versioning at Hoshinova/blender 2023-10-29 00:00:43 +02:00
ce3048296d -- Delete links.
Hoshinova created pull request blender/blender#114236 2023-10-28 23:52:17 +02:00
Nodes: Add forward compatibility versioning for #111187
Hoshinova created branch merge-noise-versioning in Hoshinova/blender 2023-10-28 23:35:24 +02:00
Hoshinova pushed to merge-noise-versioning at Hoshinova/blender 2023-10-28 23:35:24 +02:00
7001a0791f -- Implement Noise Texture versioning for forward compatibility with 4.1.
b0a032e2eb Fix: EEVEE export CMDBuf out of memory in Metal
585f43064a Fix edit-mode undo leaving edit-mode with multiple windows
c50b682858 Fix #114156: animation player assert on launch on macOS
4f0d8931f0 Fix undo crash with multiple scenes & windows
Compare 10 commits »
Hoshinova commented on pull request blender/blender#111187 2023-10-27 21:44:56 +02:00
Nodes: Merge Musgrave Texture Node Into Noise Texture Node

Test

Hoshinova commented on pull request blender/blender#111187 2023-10-27 21:44:55 +02:00
Nodes: Merge Musgrave Texture Node Into Noise Texture Node

Will Blender 4.1 read uint8_t normalize correctly? Because the memory space that used to be for uint8_t normalize in 4.0 is now used for uint8_t type.

Hoshinova commented on issue blender/blender#113356 2023-10-27 20:54:24 +02:00
Add option "Auto Add Fake User" to user preferences

If turning a checkbox on or off in the user preference could be considered "mind messing" then the rest of Blender would equal literal rocket science.

Hoshinova commented on pull request blender/blender#111187 2023-10-24 19:40:00 +02:00
Nodes: Merge Musgrave Texture Node Into Noise Texture Node

@brecht

If it's possible to have versioning code for 4.0 by next week Wednesday, that would be great so we can add it in time for 4.0.0.

I'm very busy right now but I'll try my best. For the…

Hoshinova pushed to merge-noise-nodes2 at Hoshinova/blender 2023-10-20 19:57:41 +02:00
a9ea3a7911 BLENDER_SOURCE_CODE_COMMIT commit message number: 31
Hoshinova commented on issue blender/blender#113356 2023-10-20 19:46:23 +02:00
Add option "Auto Add Fake User" to user preferences

If such problems come up during collaboration it should be company policy making decisions to resolve the problem, not personal preference.

So yes.

Hoshinova pushed to merge-noise-nodes2 at Hoshinova/blender 2023-10-20 19:39:58 +02:00
05ff4ce98b Merge branch 'main' into merge-noise-nodes2
8c0fc33739 Cleanup: Fix const correctness of node tree interface cache API
7b09983423 Cleanup: Consistent const usage in headers, use std::move
45fd780dff Cleanup: make format
bd0ba8c75c Merge remote-tracking branch 'origin/blender-v4.0-release'
Compare 11 commits »
Hoshinova pushed to merge-noise-nodes2 at Hoshinova/blender 2023-10-20 19:37:46 +02:00
76d1a04dc9 -- Clamp Roughness and Lacunarity values to a minimum of 1e-5.
d4ce8e6371 Merge branch 'main' into merge-noise-nodes2
b0e7a6db56 Merge branch 'blender-v4.0-release'
4e69e49e7e Add check for Qualcomm devices on Windows
1b0ddfa6cb GPU: Add explicit API to sync storage buffer back to host
Compare 356 commits »
Hoshinova commented on issue blender/blender#113356 2023-10-19 02:20:09 +02:00
Add option "Auto Add Fake User" to user preferences

In that case just turning "Add Auto Fake User" off would solve the issue.

Hoshinova commented on pull request blender/blender#111187 2023-10-19 02:16:20 +02:00
Nodes: Merge Musgrave Texture Node Into Noise Texture Node

@brecht Looks like the artists on https://devtalk.blender.org/t/merging-the-musgrave-texture-and-noise-texture-nodes/30646 are happy now after resolving some communication mistakes.

There are…

Hoshinova commented on issue blender/blender#113356 2023-10-19 02:06:51 +02:00
Add option "Auto Add Fake User" to user preferences

@1D_Inc

The problem of such kind of a solutions is that they fit personal use only.

Why do you think it wouldn't work for collaboration conditions?

Hoshinova commented on pull request blender/blender#111187 2023-10-17 20:37:48 +02:00
Nodes: Merge Musgrave Texture Node Into Noise Texture Node

I think there is a distinction between a node meant for height fields, centered around 0 without bounds. And a node for textures that produces normalized values in the 0..1 range. It might be a…

Hoshinova commented on pull request blender/blender#111187 2023-10-17 19:50:46 +02:00
Nodes: Merge Musgrave Texture Node Into Noise Texture Node

For me it's not just forward compatibility, I'm still not convinced that all these modes belong in a single node from a user point of view. I just don't see a compelling reason for it, and no…

Hoshinova commented on pull request blender/blender#111187 2023-10-13 18:23:51 +02:00
Nodes: Merge Musgrave Texture Node Into Noise Texture Node

It really seems like forward compatibility is the main problem here. In that case I can add code to convert the Noise Texture back into the Musgrave Texture for the 3.6 and 4.0 versions.