Nate Rupsis nrupsis
  • Chicago
  • https://blunder.training/
  • I do stuff, and sometimes things. Working as a developer / contributor in the Animation & Rigging module.

    I love learning, and teaching. So feel free to hit me up in blender chat if you want to learn how to develop blender!

  • Joined on 2021-11-11
Nate Rupsis created pull request blender/blender#112648 2023-09-21 03:59:00 +02:00
WIP: FIX #110946: vgroup normalize all check if armature is deforming before normalizing
Nate Rupsis created branch 110946-Normalize-V-Groups-Armature-Mod-Hidden in nrupsis/blender 2023-09-21 03:54:26 +02:00
3a12caf8d8 Checking to see if any bone is actively deforming before switching to BONE DEFORM
2561d0038d Node: use new zone type to deduplicate code
Compare 2 commits »
Nate Rupsis commented on pull request blender/blender#112633 2023-09-20 19:50:27 +02:00
UI: Updating Animation Editors snapping from 'Modes' to no icon

I intentionally didn't use the grid icon statically since the viewport always shows the active snap mode, or the string "Mix" when there are multiple modes active at the same time. My…

Nate Rupsis created pull request blender/blender#112633 2023-09-20 17:30:19 +02:00
UI: Updating Animation Editors snapping from 'Modes' to SNAP_INCREMENT icon
Nate Rupsis created branch Animation-snapping-mode-icon in nrupsis/blender 2023-09-20 17:24:43 +02:00
Nate Rupsis pushed to Animation-snapping-mode-icon at nrupsis/blender 2023-09-20 17:24:43 +02:00
a15c3b50b7 Updating Animation Editors snapping from 'Modes' to SNAP_INCREMENT icon
d387ef224f macOS: upgrade to Xcode 15
e2cef1c713 EEVEE-Next: Port SSS profile to Pre-compute shader
da495765b4 UI: Add icon to Library Override menu entries
e743b353cd GPU: Shader Builder: Guard OpenGL builder with flag
Compare 10 commits »
Nate Rupsis pushed to anim-bake-components at nrupsis/blender 2023-09-20 00:02:31 +02:00
671f78b463 adding in dataclass BakeOptions
50fad770c5 Merge branch 'main' into anim-bake-components
8cc91fac90 BLF: Embolden Correction & Comments
a531d19b3d Cleanup: Group forward declarations at top of geometry set header
6358c5f97c Cleanup: Support value of rotation socket
Compare 493 commits »
Nate Rupsis commented on issue blender/blender#89339 2023-09-14 18:56:25 +02:00
NLA strip's Influence initial keyframe sets to 0

Finding: There are some major underlying issues with the NLA influence & strip_time properties. These [properties](https://projects.blender.org/blender/blender/src/branch/main/source/blender/make

Nate Rupsis commented on issue blender/blender#76549 2023-09-14 18:54:05 +02:00
NLA Strip influence slider doesn't respond to autokey correctly.

Finding: There are some major underlying issues with the NLA influence & strip_time properties. These [properties](https://projects.blender.org/blender/blender/src/branch/main/source/blender/make

Nate Rupsis pushed to NLA-hold-forward-3.6 at nrupsis/blender 2023-09-14 05:30:17 +02:00
8609d7c274 bumped wrong target subversion
Nate Rupsis commented on pull request blender/blender#112347 2023-09-14 05:26:15 +02:00
Fix #100718: NLA Hold Forward Inconsistency

Oh shoot, good catch. Thank you

Nate Rupsis commented on issue blender/blender#109399 2023-09-13 21:14:47 +02:00
Blender LTS: Maintenance Task 3.6

@lichtwerk I have a backport PR for #9da88301ef: [PR: #112347](https://projects.blender.org/blender/

Nate Rupsis created pull request blender/blender#112347 2023-09-13 21:12:23 +02:00
Fix #100718: NLA Hold Forward Inconsistency
Nate Rupsis pushed to NLA-hold-forward-3.6 at nrupsis/blender 2023-09-13 21:07:41 +02:00
fff7f48841 format cleanup
Nate Rupsis created branch NLA-hold-forward-3.6 in nrupsis/blender 2023-09-13 21:03:35 +02:00
Nate Rupsis pushed to NLA-hold-forward-3.6 at nrupsis/blender 2023-09-13 21:03:35 +02:00
d33a301efd resolving merge conflicts
e2f9c9892e Fix #112184: Adapt optimized case of Points of Curve node for domain
be2df46afe Mesh: Rewrite split edges algorithm
9a2f166307 Fix #112285: Sculpt Mode: Mask brush smoothing is broken
d06c761a9d Fix #112144: Graph Editor handle highlighting not working correctly
Compare 10 commits »
Nate Rupsis closed pull request blender/blender#106571 2023-09-13 17:07:04 +02:00
WIP: initial vertical shuffle code
Nate Rupsis commented on pull request blender/blender#111997 2023-09-13 16:56:55 +02:00
Anim: Add channel type options to the Bake Action operator

I think the function argument count is getting out of hand. Better to do a cleanup pass first, moving the existing options into a class, like below, and pass that instead of the separate…