Create 3D Butterfly cartoon

I want to create a butterfly cartoon to use in an After Effects project.

I want the butterfly will fly toward the front of the screen that of when the front or underneath the butterfly will be seen as his eyes, etc and then have it fly far away in the distance and the top or will see the return of the butterfly, not the eyes. I hope that makes sense!

I'm still leaning Illustrator (and After Effects) so I don't know how to create the image in Illustrator. Not sure yet if its possibel to create a 3D or 2D image only. I thought maybe I had to create an image before and a rear image and mesh somehow both in AE.

In any case, any suggestions would be greatly appreciated.

You can make a 2d object 3d with degraded and such look or you can use the illustrator 3d effects, but I do not think that this will give you the results you want. It will make a circle looks like a hockey puck or a square like a cube look, but if you have a butterfly, it won't look like a real Butterfly (see below, but do not laugh at my butterfly).

I think that it would be best to use gradients and the gradient mesh, GM is not very intuitive or user-friendly if.

If you want to animate it, Maya or any other 3d rendering program would be better for you.

Tags: Illustrator

Similar Questions

  • which is the best software to create images of cartoon on which i can move to other applications and animate to create cartoons

    which is the best software to create cartoons images I can move other apps and animate.  I want to create the image only, no background or anything like that

    Hi Susan,.

    Please check the CC Flash pro

    For more details: Adobe explore desktop apps | Adobe Creative Cloud

    Thank you

    Atul Saini

  • Cartoon / hand drawn filter possible?

    Hi motion graphics / illustration experts!


    I am working on a project where I want to create a simple cartoon style effect in a piece of footage and wondered how would be the best way to create something like this (reference): Watch Bleacher Report UK vine "today 10 years ago, Liverpool were about to lose the FA Cup final until... #Gerrard '


    I would like to hand-draw the sequences, but the only problem I have is that my client has more than 50 clips they want to create "convert" in the animated cartoon style shorts short line.
    The film is a mix of action sequences, and nothing can be "re-shot" on green screens, etc., that there is no budget essentially (obviously).

    What would advice everyone to approach such a project?

    Is there any good custom or built in plugins in After Effects, which could help me to achieve this type of look?

    Thanks in advance!

    Robbie.

    There is a variation of ToonIt included as part of the universe of the red giant, too, if I'm not mistaken.

    After effects has a cartoon included also.

    Whatever you use, you may need to change the settings to get the look that you're looking for and you may need to do some color correction effects quite involved in the cartoon effect to get the lines where you want MUCH. For example, if you get raccoon eyes, you may need to track movement of the eyes with a levels effect to brighten them so that the cartoon effect gives you the lines instead of black holes.

    You can also duplicate your film, blurred at the top layer and give it to darken (or multiply, I forget which) and it will look a little pictorial.   Then you can add some edges to it with the find edges effect or a cartoon effect. I mean, you can't have steak on a hamburger budget, then they will have to make compromises.

    Another alternative would be making your own cartoon with effects of Posterization effect, find the effects of edges, and stuff piled on each other with the adjustment of the colors below.

  • Animate in 3D space

    Okay, so I created a butterfly in Illustrator and then animate the wings in After Effects.

    Now, I want to animate the butterfly animated in 3D space. I want the butterfly from the distance and flight closer to the screen. Having looked at several tutorials on the web, I see very well where I'm wrong.

    That's what I tried:

    I created a new layout and added 3D Butterfly composition to the timeline, changed to mode 2 and the visualization of the right can do a 3D layer and instantly the image disappears and all that I can see is the Z, Y, axis of the X. I have try to reconnect the x, y, z-axis to push away from the camera , but the front view that it pushes everything just completely off the screen.

    I'm hoping there's a step I'm missing, but now have spend hours trying to get by.

    Help, please.

    Views of custom, forward, backward, up, left, right and custom view 1-3 are intended only as views useful to help implement you a 3D space you. You cannot restore to these points of view. You can only restore to the active camera. Take a look at this thread and try to download the project file you.

    http://forums.Adobe.com/message/5046619#5046619

  • I have an idea to create a cartoon. I have the idea and the script but I can't just think how to do it. Anyone?

    I have an idea to create a cartoon, I just can't figure out how.

    Flash Pro only I just renamed to animate by Adobe, then most YouTube videos go by the old name.

    You can search here: basics of flash pro animation

    Which would give you a lot of video tutorials to see how to get started.

  • create a cartoon using AS2 code only. WOW, but...

    Hi guys.
    A nice code that I picked up to create cartoons. My character is sunny. We create several mcs responsible for CSM a) and b) attached or empty as support for sounds.
    BUT the subject pretty darn sound does not work.
    sound_1.start (); diesn work - but this works it moves it up right under the code attachsound.
    Then the next sound_2.start certainly work.
    I had to work in other code that I had even though it was still inside a function. I stick it under this code.


    numOfSounds = 5;
    numOfObjects = 5;
    objectPath = "images";


    _root.createEmptyMovieClip ("soundLib", 1);
    for (var i: Number = 1; i < = numOfSounds; i ++) {}
    soundLib.createEmptyMovieClip ("holder_" + i, i);
    _root ["sound_" + i] = new Sound (soundLib ["holder_" + i]);
    }

    sound_1.attachSound("1");
    sound_2.attachSound("2");
    sound_3.attachSound("3");
    sound_4.attachSound("4");
    sound_5.attachSound("5");
    sound_1.start (0, 999); / / only for bg music


    _root.createEmptyMovieClip ("objectLib", 1);
    for (var i: Number = 1; i < = numOfObjects; i ++) {}
    objectLib.createEmptyMovieClip ("holder_" + i, i);
    _root ["object_" + i] = (objectLib ["holder_" + i]);
    }

    Object_1.attachMovie ("sunny", "sunny", 1); / / Object1 is empty and sunny mc is the name of liaison and sunny is the name of the instance - usually called something different.
    loadMovie (objectPath + "/ cat_a.swf", object_2);
    loadMovie (objectPath + "/ cow_a.swf", object_3);
    loadMovie (objectPath + "/ bird_a.swf", object_4);
    loadMovie (objectPath + "/ pig_a.swf", object_5);

    Object_1._x=500// Sunny
    Object_1._width = 50
    Object_1._height = 50
    Object_2._x = 200
    object_3._x = 300
    object_4._x = 400
    object_5._x = 500

    loop Object_1._y=100// and spacing of the use
    Object_2._y = 200
    object_3._y = 300
    object_4._y = 400
    object_5._y = 500

    sound_1.start ();
    Object_1.sunny.gotoAndPlay ("Speak

    sound_1.onSoundComplete = function() {}
    _root. Object_1.sunny.gotoAndPlay ("static");

    sound_2.start ();

    }
    sound_2.onSoundComplete = function() {}
    sound_3.start ();
    _root. Sunny.gotoAndPlay ("Speak");
    }


    The beep code on his own DID work - I paste it here

    numOfSounds = 5;
    _root.createEmptyMovieClip ("soundLib", 1);
    for (var i: Number = 1; i < = numOfSounds; i ++) {}
    soundLib.createEmptyMovieClip ("holder_" + i, i);
    _root ["sound_" + i] = new Sound (soundLib ["holder_" + i]);
    }
    Use sound_1.loadSound to load outdoors.
    For my dialogues only need a movie clip and the load that you want - don't forget to unload its as welll
    sound_1.attachSound("1");
    sound_2.attachSound("2");
    sound_3.attachSound("3");
    sound_4.attachSound("4");
    sound_5.attachSound("5");
    sound_1.start (0, 999);
    sound_1.start ();
    _root. Sunny.gotoAndPlay ("Speak");
    sound_1.onSoundComplete = function() {}
    _root. Sunny.gotoAndPlay ("static");
    sound_2.start ();
    _root.r.nextFrame ();
    }
    sound_2.onSoundComplete = function() {}
    _root.r.gotoAndStop (2);
    sound_3.start ();
    _root. Sunny.gotoAndPlay ("Speak");
    };

    you remove _root.soundLib (all all its children using your sounds) when you create a _root.objectLib.

    to remedy this, create objectLib to depth 2.

  • I try to connect to msn butterfly and this happens Msn mailhost needs to know what file created.

    I tried [regsvr32c:\progra~\msn\msncorefiles], but he's not here. I can only sign in Internet explore and hot mail. You seem to be missing some kind of connector.   Am also impossible to reset the computer to an earlier date.

    Hello
    You can see the article below for the restoration of the system.
    The system restore.
    http://Windows.Microsoft.com/en-us/Windows7/products/features/system-restore

  • Unable to create the new project Windows Digital Image in 2006.

    Original title: Digital Image 2006 Windows?

    My operating system is Windows XP SP3.  I have installed Windows Digital Image 2006 but when I clicked on "create a new project" he has opened with a page containing a red X, calendar, frog and a butterfly, and I was unable to go further.  It is a good editing software, but I would like to be able to use all the facilities.

    If someone familiar with this program, please indicate what could be the problem and how I might be able to correct even.

    Thank you.

    Look at the link here because it says Microsoft Digital Image 2006 is not compatible with Windows 7.
    http://www.Microsoft.com/Windows/compatibility/Windows-7/en-us/search.aspx?l=en-us&type=software&s=Windows%20Digital%20Image%202006

    If the program is not compatible, then you try to install and run the program in compatibility mode.
    Use the following steps:
    (1) right click on the program
    2) click Properties
    3) click on the Compatibility tab
    (4) select run this program in compatibility mode and select Windows Vista or other operating system, the program has been run successfully.

    Check out the link here: make sure to run older programs in this version of Windows
    http://Windows.Microsoft.com/en-us/Windows7/make-older-programs-run-in-this-version-of-Windows

    If compatibility is not successful, then try and run the program compatibility problems:

    If you are running Windows 7 Professional or Ultimate version, install Windows Virtual PC and Windows XP mode (http://www.microsoft.com/windows/virtual-pc/default.aspx) and run your software in Windows XP.

    If you run Windows 7 Home Premium, try VirtualBox (www.virtualbox.org) or VMware Player (www.vmware.com), or any other 3rd party software virtualization and install a separate copy of Windows XP (family or professional edition) for this purpose. You can find the virtualization software free that will run on Windows 7 Home Premium.

    Thank you

    Marilyn

  • whenever I try to log in using the msn butterfly, I get a msn stopped working, and then it closes

    Whenever I try to log on to the msn butterfly, I get a msn stopped working, and then it closes. I can go through yahoo and log but I am unable to access my favorites, have been logging on the butterfly for years and now this has happened, any help?

    Hello UBEL STELLACOUSIN,.

    This thread has been created in the Windows Vista forum install, level and activation; the Microsoft moderation team has moved this thread in forum Windows Vista Networking, Mail, and online.

  • How to create a shortcut on the desktop to msn

    I'm doing new Vista loaded as user friendly than our previous XP.  Need help to create a shortcut on the desktop to msn, so everything we need to do is click the butterfly icon to connect.  Also need to know how to download the msn toolbar.  Thank you!

    Hello

    MSN toolbar
    http://www.Microsoft.com/toolbar/

    Loading of the toolbar can make the icon.

    If you wish to make your homepage of MSN, and then when IE is started it will take you to MSN.

    You can also make MSN Favorites page in IE - then go to your Favorites - right-click on the favorite MSN
    then go to the desktop - Right Click and PASTE the SHORTCUT.

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • How to make a turn of body Cartoon

    I got some pretty simple characters I've been working on for character animator. Today, I am about to build the "Cartoon head turns' via the instructions in the tutorial included in the tutorial section.

    My characters need to body in turn. Can I create, as you would for the head turns; Before (one!) + (s!) right side, + 3/4 Right (d!), + (f!) Left side, 3/4 side Left (g!) coordinated to create the body turns to the puppet? What other options I have for creating body towers?

    As a reference, I included the video head turn as a reference. Thanks in advance for your help.

    How to make a cartoon head turn - YouTube

    If you want the head and the body to transform independently, what you have to do, essentially, is double the head to turn groups in the body (for example as Wendigo) group, replace the head body art work and also to replace the triggers. And delete any sub-groups, you don't need - such as the mouth, eyes, etc.

    Or, more simply, you could rotate the head and the body simultaneously by simply replacing the work of head layer with total body art.

  • Which product in creative cloud is the cartoon above software?

    Can I ask nicely a piece of advice on what software to use in the Adobe suite to create cartoons, After Effects? Is there someone who could also guestimate any beach here learning curve would be great.

    Thank you

    Another Adobe software that you could use to make cartoons is Adobe Flash in conjunction with After Effects and Premiere Pro. It s a long trip, since you have to export your .mov files, but it works very well for me. It depends on the style you're looking for.

    It was created in Flash and ended up in Premiere Pro with hearing:

    MEDIOS Chapingo - El papel del papel in el campo on Vimeo

    A great cartoonist who works with Flash is Chris Georgenes with pretty cool animations:

    Mudbubble

    His book it s a pretty good resource.

    http://www.focalpress.com/books/details/9780240525914/

    Another great facilitator and trainer is Dermot O'Connor and his courses at Lynda.com are quite useful as well:

    http://www.Lynda.com/Flash-CS5-tutorials/character-animation/69088-2.html

    Look at the principles of 2D video course online Animation

    http://www.Lynda.com/Flash-Professional-tutorials/hand-drawn-animation-Flash/158768-2.html

    I hope this can help,

    Best regards.

    Ray

  • Layered Butterfly

    I need to know how to take the image of a butterfly, cut each wing and body and place each section on its own layer, the final objective being to take it in adobe after effects and animate... but that's just the part photoshoped I need help...

    I'm a newbie to Photoshop but am learning and would be really grateful for any help, I have searched the Web for more than a week and does not know how to do this.

    Thank you

    I know how to get my image in photoshop, how to make playlists etc, how to unlock the background layer, I have even cut out a wing and put it on its own layer, but then when I did the same thing for the next wing he said the selection was empty...

    Please help... I'm sitting here, hoping someone would know where I am going wrong...

    Could you post a screenshot of your layers panel? This would help us understand how you got so far.

    Looks like you've actually got the hang of selection and create new layers from this selection, but it seems that you can miss a critical step...

    1. open your butterfly picture and select the first part of your Butterfly with the method of selection of your choice (I use the Quick Selection tool). You can also refine your selection by clicking on select > refine edge. Note that my original image is called Layer 0.

    2 after you make your selection, go into New > Layer Via Copy. You can now see that I have a new layer - Layer 1. If I hide layer 0 you can see that layer 1 is just my selection of wing on a transparent background.

    3. here's where you might have made a mistake - check that your original layer is active when you make your next choice. The active layer will be highlighted in blue in your layers panel.

    4 after selecting the next area you butterfly, (make sure that your original layer is active!) to New > Layer Via Copy. This will create a third layer - now, I have two separate layers for my two wings plus my original source image.

    5. repeat this procedure until you have selected all the parts of the butterfly. Don't forget, in a new layer of a selection, always make sure that your source layer is selected. When you are finished, you should have all segments of your butterfly on different layers with a transparent background.

    I hope this was clear and useful! If you need further help, feel free to ask.

    See you soon!

    Kendall

  • Creating a book in design - want to separate chapters - Halp...

    Hi all, I'm quite new in indesign, but have some experience with print layout after a little before using Pagemaker.

    I'm carrying a book and I have the manuscript all ready to go, but I need to make sure all my chapters are separate.

    Previously, when the design of a book in Pagemaker, I would be split chapters by autoflow and object text them, repeat - or I'd just have the autoflowed whole book throughout the entire document. It is likely that there is a better way to manage this same when I used Pagemaker, but I usually work within the constraints that force me to do what I can, but I digress. My problem is that when I was making even minor changes to the book he would really shake things later in the document (has the butterfly effect). So a small space on page 3 could push something to the wide path on page 253.

    What I want, and what would make sense for me, would be a method in which I can arrange chapters and all of their text and style in separate sections. If I change something in the document chapter, it would be automatically and correctly adjust the appropriate amount of space on the following chapters. So just finishing my book, I could just compile all my chapters and export them to the printer.

    TLDR: Someone tell me how to handle the chapters separately (including styles, right and space pages.)

    Thanks in advance for your time.

    Save each chapter a separate InDesign file. Use file > New > book to create a book file and add the chapters of the book. You can synchronize (or sync) the styles and the nuances between the chapters. You can pages AutoNumber so that when Chapter 1 increases 1 page, all the chapters that follow start a page later. This can be difficult, especially when you add an odd number of pages, because the pages changing the same weird also change right left and lead to surprises. You can turn off automatic numbering or you can force chapters to start on odd or even pages, so that the addition of 1 page in Chapter 2 moves all the chapters that follow two pages.

  • Failed to create photo memories

    I use the mac on the Sierra photos app, update that became my mac perfect condition a paralyzed slug.

    According to the help of photos I can create a memory of an album as follows:

    1. Click on an album under Albums in the sidebar.
    2. Click Show as memory.
    3. Scroll down and click on add to memories

    My problem is that I do not see 'display in memory '.

    This means that I have no way to create a slideshow. No idea why I don't see "display memory"?

    Concerning

    My problem is that I do not see 'display in memory '.

    When you select an album in the sidebar, 'Show as memory' is under the search field in the toolbar.

    It is only available for standard albums, not for the smart albums.

Maybe you are looking for

  • ICloud drive data backup

    I use Offshore (CrashPlan) and a machine to the local time of the backups. I have important data on iCloud drive I use some Apple iOS devices. If I understand the article (see link) I can make a copy to my iMac, BUT I need to make sure that the data

  • How to secure my network name?

    I have a WRT160N router. It is functional but not guaranteed. How I name it and fix it? Thank you!

  • Cannot print. Error message.

    I try to print using my officejet 6500 a and get this message: internal processing error.  Start again or manually check the firmware updates.  This is all new to me.  Help, please!  I don't know where to go for updates of the firmware...

  • Windows Live essentials Beta unresponsive.

    Beta of Windows live essentials Windows live beta essentials unresponsive I uninstalled and reinstalled and my facebook games does not work I check problems and solutions and it said to uninstall essentalls and I and still nothing? help please?

  • HP J4853A and Cisco SFP Module 100BASE-FX

    Hi all! HP J4853A and Cisco SFP Module modules 100BASE-FX is not compatible? Thank you!