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 deleted branch refactor-anim-bake-components from nrupsis/blender 2023-09-28 16:17:38 +02:00
Nate Rupsis pushed to main at blender/blender 2023-09-28 16:17:38 +02:00
5024c0ef97 Refactor: Move NLA anim bake paremeters into dataclass
Nate Rupsis merged pull request blender/blender#112865 2023-09-28 16:17:37 +02:00
Refactor: Move NLA anim bake paremeters into dataclass
Nate Rupsis closed issue blender/blender#108026 2023-09-27 22:03:11 +02:00
NLA: Change the shortcut key (TAB) to "Start Tweaking Strips Actions (Full Stack)" from Start Tweaking Strips Actions (Lower Stack)
Nate Rupsis pushed to test-branch at nrupsis/blender 2023-09-27 17:24:06 +02:00
6caa8010d0 Merge branch 'blender-v4.0-release'
03f6fe81b2 Fix: Missing node asset unassigned non-asset label
1a7527b1df Geometry Nodes: Move node tools out of experimental
b5f6c00f0a Merge branch 'blender-v4.0-release'
ff78d33bb4 UI: Draw Image editor tool header transparent with button background
Compare 10 commits »
Nate Rupsis created branch test-branch in nrupsis/blender 2023-09-27 17:24:06 +02:00
Nate Rupsis commented on issue blender/blender#110946 2023-09-27 03:03:45 +02:00
Normalize Vertex Groups while Armature modifier is hidden

I have a fix here: #112648 for people to test out.

f8a6acfdb6 moving bone deform lookup into its own method for cleanliness
8901e64e26 Merge branch 'main' into 110946-Normalize-V-Groups-Armature-Mod-Hidden
2ed8df333b Fix Hydra not being disabled when USD library not found on Linux
c0a0de617c Hydra: export Blender shader nodes as MaterialX node graph
49eab72141 Fix #107030: return accurate action frame ranges from the Python API
Compare 235 commits »
Nate Rupsis deleted branch Animation-snapping-mode-icon from nrupsis/blender 2023-09-26 20:29:07 +02:00
Nate Rupsis pushed to main at blender/blender 2023-09-26 20:29:06 +02:00
8199132551 UI: Updating Animation Editors snapping from 'Modes' to no icon
Nate Rupsis merged pull request blender/blender#112633 2023-09-26 20:29:06 +02:00
UI: Updating Animation Editors snapping from 'Modes' to no icon
Nate Rupsis pushed to refactor-anim-bake-components at nrupsis/blender 2023-09-26 19:07:41 +02:00
5f1a8c0368 missed do_pose from bakeOptions. Cleanup documentation onf BakeOptions Dataclass
d51931a34a Merge branch 'main' into refactor-anim-bake-components
4a78d7dc4c Fix 110976: Sequencer Scope Artifacts on NVIDIA 30/40 Series
9c20a29259 Fix #112904: Outliner: Bones appear in different places in different modes
73460903fa Asset Shelf: Transparent asset shelf header with background for buttons
Compare 62 commits »
Nate Rupsis commented on pull request blender/blender#112865 2023-09-26 18:41:37 +02:00
Refactor: Move NLA anim bake paremeters into dataclass

@dr.sybren

I guess you missed moving an option: ...

Hmm, did you do anything special to get that stack trace? I double checked the output & python console, and didn't see that.…

Nate Rupsis pushed to Animation-snapping-mode-icon at nrupsis/blender 2023-09-26 18:01:27 +02:00
ce39c8152f removing icon from animation snapping
31edae2f03 Merge branch 'main' into Animation-snapping-mode-icon
ac1c5d943c Anim: make ANIM_bonecolor_posebone_get handle const only
05fc31f27f UI: Remove redundant "Context Menu" in menu titles
489693ef6d Light linking: Use checkbox icons for state indication
Compare 173 commits »
Nate Rupsis commented on pull request blender/blender#112648 2023-09-25 19:10:53 +02:00
FIX #110946: vgroup normalize all check if armature is deforming before normalizing

That's a good call, and the reason this is still a WIP. It's a bit ugly at the moment.

Nate Rupsis created pull request blender/blender#112865 2023-09-25 19:04:09 +02:00
Refactor: Move NLA anim bake paremeters into dataclass
Nate Rupsis pushed to refactor-anim-bake-components at nrupsis/blender 2023-09-25 18:58:48 +02:00
3a4e6a443d Merge branch 'main' into refactor-anim-bake-components
b694acf22b refactoring anim bake_options
ac1c5d943c Anim: make ANIM_bonecolor_posebone_get handle const only
05fc31f27f UI: Remove redundant "Context Menu" in menu titles
489693ef6d Light linking: Use checkbox icons for state indication
Compare 10 commits »
Nate Rupsis created branch refactor-anim-bake-components in nrupsis/blender 2023-09-25 18:58:47 +02:00
Nate Rupsis approved blender/blender#110540 2023-09-21 14:50:43 +02:00
Anim: Time Offset Slider

Looks like you have some conflicts with main, otherwise LGTM