Block a user
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…
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
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.
Node: Gabor Noise Texture
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"
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…
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…
Function Node: Hash Value
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
Function Node: Integer Math node
Charlie Jolly
created branch gn-integer-math-node in CharlieJolly/blender
2023-08-02 23:37:37 +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…
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
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++