casey-bianco-davis
  • Joined on 2023-02-21
casey-bianco-davis pushed to GPv3-Draw-on-back at casey-bianco-davis/blender 2024-04-29 19:31:15 +02:00
a72baed3c5 Cleanup: Add comments.
casey-bianco-davis commented on pull request blender/blender#120894 2024-04-29 19:30:48 +02:00
GPv3: Draw tool: "Draw on back" option

I added a comment to make this more clear.

casey-bianco-davis pushed to GPv3-Draw-on-back at casey-bianco-davis/blender 2024-04-29 04:31:08 +02:00
aec7c992ab Refactor: Resize in place rather than duplicate memory.
019075ed6c Cleanup: Fix incorrect domain.
Compare 2 commits »
casey-bianco-davis pushed to GPv3-Draw-on-back at casey-bianco-davis/blender 2024-04-27 03:01:12 +02:00
c87b627081 Cleanup: Use `const`.
fca89c90f6 Merge branch 'main' into GPv3-Draw-on-back
22683e4955 Cleanup: Removed and integrate code.
7aeb5cfa81 Cleanup: Use const.
0754460e84 Cleanup: Check bool.
Compare 95 commits »
casey-bianco-davis commented on pull request blender/blender#120894 2024-04-27 02:32:45 +02:00
GPv3: Draw tool: "Draw on back" option

Seems to be needed, does not compile without.

casey-bianco-davis pushed to GPv3-Draw-on-back at casey-bianco-davis/blender 2024-04-25 03:28:39 +02:00
91a28601e1 Merge branch 'main' into GPv3-Draw-on-back
a03bf7e055 Refactor: Invert return value of array_utils::indexed_data_equal
2548132e23 USD Import: Added mesh validation on import as an option
1b04a0d494 Fix: EEVEE-Next: Self shadow issue caused by depth buffer precision
c8ccf77564 Vulkan: Render graph dispatch indirect
Compare 102 commits »
casey-bianco-davis pushed to main at casey-bianco-davis/blender 2024-04-25 03:09:26 +02:00
a03bf7e055 Refactor: Invert return value of array_utils::indexed_data_equal
2548132e23 USD Import: Added mesh validation on import as an option
1b04a0d494 Fix: EEVEE-Next: Self shadow issue caused by depth buffer precision
c8ccf77564 Vulkan: Render graph dispatch indirect
f91b23ef2d USD import: add support for displayColor on non-Mesh USD shape prims
Compare 1803 commits »
casey-bianco-davis pushed to GPv3-Draw-on-back at casey-bianco-davis/blender 2024-04-24 03:17:41 +02:00
9ad1235cac Cleanup: use `Span` instated of `Array`
34f54b58a1 Cleanup: Reverse if statement to reduce nesting.
5c6c36347b Cleanup: Rename `TempCurve` to `temporal_copy`.
Compare 3 commits »
casey-bianco-davis pushed to GPv3-Draw-on-back at casey-bianco-davis/blender 2024-04-23 03:02:53 +02:00
4793ca0c94 Fix: Merge error.
96a5bf848a Merge branch 'main' into GPv3-Draw-on-back
5644a0c621 Fix: EEVEE-Next: Sphere probe disregard the custom parallax checkbox
8d740b6ea3 Cleanup: DRW: Remove unused legacy function
2babe2d678 Fix: EEVEE-Next: Volume objects gets incorrectly culled
Compare 241 commits »
casey-bianco-davis created pull request blender/blender#120894 2024-04-21 19:10:37 +02:00
GPv3: Draw on back option.
casey-bianco-davis pushed to GPv3-Draw-on-back at casey-bianco-davis/blender 2024-04-18 04:27:35 +02:00
775c0a1a8b GPv3: Draw on back.
740d1fbc4b Geometry Nodes: Log socket values for node tools
bfd0105213 Fix: EEVEE-Next: Compilation error in forward + sss material
c31b4b810c Cleanup: pass by const reference instead of value
1079f0918e Cleanup: use function style cast in MAKE_ID macro
Compare 10 commits »
casey-bianco-davis created branch GPv3-Draw-on-back in casey-bianco-davis/blender 2024-04-18 04:27:35 +02:00
casey-bianco-davis pushed to GPv3-Primitive-Tools at casey-bianco-davis/blender 2024-04-14 01:43:53 +02:00
4a55a7b4c5 Cleanup: Fix merge error.
d6a29a87cf Merge branch 'main' into GPv3-Primitive-Tools
dd672c38b1 Fix #117515: Geometry Nodes: Count of unique face neighbors
48baa80a05 Fix #120287: Annotations GPv2 data must not be converted.
fdf5a05bde Fix: EEVEE-Next: Broken shader compilation because of displacement
Compare 244 commits »
casey-bianco-davis pushed to GPv3-Primitive-Tools at casey-bianco-davis/blender 2024-04-10 02:49:20 +02:00
dbe3113063 Cleanup: Remove outdated code that caused errors.
casey-bianco-davis commented on pull request blender/blender#119039 2024-04-09 00:04:12 +02:00
GPv3: Primitive Tools: Line, Polyline, Arc, Curve, Box and Circle Tool.

@filedescriptor I think the tests are fix now.

casey-bianco-davis pushed to GPv3-Primitive-Tools at casey-bianco-davis/blender 2024-04-09 00:02:28 +02:00
2fd15ae8a1 Cleanup: Fix build test failure.
2030b9e863 Cleanup: Add model map hierarchy.
901cdf9b6d Merge branch 'main' into GPv3-Primitive-Tools
274d7c6d12 Cleanup: Remove unused BVH tree function
d315a6a793 Curves: add toggle cyclic edit mode operator
Compare 61 commits »
casey-bianco-davis commented on pull request blender/blender#119039 2024-04-05 20:38:13 +02:00
GPv3: Primitive Tools: Line, Polyline, Arc, Curve, Box and Circle Tool.

Hm looks like this breaks the script_validate_keymap test.

Can confirm, I will look in to it.

casey-bianco-davis pushed to GPv3-Primitive-Tools at casey-bianco-davis/blender 2024-04-04 19:51:42 +02:00
a62fa01e2c Cleanup: Remove unused props.
casey-bianco-davis pushed to GPv3-Primitive-Tools at casey-bianco-davis/blender 2024-04-03 04:54:07 +02:00
07b2a4d691 Cleanup: Use CamelCase.
4667b8e71e Cleanup: Rename `point_id` to `point`
fe5a986977 Cleanup: Rename function.
ce0a0fc591 Cleanup: Remove template.
bc0418e3b9 Cleanup: Move code from `grease_pencil_intern` to `grease_pencil_utils`
Compare 363 commits »
casey-bianco-davis commented on pull request blender/blender#119039 2024-04-03 04:34:43 +02:00
GPv3: Primitive Tools: Line, Polyline, Arc, Curve, Box and Circle Tool.

This was done because originally this PR did both 2D and 3D interpolations. But that going to be in a separate PR.