Skip to content

Instantly share code, notes, and snippets.

@GentoGaming
GentoGaming / Mixamo.js
Created August 21, 2022 09:38 — forked from gnuton/Mixamo.js
Script which downloads all mixamo animations for one character.
// Mixamo Animation downloadeer
//
// Author: Antonio Aloisio <[email protected]>
// Contributions: kriNon
//
// The following script make use of mixamo2 API to download all anims for a single character that you choose.
// The animations are saved with descriptive long names instead of the short ones used by default by mixamo UI.
//
// This script has been written by gnuton@gnuton.org and the author is not responsible of its usage
//
@GentoGaming
GentoGaming / dabblet.css
Created January 25, 2022 09:22
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
#include "GP4GrapplingComp.h"
#include "CableComponent.h"
#include "Kismet/KismetSystemLibrary.h"
#include "Camera/CameraComponent.h"
#include "Components/CapsuleComponent.h"
#include "GP4/GP4Hinge.h"
#include "GP4/GP4MovementComponent.h"
#include "GP4/GP4Player.h"
#include "Kismet/KismetMathLibrary.h"