Kyler Kelly-Tan kylerk
  • Montreal
  • I'm an animator, turned video game developer. I co-created the game Ultimate Chicken Horse, working on animation, game-play programming, bug fixing, UI, marketing, game design and almost every other aspect of the game.

  • Joined on 2024-02-23
Kyler Kelly-Tan closed pull request blender/blender#119423 2024-03-14 20:22:39 +01:00
Fix #119387 Graph Editor - precision mode doesn't activate
Kyler Kelly-Tan commented on issue blender/blender#119395 2024-03-13 21:42:35 +01:00
Rotation Precision Increment (Shift+Ctrl) doesn't work properly if you press Shift first and then Ctrl

Can confirm it's my code. I'm working on a fix. Good catch.

Kyler Kelly-Tan created pull request blender/blender#119423 2024-03-13 16:02:41 +01:00
Fix #119387 Graph Editor - precision mode doesn't activate
Kyler Kelly-Tan pushed to Fix-Graph-Precision at kylerk/blender 2024-03-13 15:58:52 +01:00
57b83afea2 Fix to Graph Editor - precision mode doesn't activate #119387
03735d0339 Fix #119244: Auto-Depth fails when we have arrow gizmos in the 3D View
e4550b8acf Merge branch 'blender-v4.1-release'
34d6681ccc Release: Update freedesktop file for 4.1.
9a127a967b Merge branch 'blender-v4.1-release'
Compare 10 commits »
Kyler Kelly-Tan created branch Fix-Graph-Precision in kylerk/blender 2024-03-13 15:58:51 +01:00
Kyler Kelly-Tan commented on issue blender/blender#119387 2024-03-12 22:23:25 +01:00
Graph Editor - precision mode doesn't activate

I’ll take a look tomorrow.

Kyler Kelly-Tan pushed to ShiftExtrude at kylerk/blender 2024-03-11 18:41:22 +01:00
e17dcd7cad Merge remote-tracking branch 'origin/main' into ShiftExtrude
70fa3becad Refactor: Move mesh_boolean_convert from blenkernel to geometry.
1f1fbda3ee UI: template_ID button Width Minimums
c7e4365d7a Merge remote-tracking branch 'origin/blender-v4.1-release'
5531a191e8 Fix #117798: "Nothing to Bake" when pose object is not selected
Compare 130 commits »
Kyler Kelly-Tan commented on pull request blender/blender#118968 2024-03-11 18:40:20 +01:00
WIP: Shift Extrude and Duplicate of meshes and objects

I explored more into setting up Alt to be linked duplication.

I ran into a few issues.

  1. When you press alt, while you are highlighting a transform gizmo, it unhighlights. (even if you turn…
Kyler Kelly-Tan pushed to SnapIncrements at kylerk/blender 2024-03-08 21:07:19 +01:00
d0f9b0a6d8 Merge remote-tracking branch 'origin/main' into SnapIncrements
e55ab09f86 Fix #89289: crash transforming after altering loops/faces count in script
Compare 2 commits »
Kyler Kelly-Tan pushed to SnapIncrements at kylerk/blender 2024-03-08 20:54:27 +01:00
11f8a02c3c Merge remote-tracking branch 'origin/main' into SnapIncrements
953fda4418 Changed Min and step size of rotation increments
4205718dce GPU: Cleanup type aliases
fbaf6219eb Cleanup: Return catmull rom basis weights by value
01941e2b50 Geometry Nodes: Use boolean type for "use attribute" inputs
Compare 51 commits »
Kyler Kelly-Tan commented on pull request blender/blender#118760 2024-03-08 20:54:25 +01:00
Customizable Rotation Snap Increment Values

I will add the soft limits.

It's strange the precise rotation can be larger, than the non-precise rotation, we could even ignore this value if it's larger and default to a fraction 1/10th…

Kyler Kelly-Tan pushed to ShiftExtrude at kylerk/blender 2024-03-07 22:47:54 +01:00
fb368f935a Merge remote-tracking branch 'origin/main' into ShiftExtrude
fb12733803 Removed Shift Clicking Gizmo handles to constrain on secondary axis.
744f3b2823 Cleanup: Grammar in comments: Fix uses of "own"
8b014b34aa Cleanup: Move some asset browser code to proper namespace
d8252cdff7 Cleanup: Use "this->" to call class methods
Compare 14 commits »
Kyler Kelly-Tan pushed to ShiftExtrude at kylerk/blender 2024-03-07 16:40:33 +01:00
f2e410d289 Merge remote-tracking branch 'origin/main' into ShiftExtrude
fa20c6419b Ran Clang Format
559ad5e0f9 Compositor: Add utility for sampling buffer at normalized coordinates
77168d960a Merge branch 'blender-v4.1-release'
35a5518379 Cleanup: Sculpting, fix compiler warning
Compare 234 commits »
Kyler Kelly-Tan pushed to SnapIncrements at kylerk/blender 2024-03-07 16:34:27 +01:00
272a9654da Merge remote-tracking branch 'origin/main' into SnapIncrements
f4e4464bfd Small Tweaks
559ad5e0f9 Compositor: Add utility for sampling buffer at normalized coordinates
77168d960a Merge branch 'blender-v4.1-release'
35a5518379 Cleanup: Sculpting, fix compiler warning
Compare 144 commits »
Kyler Kelly-Tan commented on pull request blender/blender#118968 2024-03-05 03:41:15 +01:00
WIP: Shift Extrude and Duplicate of meshes and objects

ALT+gizmo isn't great, as it might mess with peoples navigation which is used extremely often.

I'm out of things that I feel need to be explored on this feature, so I'm going to remove the…

Kyler Kelly-Tan commented on pull request blender/blender#118968 2024-03-04 22:37:16 +01:00
WIP: Shift Extrude and Duplicate of meshes and objects

I was wrong about CTRL and ALT being hard coded, those do appear in the keymap. Thanks for pointing that out.

I researched this today, and it does appear that @1D_Inc is right about this being…

Kyler Kelly-Tan pushed to SnapIncrements at kylerk/blender 2024-03-04 21:09:47 +01:00
97c2a6c4cd Merge remote-tracking branch 'origin/main' into SnapIncrements
ce80cc1526 Cleanup: Remove unused UI button creation function
82448c1e4d Fix: Typo in latest commit
4ab6feb5bd Fix: GPU Compositor results are sometimes clipped
19188582b0 Cleanup: Remove unused return
Compare 90 commits »
Kyler Kelly-Tan commented on pull request blender/blender#118968 2024-03-03 05:15:21 +01:00
WIP: Shift Extrude and Duplicate of meshes and objects

Just a question about the question of hardcoding this to shift.

From what I can tell, CTRL and ALT are hard coded for all their basic functions, like camera moves, and snapping. I don't think…

Kyler Kelly-Tan created pull request blender/blender#118968 2024-03-01 17:25:20 +01:00
WIP: Shift Extrude and Duplicate of meshes and objects
Kyler Kelly-Tan pushed to ShiftExtrude at kylerk/blender 2024-03-01 17:02:52 +01:00
8ffd874602 Merge remote-tracking branch 'origin/main' into ShiftExtrude
69943f65c7 Refactor: replace BLI_BITMAP with blender::BitVector in keyframing.cc
3fcd7ccbc0 Compositor: Enable lock-free GPU context activation on macOS
c3d3528280 Fix broken CMake file after recent refactor.
c28e1bb482 Refactor: remove KEYFRAME_OK_CHECKS macro
Compare 51 commits »