Code Monkey home page Code Monkey logo

duik's People

Contributors

anamabruja avatar batmanwgd avatar eziopan avatar jeanbaa avatar kant avatar mortenjust avatar msongz avatar nico-duduf avatar oktomus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

duik's Issues

Updating imported instance from original rigging changes (workaround)

Issue by JuanGarces
Thursday Mar 10, 2016 at 01:48 GMT
Originally opened as https://github.com/Rainbox-dev/Duik-15/issues/204


Hi, I'm new and I didn't find a better solution when I make changes in the original rigging and I want my animation to be updated with them (like adding a new layer or modifying the puppet mesh). Please, tell me if there is a easier way instead of what I did:

  1. Deleted the duplicated rigging.
  2. Imported again the original rigging with the exact name of the old instance.
  3. Deleted all the new duplicated controllers.

Is there a better way to do it? Thanks in advance.

Implement a nez apply preset for some AE workarounds

  • throw something if there are some selected layers in the comp
  • select layer before
  • unselect after
  • "prop to keep" parameter: if it's an effect, it is retrieved again and resetted
    workaround for AE unable to retrieve effects when other effects have been added
    check if prop.parentProperty.isEffect (or the property itself)
    store prop.propertyIndex and prop.parentProperty.name
    retrieve using effect(parentName)(index)

New autorig using the new bones system

Issue by Nico-Duduf
Thursday Sep 01, 2016 at 15:06 GMT
Originally opened as https://github.com/Rainbox-dev/Duik-15/issues/229


First create bones (with tags to identify them in the commentaries)

Then rig the structure

Option to export rig from existing structure (detecting IK, and.other tools, and saving unrecognised expressions) and be able to import it on any other structure, using name tags.
Maybe even save structure too, saving positions and rotations after having disabled all expressions.

On-layer-IK soft limit

Issue by Nico-Duduf
Saturday Mar 12, 2016 at 12:18 GMT
Originally opened as https://github.com/Rainbox-dev/Duik-15/issues/208


I'm doing an animation with a Z-Shaped IK Chain, and I want to put limits on the upper member's rotation - this has the one-layer-IK expression applied. To stop the IK chain from snapping when it hits the limit I made a 'soft' limit expression, that exponentially slows down the rotation as it approaches the limit.

I apply an expression control slider effect to the controller layer and then I swap the last line of the one-layer-IK expression for this:

limit = thisComp.layer(CName).effect("Thigh_IK_Limit")("Slider"); if (R ==1){ //Reverse var limitSoftness= 5; (result>limit) ? limit + limitSoftness - limitSoftness/(1 + (result-limit)/limitSoftness): result; }else{ var limitSoftness= -5; (result<limit) ? limit + limitSoftness - limitSoftness/(1 + (result - limit)/limitSoftness): result; }

I've hard-coded the softness into the expression, the range is 5 degrees, meaning that the effect starts at the limit and slows the rotation down over the next five degrees, so that it approaches but never quite reaches the angle limit+5. This could be controlled by another slider, or changed in the code.

new tool: DuBinary_scan_script

Create a new tool following the examples already available which:

  • Scan an existing script for any string containing a path to a file
    on win, a string beggining with:
    "E:\" or "E:/" or "/E/" or "~/" or "~\"or the same in lower case
    on mac, a string beginning with:
    "/something" or "~/something"

  • List all those in a table, where the user can select some of them, or all of them, and validates the selection. take care of duplicates, list only once

  • Use DuAEF.DuBinary.convertToIncludeFile() to convert all files to jsxinc

  • move all those jsxinc to a folder (ask the user with Folder.selectDialog() )

  • Include all those new jsxinc at the very beginning of a new copy of the original script

  • Replace all strings corresponding to converted files with:
    if name ends with '.png' (case insensitive): convertedName.binAsString
    else: DuAEF.DuBinary.toFile(convertedName)

add DuAEF.DuAE.Property.Shape.exportToJsxinc(prop,name,file)

a method to export a shape to a jsxinc
which creates a new shape identical (maybe with an "offset to center" option), stored in a variable called "name" in the file

The jsxinc can then be included (or evaled) and used in any script.
(can be used for custon controllers in Duik in a near future)

Animation and rig library

Issue by Nico-Duduf
Monday Aug 31, 2015 at 14:13 GMT
Originally opened as https://github.com/Rainbox-dev/Duik-15/issues/168


Add an animation library in the animation panel
which could be exported/imported

In the I/O Panel:

  • save anim to JSON or XML
  • load anim from JSON or XML

In the library Panel:

  • save anim
  • load anim
  • export anim
  • import anim

Store the library in a Duik directory, each anim a separated file

Interactive controllers

Issue by Nico-Duduf
Sunday Aug 23, 2015 at 20:26 GMT
Originally opened as https://github.com/Rainbox-dev/Duik-15/issues/163


Use color and shapes to have visual assistance with tools

  • Changing the color of a controller when the IK is straight
  • Displaying an icon when a controller have a keyframe at current time
  • Displaying a locker if it is locked
  • Displaying if the controller has a zero, a parent, if it is scaled...
  • Displaying if FK or IK
    Many possibilities!

Add an effect to configure controller :

  • size
  • shape (the controller contains all shapes, use opacities and checkboxes)

data exportation from Duik

Issue by Nico-Duduf
Saturday Feb 14, 2015 at 16:33 GMT
Originally opened as https://github.com/Rainbox-dev/Duik-15/issues/63


export animation and rig data from After Effects, to be reused in games engines, AS3...

  • animation
  • sprites
  • controllers
  • rig (IK and other expressions from Duik)
  • option to automatically convert all expressions or all but supported rig to keyframes
  • option to automatically delete all rig (including parenting, or not), replaced by one keyframe per frame

ANIMATION (15.5)

Rig (16 with the new bone structures)

Time Remap: Combine loopIn && loopOut

Issue by Nico-Duduf
Saturday Dec 12, 2015 at 15:07 GMT
Originally opened as https://github.com/Rainbox-dev/Duik-15/issues/192


Une expression super utile et peu connue qui permet de loopin et loopout en même temps serait je pense une belle feature pour une prochaine upgrade, avec une option pour changer en continue, cycle ou pingpong :

if (time = key(1).time && time key(numKeys).time) loopOut(type = "continue");

Pourquoi pas un bouton loopout et un loopin pour n'importe quelle propriété ? capable de combiner, et option pour le type de loop

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.