Charlie Jolly CharlieJolly
  • Joined on 2008-07-29
Charlie Jolly pushed to gn-easing-node at CharlieJolly/blender 2023-07-17 17:42:56 +02:00
a5a5e18951 GN Easing Node
5aff5bc0e7 Fix: Reflection Probe Memory Alignment
48e8d8f910 Fix #109875: The tooltip in "File > New > General" is misleading
f9669d0a11 I18n: make the string holding light cache messages longer
ff0adf5b37 Cleanup: typo in variable name
Compare 518 commits »
Charlie Jolly commented on issue blender/blender#96219 2023-07-11 15:52:15 +02:00
Breaking shader node changes for 5.0

We wondered if we would want to store the old default values, even without the socket. Personally i don't think that's necessary.

I think it's good to preserve the value of a socket…

Charlie Jolly pushed to gn-easing-node at CharlieJolly/blender 2023-06-30 14:43:34 +02:00
8ee5b69bd2 Merge branch 'gn-easing-node' of projects.blender.org:CharlieJolly/blender into gn-easing-node
81048336c6 D13884 Easing Node
ea38268cdc Fix exception in the asset preferences panel when the list is empty
6bec3bca09 GPv3: Remove dead code in drawing operator
fdfc09502a GPv3: Improve redrawing for drawing operator
Compare 32 commits »
Charlie Jolly commented on pull request blender/blender#109405 2023-06-30 12:43:44 +02:00
WIP: Geometry Nodes: Easing Node

foreach_index_optimized - ,The docs say, Only use this when very little processing is done for each index.

Not clear how much code is too much.

Charlie Jolly commented on pull request blender/blender#109405 2023-06-30 12:21:40 +02:00
WIP: Geometry Nodes: Easing Node

While patch is WIP it's easier to keep the existing style here.

Charlie Jolly commented on pull request blender/blender#109405 2023-06-29 02:15:14 +02:00
WIP: Geometry Nodes: Easing Node

@CharlieJolly I'm also not entirely sure about this, but it seems that if I'm not reviewing, I can't do it all at once... Yeah, thinking about it now, I'm very good at spamming.. sorry.

Charlie Jolly commented on pull request blender/blender#109405 2023-06-29 01:37:58 +02:00
WIP: Geometry Nodes: Easing Node

@mod_moder it's quite an old patch so it does need a good clean-up. Btw, I'm getting an email for each comment. When Hans commented on the interpolation patch they all came through on a single…

Charlie Jolly commented on pull request blender/blender#109405 2023-06-29 01:19:42 +02:00
WIP: Geometry Nodes: Easing Node

unrelated changes

Thanks for the cleanup comments.

Charlie Jolly commented on pull request blender/blender#109393 2023-06-28 16:30:03 +02:00
Geometry Nodes: Curve intersections

My only larger comment is that I think this node should propagate attributes from the source curves. That probably adds a fair amount of complexity to the code, but I think it's fairly essential…

Charlie Jolly commented on pull request blender/blender#109393 2023-06-28 14:30:48 +02:00
Geometry Nodes: Curve intersections

When the patch started it was using the old spline api. I think this is a hangover from that way of thinking.

Charlie Jolly commented on pull request blender/blender#109393 2023-06-28 14:19:34 +02:00
Geometry Nodes: Curve intersections

Removed description. This is like Offset used in Set Position.

Charlie Jolly created pull request blender/blender#109405 2023-06-27 14:12:32 +02:00
WIP: D13884 Easing Node
Charlie Jolly created branch gn-easing-node in CharlieJolly/blender 2023-06-27 14:06:32 +02:00
Charlie Jolly pushed to gn-easing-node at CharlieJolly/blender 2023-06-27 14:06:32 +02:00
792aa81d3e D13884 Easing Node
91ff6457be Fix VSE ensuring handle adds duplicate handle.
1d847b2ee3 EEVEE: Restrict GPU_finish workaround to Nvidia OpenGL backend
47a52bd286 Fix: Crash in 3.6 when loading mesh edge crease from 4.0
bf9687f9bb Fix: handle invalid node trees more gracefully
Compare 10 commits »
Charlie Jolly commented on pull request blender/blender#109393 2023-06-27 02:05:37 +02:00
Geometry Nodes: Curve intersections

Finally had some time to port over some of my old patches to the new development site.

Charlie Jolly created pull request blender/blender#109393 2023-06-27 02:02:37 +02:00
WIP: D15624 Curve intersections
Charlie Jolly pushed to gn-curve-intersections at CharlieJolly/blender 2023-06-27 01:52:06 +02:00
16e55403d7 D15624 Curve intersections
3957a1ad03 Geometry Nodes: Mix Rotations
bef20cd3f1 Curves: Share positions array for single point profile at origin
6bccea2ceb Cleanup: Remove unused variable in a add node search function
49977c3aee Cleanup: Remove unused variable in curve to mesh conversion
Compare 10 commits »
Charlie Jolly created branch gn-curve-intersections in CharlieJolly/blender 2023-06-27 01:52:06 +02:00
Charlie Jolly created repository CharlieJolly/blender 2023-06-23 18:49:56 +02:00
Charlie Jolly commented on issue blender/blender#104401 2023-02-09 15:24:21 +01:00
Geometry Nodes: Color mix nodes don't affect the alpha

I missed your use case about quaternions. Longer term I think there are plans for quaternions so in the meantime it is probably better to create node groups for the functions where you need to…