Code Monkey home page Code Monkey logo

Comments (5)

Nico-Duduf avatar Nico-Duduf commented on June 11, 2024

Comment by Nico-Duduf
Saturday Jan 09, 2016 at 17:22 GMT


can't reproduce bug,
can anyone send me an example project where the duplication does not work?

from duik.

Nico-Duduf avatar Nico-Duduf commented on June 11, 2024

Comment by cetmarques
Tuesday Feb 23, 2016 at 15:46 GMT


characterA_rig_02.zip

Ok, I'm having this same problem you're describing. Everything runs well, but as soon as I duplicate my compositions I'm not able to uncheck clockwise function. Well, I can do that, but it doesn't work.
It would be wonderful if you could solve this bug.
Thanks!

from duik.

Nico-Duduf avatar Nico-Duduf commented on June 11, 2024

Comment by Nico-Duduf
Sunday Feb 28, 2016 at 16:23 GMT


Thanks, I'll have a look at that!

from duik.

Nico-Duduf avatar Nico-Duduf commented on June 11, 2024

Comment by danbroken
Tuesday May 17, 2016 at 14:29 GMT


Well, I have a tip about what's happening. When we duplicate a composition, the effect with clockwise option remain being controlled by the effect from original control ik. A way to test is duplicate and animate clockwise in original composition. So you will see the duplicated composition being animated too at the same frame point. A temporary solution is fix the code at duplicate composition, changing the comp name at IK Null that was generated. A sample:

comp("original_comp").layer("C_B_hand_right").effect("IK B_forearm_right")("Clockwise") change to:
comp("duplicated_comp").layer("C_B_hand_right").effect("IK B_forearm_right")("Clockwise") or
thisComp.layer("C_B_hand_right").effect("IK B_forearm_right")("Clockwise")

Change at all events that is happening.

Sorry my bad english.

from duik.

Nico-Duduf avatar Nico-Duduf commented on June 11, 2024

Comment by Nico-Duduf
Tuesday May 17, 2016 at 17:27 GMT


Thanks for your feedback, I'll fix this as soon as possible!

from duik.

Related Issues (20)

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.