Charlie Jolly CharlieJolly
  • Joined on 2008-07-29
Charlie Jolly commented on pull request blender/blender#110769 2023-08-07 17:25:22 +02:00
Function Node: Hash Value

For inputs I'm not sure this is needed. I'd expect to hash by type so only having the one option reduces clutter. So plugging in a Float will use the Float To Hash function etc.

I have added…

Charlie Jolly pushed to gn-hash-node at CharlieJolly/blender 2023-08-07 17:25:14 +02:00
873658f40e Tweak gather link search, add Boolean
Charlie Jolly pushed to gn-hash-node at CharlieJolly/blender 2023-08-04 20:30:19 +02:00
db60c02ace Remove Hash To Float function
6cea190ee5 Merge branch 'main' into gn-hash-node
4395e0da93 Fix: Geometry nodes self object crash in node operator
647f2053a9 Tests: add automated regressions tests for Hydra Storm
83fa353efc Hydra: add option to export through USD file instead of Hydra API
Compare 45 commits »
Charlie Jolly commented on pull request blender/blender#110728 2023-08-04 17:54:51 +02:00
Add Floored Modulo to All Implementations of The Math Node.

@Hoshinova I do agree, prefer to have more explicit ops for readability of the node trees.

Charlie Jolly created pull request blender/blender#110802 2023-08-04 17:33:55 +02:00
Node: Gabor Noise Texture
Charlie Jolly created branch gabor in CharlieJolly/blender 2023-08-04 17:32:00 +02:00
Charlie Jolly pushed to gabor at CharlieJolly/blender 2023-08-04 17:32:00 +02:00
8496518229 Node: Gabor Noise Texture
1f612605ab Fix #110732: blender_theme_as_c fails fails with error
1e1f4db8b6 Tools: add 'diff' and 'email' attrs to git_log utility module
ed6e24b176 Fix resource leak in git_log utility module
9ba38d5bb6 License checker: scan paths "*.inl;*.ch;*.osl;*.metal;*.tables"
Compare 10 commits »
Charlie Jolly commented on pull request blender/blender#110728 2023-08-04 13:10:52 +02:00
Add Floored Modulo to All Implementations of The Math Node.

We do already have the Wrap function in the math node which provides a floored modulo albeit with a different name and additional parameter. Wrap was added a while back and was ported from…

Charlie Jolly pushed to gn-hash-node at CharlieJolly/blender 2023-08-03 18:17:38 +02:00
08466d421d Remove choice of hash method
Charlie Jolly commented on pull request blender/blender#110769 2023-08-03 17:42:21 +02:00
Function Node: Hash Value

I'll wait for meeting discussion but I guess the suggestion is to remove all the get_default_hash methods and just use the BLI_noise functions? This also simplifies node without the need for…

Charlie Jolly created pull request blender/blender#110769 2023-08-03 17:02:39 +02:00
Function Node: Hash Value
Charlie Jolly pushed to gn-hash-node at CharlieJolly/blender 2023-08-03 16:57:13 +02:00
1b21a995a3 Merge branch 'main' into gn-hash-node
e24c6dbb4c Function Node: Hash Value
0dc3318ffd EEVEE-Next: Irradiance Bake: Virtual Offset
567a2e5a6f EEVEE Next: Overscan support
eabff37483 Mesh: Add API functions to assign vertex normals
Compare 10 commits »
Charlie Jolly created branch gn-hash-node in CharlieJolly/blender 2023-08-03 16:57:12 +02:00
Charlie Jolly created pull request blender/blender#110735 2023-08-02 23:38:32 +02:00
Function Node: Integer Math node
Charlie Jolly pushed to gn-integer-math-node at CharlieJolly/blender 2023-08-02 23:37:37 +02:00
74471098e9 Function Node: Integer Math node
Charlie Jolly created branch gn-integer-math-node in CharlieJolly/blender 2023-08-02 23:37:37 +02:00
Charlie Jolly pushed to gn-curve-intersections at CharlieJolly/blender 2023-08-02 18:44:25 +02:00
98a78372fe Change description
Charlie Jolly commented on pull request blender/blender#109393 2023-08-02 18:42:00 +02:00
Geometry Nodes: Curve intersections

Forced push commit because I had squashed and amended commits locally.

Last commit:

  • Add Length and Factor sockets
  • Remove CurveInfo struct
  • Use EnumerableThreadSpecific and gather_threa…
Charlie Jolly pushed to gn-curve-intersections at CharlieJolly/blender 2023-08-02 18:33:51 +02:00
9d8f6edf5b Merge branch 'main' into gn-curve-intersections
4f673f18af Move BKE_lib_override.h header to be fully C++.
873453005d Fix: GPv3 not rendering when origin is out of view
cf58b3207b Merge branch 'main' into gn-curve-intersections
9da8face5e Remove CurveInfo
Compare 1041 commits »
Charlie Jolly pushed to main at CharlieJolly/blender 2023-08-02 18:22:21 +02:00
4f673f18af Move BKE_lib_override.h header to be fully C++.
873453005d Fix: GPv3 not rendering when origin is out of view
d43ceb1974 Fix: bpy build on windows
331969159e Fix: Unreported memory leak
8f4fccaa33 Creator: move to C++
Compare 1122 commits »