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 commented on pull request blender/blender#114202 2023-11-28 20:06:45 +01:00
Anim: Add "Add/delete" track operations to NLA context menu

@nathanvegdahl ah, I guess the opposite of above_selected = True is not to add tracks below selected, rather just add em to the top of the stack...

If people think adding in "Add tracks…

Nate Rupsis pushed to NLA-context-menu at nrupsis/blender 2023-11-28 20:03:27 +01:00
ddb3a5aade PR feedback
b94ac3aac7 Merge branch 'main' into NLA-context-menu
321c1af26e Cleanup: Remove unnecessary mesh C-API functions
f2467f75b3 Cleanup: Remove mesh "vert coords" functions
32e56879b7 Fix: missed some version bump code
Compare 324 commits »
Nate Rupsis commented on pull request blender/blender#112865 2023-11-27 18:44:14 +01:00
Refactor: Move NLA anim bake paremeters into dataclass

@nrupsis Hi, just stumbled upon this change. I think it would make sense to specify a default value for each option in the BakeOptions class:

@dataclass
class BakeOptions:

Nate Rupsis pushed to NLA-menu-cleanup at nrupsis/blender 2023-11-27 18:35:48 +01:00
eacacd7acc removing redundant names from menus
2e64dec293 Merge branch 'main' into NLA-menu-cleanup
925fb66693 USD: Improved texture coordinate translation (UsdTransform2d)
1c50dd8bb8 Revert "Fix: Cycles: inconsistent normal checks when sampling and evaluating BSDF"
3475ddce46 Fix #115424: Cycles object space normal map wrong with backfaces
Compare 402 commits »
Nate Rupsis commented on pull request blender/blender#114805 2023-11-27 18:02:26 +01:00
Anim: Refactoring NLA menu into more sensible format

@Harley what's the prevailing UI wisdom when it comes to icons in the menus?

As far as I know, only the 3D view port and VSE have icons in the add menu. None of the other Animation editors (or…

Nate Rupsis deleted branch NLA-channels-to-tracks-cleanup from nrupsis/blender 2023-11-23 15:33:52 +01:00
Nate Rupsis merged pull request blender/blender#115011 2023-11-23 15:33:50 +01:00
Cleanup: internally renaming NLA Channels to NLA Tracks
Nate Rupsis pushed to main at blender/blender 2023-11-23 15:33:49 +01:00
f9b9ec3b26 Cleanup: internally renaming NLA Channels to NLA Tracks
Nate Rupsis pushed to NLA-channels-to-tracks-cleanup at nrupsis/blender 2023-11-23 15:32:21 +01:00
81c403f413 updating new NLA channel reference from main
b9ffb5a5ea Merge branch 'main' into NLA-channels-to-tracks-cleanup
ff04d50eee Cleanup: Make format
876b624320 Cleanup: Correct offset indices slice assert
9a28852494 Cleanup: Generalize some attribute propagation functions
Compare 83 commits »
Nate Rupsis pushed to main at blender/blender 2023-11-22 21:01:32 +01:00
18ec3679f6 Fix #114861: Add NLA region padding if markers are present.
Nate Rupsis deleted branch 114861-nla-markers-stuck from nrupsis/blender 2023-11-22 21:01:30 +01:00
Nate Rupsis closed issue blender/blender#114861 2023-11-22 21:01:30 +01:00
Can't scroll donw more in the NLA Viewport, makes some strips hidden if you have markers
Nate Rupsis merged pull request blender/blender#115213 2023-11-22 21:01:28 +01:00
Fix #114861: Add NLA region padding if markers are present.
Nate Rupsis pushed to 114861-nla-markers-stuck at nrupsis/blender 2023-11-22 00:43:23 +01:00
f313690162 using Marker margin & channel height to get correct padding for NLA Track
28d0f49fdf Merge branch 'main' into 114861-nla-markers-stuck
38a583bc35 cleanup
76dc180c3d Cleanup: Remove unused return argument from "ensure mask" function
e9db14b3d8 Mesh: Copy small caches when moving mesh data to Main database
Compare 81 commits »
Nate Rupsis pushed to NLA-channels-to-tracks-cleanup at nrupsis/blender 2023-11-21 23:26:59 +01:00
e808dbabf2 another cleanup pass
7410eb048c Merge branch 'main' into NLA-channels-to-tracks-cleanup
76dc180c3d Cleanup: Remove unused return argument from "ensure mask" function
e9db14b3d8 Mesh: Copy small caches when moving mesh data to Main database
301731692e Cleanup: Access sculpt attributes with C++ attribute API
Compare 83 commits »
Nate Rupsis pushed to NLA-context-menu at nrupsis/blender 2023-11-21 22:17:47 +01:00
e547a20987 adding in 'Add Tracks Below Selected' text to context menu
97ec0590b5 Merge branch 'main' into NLA-context-menu
8e691ad5be Cleanup: Arrow Operator Required
Compare 3 commits »
Nate Rupsis created pull request blender/blender#115213 2023-11-20 23:05:52 +01:00
FIX #114861: Add NLA region padding if markers are present.
Nate Rupsis pushed to 114861-nla-markers-stuck at nrupsis/blender 2023-11-20 23:01:12 +01:00
a749209e49 add region padding to NLA region if markers are present.
cb9b7eaa34 Build: fix macOS OpenImageDenoise 2.1 library not loading correctly
4d7274b7f4 Cleanup: Use C++ types for crazyspace deform storage
6e2fc77e7f Fix #114993: wrong entry in Split to Instances domain dropdown
Compare 4 commits »
Nate Rupsis created branch 114861-nla-markers-stuck in nrupsis/blender 2023-11-20 23:01:12 +01:00
Nate Rupsis pushed to main at blender/blender 2023-11-20 17:52:38 +01:00
da29519c7a Anim: Add regression tests for NLA strip evaluation