Charlie Jolly CharlieJolly
  • Joined on 2008-07-29
Charlie Jolly pushed to main at blender/blender-manual 2024-08-31 14:03:46 +02:00
38cde0a726 Geometry Nodes: Add Hash Value node
Charlie Jolly created repository CharlieJolly/blender-manual 2024-08-30 17:50:20 +02:00
Charlie Jolly deleted branch gn-hash-node from CharlieJolly/blender 2024-08-30 16:50:40 +02:00
Charlie Jolly commented on pull request blender/blender#110769 2024-08-30 16:05:06 +02:00
Function Node: Hash Value
Charlie Jolly pushed to gn-hash-node at CharlieJolly/blender 2024-08-30 15:57:18 +02:00
a58964b28e Pass float4x4 by const reference
Charlie Jolly commented on pull request blender/blender#110769 2024-08-30 00:30:01 +02:00
Function Node: Hash Value

@blender-bot package

Charlie Jolly pushed to gn-hash-node at CharlieJolly/blender 2024-08-30 00:29:32 +02:00
9d7aa939f7 lint error
Charlie Jolly commented on pull request blender/blender#110769 2024-08-29 18:41:59 +02:00
Function Node: Hash Value
Charlie Jolly commented on pull request blender/blender#110769 2024-08-29 18:41:10 +02:00
Function Node: Hash Value
image
Charlie Jolly pushed to gn-hash-node at CharlieJolly/blender 2024-08-29 18:40:53 +02:00
9577155ff1 Address review
518591e4c0 Add support for Matrix hash
Compare 2 commits »
Charlie Jolly commented on pull request blender/blender#110769 2024-08-29 18:38:10 +02:00
Function Node: Hash Value

Left this for the moment as it did not work as expected with Boolean and String.

Charlie Jolly commented on pull request blender/blender#110769 2024-08-29 16:52:18 +02:00
Function Node: Hash Value

To me this is good to go tbh 👍

Still wait for another checkmark by either Jacques or Hans for merging.

The only thing that could still be done imo is update supporting the…

Charlie Jolly commented on pull request blender/blender#110769 2024-08-29 16:10:49 +02:00
Function Node: Hash Value
Charlie Jolly pushed to gn-hash-node at CharlieJolly/blender 2024-08-29 16:10:29 +02:00
22fd76a300 Build fix - register bNodeType
Charlie Jolly commented on pull request blender/blender#110769 2024-08-29 15:41:59 +02:00
Function Node: Hash Value
Charlie Jolly pushed to gn-hash-node at CharlieJolly/blender 2024-08-29 15:41:32 +02:00
ef8df1c43e Build fix - bNodeType
Charlie Jolly commented on pull request blender/blender#112640 2024-08-29 15:36:46 +02:00
Nodes: Add Hard option to Noise node

The motivation is to restore functionality available from the Blender internal and have this available in the shader nodes so that eventually the internal noise could be replaced. Artists are…

Charlie Jolly commented on pull request blender/blender#110769 2024-08-29 15:10:23 +02:00
Function Node: Hash Value
Charlie Jolly pushed to gn-hash-node at CharlieJolly/blender 2024-08-29 15:08:48 +02:00
8b95addcd6 Merge branch 'main' into gn-hash-node
9d49c1c622 Fix: respect ANIMFILTER_FCURVESONLY in animation filtering code
73c1ceb18b Fix: channel groups in duplicated channel bag point to old bag
743e24a86b Fix #126869: frame navigation keymap missing from relevant sidebars
9506fed905 Refactor: Move some Editors' data allocation from C alloc/free to C++ new/delete.
Compare 39 commits »
Charlie Jolly commented on pull request blender/blender#112640 2024-08-29 12:29:38 +02:00
Nodes: Add Hard option to Noise node

The motivation is to restore functionality available from the Blender internal and have this available in the shader nodes so that eventually the internal noise could be replaced. Artists are keen…