Charlie Jolly CharlieJolly
  • Joined on 2008-07-29
Charlie Jolly commented on pull request blender/blender#127888 2024-11-20 11:13:20 +01:00
Function Node: Add Bit Math node

The main thing I still wonder here is how explicit we should be with the bit width of the operations. E.g. the invert operation behaves quite differently depending on the number of bits…

Charlie Jolly pushed to gn-curve-intersections at CharlieJolly/blender 2024-11-19 16:13:41 +01:00
28ed8fb23f Merge branch 'main' into gn-curve-intersections
1125d6ee15 Cleanup: Attributes: rename AttributeKind to AttributeDomainAndType
4da580236b Refactor: Attributes: split attribute accessors to separate files
a5f8dbe9b5 Fix: Incorrect assert introduced in recent commit
c4febb68b8 Fix: Compiler warning
Compare 745 commits »
Charlie Jolly pushed to gn-bit-math-node at CharlieJolly/blender 2024-11-19 15:02:09 +01:00
8c0673390c Fix erroneous unicode character
af22dd2f49 Merge branch 'main' into gn-bit-math-node
1125d6ee15 Cleanup: Attributes: rename AttributeKind to AttributeDomainAndType
4da580236b Refactor: Attributes: split attribute accessors to separate files
a5f8dbe9b5 Fix: Incorrect assert introduced in recent commit
Compare 2321 commits »
Charlie Jolly pushed to gp3-constrain at CharlieJolly/blender 2024-11-11 20:01:42 +01:00
4b7e106628 Whitespace
Charlie Jolly pushed to gp3-constrain at CharlieJolly/blender 2024-11-11 19:58:07 +01:00
9ce5143966 Alt draw initiates line mode
3d23368089 Move PaintStroke back and use RNA to transfer state
Compare 2 commits »
Charlie Jolly commented on pull request blender/blender#129990 2024-11-08 10:46:31 +01:00
GPv3: Add back Alt constraint to lines

Not something that I think needs to be fixed with this PR specifically, but just for context there are a few other places that use the snapping behavior like the mentioned `paint_stroke_line_cons…

Charlie Jolly pushed to gp3-constrain at CharlieJolly/blender 2024-11-08 10:35:47 +01:00
6f0a3a20d1 Address some comments
Charlie Jolly commented on pull request blender/blender#129990 2024-11-08 10:34:40 +01:00
GPv3: Add back Alt constraint to lines

I thought it was just automatic from lint but seems ok now.

Charlie Jolly commented on pull request blender/blender#129990 2024-11-08 00:33:24 +01:00
GPv3: Add back Alt constraint to lines

I moved it to resolve a Pointer to incomplete class type is not allowed issue when accessing the Stroke. Is exposing via paint_intern.hh an issue?

More simply, I just need access to the…

Charlie Jolly created pull request blender/blender#129990 2024-11-07 20:36:12 +01:00
GPv3: Add back Alt constraint to lines
Charlie Jolly pushed to gp3-constrain at CharlieJolly/blender 2024-11-07 20:35:08 +01:00
2cb99507cd GPv3: Add back Alt constraint to lines
Charlie Jolly created branch gp3-constrain in CharlieJolly/blender 2024-11-07 20:35:07 +01:00
Charlie Jolly pushed to gpv3-guides at CharlieJolly/blender 2024-11-05 17:21:33 +01:00
5f6c96d45d Tweaks and tidy
Charlie Jolly pushed to gpv3-guides at CharlieJolly/blender 2024-11-05 01:32:29 +01:00
788c82c7dd Merge branch 'main' into gpv3-guides
94a5f541c3 GPU: Improve GLSL-C++ compatibility
c9d50a316b Cleanup: Remove unneeded USD cmake check/guard
88f945d068 Geometry Nodes: Avoid potential copy of attribute in simulation bake mixing
9ceb33fedb Merge branch 'blender-v4.3-release'
Compare 118 commits »
Charlie Jolly pushed to gpv3-guides at CharlieJolly/blender 2024-11-05 01:29:17 +01:00
67c2f37dc8 Add guide previews when drawing
Charlie Jolly pushed to gp-semicircle at CharlieJolly/blender 2024-11-04 11:57:25 +01:00
38106be8a6 Address comments
Charlie Jolly pushed to gn-curve-intersections at CharlieJolly/blender 2024-11-01 18:20:22 +01:00
dbb9826bc6 Merge branch 'main' into gn-curve-intersections
3d6e1c7bac Fix: Mistake in previous paint BVH cleanup commit
0be2535369 Cleanup: Remame PBVH headers to "paint BVH"
bccf622672 Fix #129490: Anim: F-Curve only shown as error when no slot users resolve
9a17a6a154 Fix: Deduplicate/correct curves point selection calculation
Compare 264 commits »
Charlie Jolly pushed to gp-semicircle at CharlieJolly/blender 2024-11-01 18:18:59 +01:00
b58a935c21 Merge branch 'main' into gp-semicircle
3d6e1c7bac Fix: Mistake in previous paint BVH cleanup commit
0be2535369 Cleanup: Remame PBVH headers to "paint BVH"
bccf622672 Fix #129490: Anim: F-Curve only shown as error when no slot users resolve
9a17a6a154 Fix: Deduplicate/correct curves point selection calculation
Compare 265 commits »
Charlie Jolly pushed to gpv3-guides at CharlieJolly/blender 2024-11-01 18:06:28 +01:00
49e34ca88a Merge branch 'main' into gpv3-guides
3d6e1c7bac Fix: Mistake in previous paint BVH cleanup commit
0be2535369 Cleanup: Remame PBVH headers to "paint BVH"
bccf622672 Fix #129490: Anim: F-Curve only shown as error when no slot users resolve
9a17a6a154 Fix: Deduplicate/correct curves point selection calculation
Compare 176 commits »
Charlie Jolly created pull request blender/blender#129696 2024-11-01 18:03:27 +01:00
WIP: GPv3: Add back drawing guides