It is now well-known that mixing 2D and 3D animation has become a new trend, especially as more animators are making 2D/3D hybrid animations in Blender. Not only is Blender a powerful 3D animation software, but it is also equally capable of making 2D animations. However, 2D animation in Blender does come with its own set of challenges, and overcoming them is what this article is about.
Creating 2D animations in Cartoon Animator (CTA) can save you a lot of time and resources as animators can start off by finding the desired pre-configured character in the Reallusion Content Store. Since all Content Store characters are fully rigged, applying embedded motions and expressions in CTA is a quick way to block in animation. Combined with the use of the Motion Key Editor, one can also adjust the expressions and animations in detail to achieve the desired performance.

In addition, accessory animations can be edited layer-by-layer using the Sprite Editor with the animation automatically recorded in the timeline. Even keys can be pasted onto a specific prop’s timeline to re-use animations, like the flame prop in the following video. Finally, one can adjust the camera and export a PNG sequence using CTA 4.5’s latest export features into Blender for 3D environment creation and lighting.
Which Add Ons To Start With Grease Pencil?
Extrude the 3D image planes inside Blender to create 3D objects and add lighting to create 3D props that have volume and cast shadows. Repeatedly turn 2D image planes into 3D objects until the whole scene is converted to a 3D environment. Next, add the animated 2D characters into the scene and adjust the lighting to incorporate them into the scene. Lastly, adjust the lighting and camera for the final shot, and the animated hybrid 2d/3D scene is complete!
* If you have great ideas on how to improve Cartoon Animator for use with Blender, please feel free to contact us via email: [email protected]
Reallusion is a 2D and 3D character creation and animation software developer with tools from cartoon characters to digital humans and animation pipelines for films, real-time engines, video games, virtual production, archvis.Spring 2016, I was playing around with Blender 2.77 grease pencil when I noticed a bug in the stroke filling, so I decided try to fix it and contribute to the Blender project. Since then, I have done more than 1, 100 commits for grease pencil as a volunteer and I think it’s time to write my first blog entry.
The Future Of Storyboarding: Blender For Pre Production — Blender.org
Grease pencil has something very special, because you need to keep the feeling of a 2D animation inside a 3D environment, integrating these two worlds smoothly. But this challenge makes more exciting to work in an area that can change how 2D animation will work in the future.
Christmas is around the corner and the Hero open movie directed by Daniel M. Lara is on production for several weeks already, working in a daily basis with the Grease Pencil branch.
Working in a real production is the best way to fine tune a software and find the real artistic requirements as well as to polish workflows. Therefore the Hero open movie is a perfect way to improve grease pencil.
Blender 2d Animation: The Complete Guide To The Grease Pencil (paperback)
During these weeks the Hero team has requested a lot of new features and adjustments to adapt grease pencil to the production workflow. Sometimes the changes were simple modifications of default values but other times the changes were bigger like the multi frame editing falloff.
Let’s review some of these new features and changes we have been working on. Thanks to Daniel Lara and Matias Mendiola for providing the demonstration videos of this article.
When you are doing a 2D animation, it’s very common to need to redraw or touch several frames in order to get a smooth animation. You usually use the onion skinning available (I added support for more onion skinning modes too). The problem with onion skinning is that you can only “see” the animation, but you cannot edit the drawings.
Blender 2.79 Tutorial: Create A 3d Scene From 2d Art (beginner Friendly)
The Hero team requested a way to change multiple frames at the same time, so I developed a new multi frame edition mode that allows changing several frames at the same time. You can select the frames affected using the Dopesheet. This multi frame edition saves a lot of time to animators.
After thinking about the problem, Daniel came with the idea of a falloff effect. A few tests later, and I implemented a way to calculate a smooth transition for sculpted frames. Now, if you move the stroke some units in the current frame, the previous and next selected frames will also be affected, based on an interpolation curve.

With this approach you can get smooth transitions. And by adjusting the interpolation curve, a slow in/out effect can be now easily achieved.
Combining 2d And 3d To Create A Parallax Effect In Blender
The first step to implement this for grease pencil was to determine how to reuse the current infrastructure, while customizing it to the 2D requirements. I did an initial design and after a lot of trial and error, I got something that worked, but after some review by other developers, the initial design required some changes to keep better aligned with the general Blender modifiers design. Finally, with the help of Joshua (Leung), we got a better design and implementation.
Grease pencil has some special requirements that could be handled with modifiers. In some cases, however, the modifier was not modifying the stroke properties, as all 3D meshes modifiers do, but changing their look only.
To solve this “look only” modifiers, I designed the VFX modifiers, that work in a similar way to the Eevee viewport effects, affecting the look of the image of the grease pencil object. This is done using a full screen shader that works as a filter for the image. The VFX modifiers can be different for each object, so we can activate VFX blur for one object while keeping other objects sharp.
Go Back To Default 2d Animation Window
Lighting is a complex topic, especially when you are working with 2D elements in a 3D world. In 2D, the concepts of normals, faces and so on changes a little, so you need to find a way to mimic all these things in a 2D environment.
As real lighting was out of scope at this moment (it would require more work on Eevee which has its own priorities at the moment), I decided to implement some way of 2D lighting using a special VFX shader.

VFX can be applied to a single object and get cool effects, but this lighting has no relation with other objects. In the future, a full Eevee integration of grease pencil could be implemented, but for now, something is better than nothing.
How To Build A Blender Real Time Animation Pipeline
The main problem in the development was how to manage the light position and how to convert this to the 2D world. Finally, I got an algorithm to calculate the distance to an “invisible” plane represented by the strokes and after some debugging I got a good result.
The build modifier allows to animate the drawing of the strokes in a similar fashion of the Build modifier for 3D objects.
The simplify process was something you think is necessary from the first stages of the design, but it was one that shows how important it is to have real talented artists working in the development process.
Rigging 2d Character In Blender 2.82
The initial idea of this modifier was to use the same algorithm that I’ve used in my grease pencil add-on last year. I was investigating and the most used one was the Ramer–Douglas–Peucker algorithm. This algorithm takes a line and simplify it keeping as much as possible of the original shape.
The first implementation of the modifier worked using the RDP algorithm, but after several weeks, the Hero team requested a more simple way of “cleaning” the drawings, so I had to implement a simple way to remove a point for every 2 points. Finally, I added a parameter to apply recursively the fixed simplify logic to speed up cleaning.

This new simplify fixed mode was something that as developer I have never thought, but for artists, it shows up as a natural requirement for production workflow.
How Worthikids Makes Hit Animation With Blender
To be able to move some strokes of the same object in a free way was something that came to my mind thinking in how to move the eyebrows of a character without affecting other areas.
To solve tasks like this, the offset modifier is a great tool because you can filter by layer, pass index or vertex group, so you can apply any type of transformation to selected areas of the drawing or create cool effects as showed in the following video.
There were a lot of things that were modified during these past weeks that are not visible but have a lot of impact. Here, Joshua did a great job refactoring the to use the new depsgraph and align some parts to be ready to merge with 2.8 branch. I know these are not fancy areas, but we must thanks Joshua for his excellent work again. It’s never too much to remind that he is the original developer of grease pencil in Blender, and none of this would be possible without his work.
Master The Art Of Blender Animation
Blender 2.8 beta in
0 Comments
Posting Komentar