Showing posts with label 3D animation. Show all posts
Showing posts with label 3D animation. Show all posts

Tuesday, April 24, 2018

Everything You Need To Know About 3D Modelling

These series of updated articles aim to provide you with everything you need to know about on 3D modelling and graphics. In 3D graphics, elements are visualized by creating three-dimensional models out of them. The final image is rendered from a virtual scene that utilizes several elements which are familiar from real life such as lights, materials and cameras. 3D graphics can be seen in multiple different forms such as an image, an animation or real time visualization inside of a computer game. If you are interested in a career in animation or gaming then this series is especially relevant for you!

We recommend reading this articles in the order presented if you are a beginner, however they are designed in such as way as that they are relatively independent of each other.

Select an area of 3D modelling to get started...




The creation of 3D graphics is a complicated process and therefore is, in my opinion, easier to understand when discussed in small pieces, hence this 8 article series. we hope that you find it useful and as always we welcome your feedback.



Thursday, October 6, 2016

Read Blender Animation Basics Now

Title Image
Finished animation

What is animation in blender?

Animation is making an object move or change shape over time. You would use animation in blender for very obvious reasons such as making a character walk, run, crouch. making an object move around in your scene. Animating a scene so it becomes entertaining...etc. Objects can be animated in many ways. 

Moving as a whole object 

Changing their position, orientation or size in time.

Deforming them 

Animating their vertices or control points.

Character Animation via Armature 

Animated to deform by the movement of bones inside the mesh if you use a human model, a very complex and flexible interaction that makes character-shaped objects appear to walk and jump.

In this chapter we will cover the first two, but the basics given here are actually vital for understanding the following chapters as well. Three methods are normally used in animation software to make a 3D object move:

Key frames 

Complete positions are saved for units of time (frames). An animation is created by interpolating an object fluidly through the frames. The advantage of this method is that it allows you to work with clearly visualized units. The animator can work from one position to the next and can change previously created positions, or move them in time.

Animation Curves 

Curves are interpolated from keyframes, and can be drawn for each XYZ component for location, rotation, and size, as well as any other attribute in Blender. These form the graphs for the movement, with time set out horizontally and the value set out vertically. The advantage of this method is that it gives you precise control over the results of the movement.

Path

A curve is drawn in 3D space, and the Object is constrained to follow it according to a given time function of the position along the path.

The first two systems in Blender are completely integrated in a single one, the F-Curve system.

In Blender 2.5x, everything can now be animated. Previously, only certain datablock had the ability to be keyframed. Now users have the ability to animate nearly any type of data that can be changed to multiple values.

How to animate in blender

Go to scene editor and select animation. This is located at the top of the screen.

scene editor
scene editor
You should get a layout like as follows

layout of animation
layout of animation

2. Find any free space and press "I" then select LocRotScale and this should open up a tab that looks like this. We use this as it allows us to move the object more easily. 

Location/Rotation/Scale
LocRotScale

3. Next go to your timeline and select frame 10

10 Frames
timeline ten frames

Then move your object along the axis by pressing G + Y then move it to your desired location

moving an object on frame 10
moving object frame 10

Then press I and this will complete your keyframe

4. Now select frame 20 and move your object further down the axis rotate it as well by pressing "R" and moving it

moving object on frame 20
moving object 20 frames

timeline 20
timeline 20

5. Continue these steps until you have at least 100 frames then move the amount of frames down to 100

6. Next you go to the render tab and select render animation

7. Next press Ctrl +F11 and that will play your animation. That is your animation completed.