Search found 3 matches

by deftonesjacket
Mon Feb 24, 2020 6:16 am
Forum: DUIK | Rigging and Animation [After Effects]
Topic: Using Kleaner with Walkcycle
Replies: 3
Views: 19271

Re: Using Kleaner with Walkcycle

LISTS! This is awesome, thanks so much. i need to research the tools more! this opens so many ideas. you're a champ!
Cheers,

deftonesjacket :)
by deftonesjacket
Sun Feb 16, 2020 11:26 am
Forum: DUIK | Rigging and Animation [After Effects]
Topic: Using Kleaner with Walkcycle
Replies: 3
Views: 19271

Re: Using Kleaner with Walkcycle

Ok found a a solution, made a checkbox control called "Kleaner Code", when turned on: the Kleaner code activates , off: the walkcycle code kicks in add this code in the property: control = effect("Kleaner Code")("Checkbox") ; if (control == 1){ //add Kleaner code here }else{ //add walk cycle code he...
by deftonesjacket
Sun Feb 16, 2020 7:12 am
Forum: DUIK | Rigging and Animation [After Effects]
Topic: Using Kleaner with Walkcycle
Replies: 3
Views: 19271

Using Kleaner with Walkcycle

Hi, I have a Full character rig that has a walkcycle automation and when the character is stationary i have applied Duik Kleaner to Upper, Lower, Goal of the FK to give it nicer movement. Issue is : 1. applying Kleaner to these 3 FK controls gets rid of the Walkcycle code applied there. i need to co...