userMaxime Lebledcancel

1,013 Commits over 1,310 Days - 0.03cph!

Humans: skinning updates Humans: more skinning updates & prefab changes Merge branch 'master' of sbox
Yesterday
Humans: added citizen_human_female_staging.vmdl
2 Days Ago
Humans: copy ring fingers onto pinky fingers while we're still reusing Citizen animations — avoids the "tea cup" look
4 Days Ago
Humans: added CrouchWalk_S
4 Days Ago
Humans: improved CrouchWalk_N (and increased its speed to 85 u/s)
5 Days Ago
Humans: add menu anims (same as Citizen)
5 Days Ago
Humans: added Run_S & Run_W
6 Days Ago
Humans: recover deleted staging files Recovered 2 files that were deleted by commit 1d291f07bb4f2bb4bfec48765b2d640894441796
10 Days Ago
Humans: re-enabled automatic citizen-to-human animation hack for now while proper animations are being worked on
18 Days Ago
Citizen/animgraph: added b_firstperson parameter; intended to be used when showing the body in first-person view while looking down
20 Days Ago
Citizen/animgraph: removed several unused parameters + skid now relies on 2 new parameters, skid_x/skid_y, instead of move_x/move_y
20 Days Ago
Citizen/animgraph: improve look & feel of turning while moving https://files.facepunch.com/maxlebled/1b0111b1/2024-11-01%2005-08-50.mp4 (NB: this video has several of the parameters non-functional due to the current state of the physics-based player controller, so it's not a complete picture, but it does show off this specific improvement)
21 Days Ago
Humans: brand-new data sets for hitboxes, physics joints, and physics shapes + improved WalkFast_E + added WalkFast_W https://files.facepunch.com/maxlebled/1b3111b1/2024-10-31%2001-49-11.mp4
22 Days Ago
Humans: reworked WalkFast_N
24 Days Ago
Humans: fixed compile errors
24 Days Ago
Citizen/animgraph: improved turn poses (and enabled them) as well as standing shuffle
25 Days Ago
Humans: remove animation-processing VMDL prefab instances living under currently disabled nodes, to work around issue #1681
25 Days Ago
Humans: added WalkFast_E + NE/SE (roughs)
36 Days Ago
Citizen/animgraph: make scale_height not bouncy anymore
42 Days Ago
Weapon .meta files
42 Days Ago
v_m700: initial first-person setup (including animgraph)
46 Days Ago
Humans: hook up an extremely basic animgraph so the model stops exploding if you try to use it
46 Days Ago
Human: normalize movement animation root speed to 80 u/s across animations + lower new constraint weights slightly
46 Days Ago
Humans: improved existing movement animations
47 Days Ago
v_spaghellim4: make the initial arc of the deploy animation nicer
47 Days Ago
Fixed handling of sprint-suppressing Tag on v_m4a1, v_usp, v_spaghellim4, v_mp5: the Tag now gets properly caught when the animgraph initializes, by enforcing a one-time 50ms delay in relevant state machines. Also harmonized some logic across graphs.
48 Days Ago
v_spaghellim4: added new deploy animation
51 Days Ago
Humans: same fix as Citizen + lower the weight of ShoulderToBicep constraints to account for the "bicep bulges" contributing to the situation... and also because it just looks better
51 Days Ago
Citizen: fixed incorrectly nested nodes in the AnimConstraintList prefab because ModelDoc doesn't know how to properly manage a folder of nodes being drag-and-dropped between VMDLs and prefabs
51 Days Ago
Batch-committing all changed files from change to cloud content references that now explicitly reference specific version numbers
51 Days Ago
Add new "/.sbox/" folder to .gitignore
52 Days Ago
Human: added constraints on biceps that makes the lower part of arms subtly rotate away as the arms bend, similar to what happens with legs + various misc. things (anims, fixes...) https://files.facepunch.com/maxlebled/1b3011b1/elbows.mp4
53 Days Ago
Human: lots of updates, see commit comment • 2 walk animations & default idle poses • Same prefab changes as Citizen • Now accounting for limbs being slightly twisted in bindPose unlike Citizen — this 'unbiases' the constraints so there's practically no change in the resting pose • Added constraints that slightly pivot leg_upper_X_twist1 upwards as the leg bends; this makes the lower part of thighs 'bulge up' a bit, which complements the "poor man's RBF" kneecap constraints, and improves the look at extreme bend angles (crouching, etc.)
53 Days Ago
Delete old human male.vmdl
53 Days Ago
Citizen: renamed movement process prefabs for consistency, merged neck_clothing into animconstraintlist
57 Days Ago
Human/citizen: more "prefabization" & poor man's RBF backport to Citizen
57 Days Ago
Humans: added a "poor man's RBF" constraint setup which pushes out elbow & kneecap helpers outwards a bit as arms/legs rotate, which helps volume preservation
2 Months Ago
Human: more skinning updates focused on polishing height scale squash & stretch as well as volume preservation on elbows & kneecaps
2 Months Ago
Human: removed Rust animations
2 Months Ago
Human: move staging to main
2 Months Ago
Human: more skinning tweaks
2 Months Ago
Human: more skinning adjustments, implemented elbow/knee helpers
2 Months Ago
Humans: updated rig, polished skinning, forked off most VMDL prefabs
2 Months Ago
Citizen: added "blink" pose parameter + "Eyes_1D" sequence
3 Months Ago
Humans: actually link the staging animgraph
3 Months Ago
Humans: v2 staging VMDL & animgraph
3 Months Ago
Added hold_R bone to sword.vmdl
3 Months Ago
Citizen/animgraph: first (very) rough draft of melee_weapons holdtype + a couple of minor fixes
3 Months Ago
Citizen: fixed accidental FBM embedding of Citizen textures in an exported mocap take file, which was causing ModelDoc to extract the folder every time it compiled the VMDL
3 Months Ago
Citizen/animgraph: added experimental dota-style turn poses. Disabled for now because the parameter is not working correctly in-game and I don't have any way of troubleshooting it