Charlie Jolly CharlieJolly
  • Joined on 2008-07-29
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
WIP: 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 »
Charlie Jolly commented on pull request blender/blender#109393 2023-08-02 16:57:45 +02:00
WIP: Geometry Nodes: Curve intersections

Will add to BLI math if patch is accepted. Easier to keep with patch whilst it is in development.

_The function is based on isect_line_plane_v3 with an additional check that lines cross between…

Charlie Jolly commented on pull request blender/blender-addons#104726 2023-08-01 21:00:24 +02:00
Tiling patterns for 'XYZ function', using Tessagon 0.8.

I think it is always worth engaging on Blender Chat. As a suggestion, try this channel to post the PR and find out if someone is available to review: https://blender.chat/channel/python

Charlie Jolly deleted branch cmp-link-drag-search from CharlieJolly/blender 2023-08-01 20:03:41 +02:00
Charlie Jolly pushed to main at blender/blender 2023-08-01 20:03:40 +02:00
5b80d9bbaf Compositor: Improve link drag search