Forum Replies Created

  • Mike Overbeck

    June 13, 2016 at 5:12 pm in reply to: Mask blendshape-style animations.

    I’ve posted the tutorial on Vimeo and Youtube.
    https://vimeo.com/170409373
    or
    https://www.youtube.com/watch?v=9nMdEai9IxU
    It’s a pretty long one.
    -Mike O

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Vimeo framework” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

  • Mike Overbeck

    June 10, 2016 at 11:15 pm in reply to: Mask blendshape-style animations.

    I’m putting together a tutorial now on creating a highly articulated mouth rig using Joysticks ‘n Sliders. This involves making mask path morph shapes and tying them to sliders that bake the animation to the mask paths. Should hopefully be ready to post it soon. Here is an animation test done with it.
    https://vimeo.com/169809649

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Vimeo framework” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

  • Just wanted to say that this post saved my bacon. Thanks Dan!
    the findMenuCommandId() and executeCommand() methods are extremely powerful, yet I can’t find any Adobe documentation on them (Oh Adobe..)
    Here’s an interesting related thread over at AE Enhancers. Some of the info may be different since CS3.
    https://aenhancers.com/viewtopic.php?f=8&t=889

  • Mike Overbeck

    November 5, 2013 at 1:41 am in reply to: storing property info into a variable

    Thanks for the reply Dan! Ah, using non-compact naming might do it!
    Here is some script that I was working on to ride up the group chain and add it to the array.

    function groupCheck(x){
    try {
    return thisProperty.propertyGroup(x).name
    }
    catch(err){
    return false
    }
    };
    fullgroup = [];
    for (var i = 4; i > 0; i--){
    if (groupCheck(i) != false && groupCheck(i) != thisLayer.name){
    fullgroup.push(groupCheck(i))
    }
    }

  • Mike Overbeck

    October 30, 2013 at 4:07 am in reply to: storing property info into a variable

    I was putting together some code that would hamfist these properties and property groups into arrays with the .name function until I realized the resulting formatting is not useable. All .name results capitalize the first letter and multi-word props are separated with spaces. I don’t know the purpose of the .name function.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy