Advertisement

You're blocking ads, which pay for BlenderNation. Read about other ways to support us.

Simple grease pencil for whishes video

1

Roberto writes:

Hello today I wanted to present to you a video made for the 2021 wishes of a cooperative NGO which operates in French schools and high schools

This is an example of using grease pencil with the modifiers: build (grow and fade) and noise. Of course the sound-image editing was done with the blender VSE :-)

This video is 100% made with Blender !

The text is animated with animation node (AND always crashes when rendering I use a small script that works very well that I found here),

Thank you

About the Author

I am a graphic designer and I regularly use blender in my projects for more than ten years.

1 Comment

  1. An exemple of script for render animation as images sequences :

    import bpy

    for step in range(1, 100):

    bpy.context.scene.frame_set(step)
    bpy.data.scenes["Scene"].render.filepath = 'd:/3D RENDER/2019 01 13/image.jpg_%d.jpg' % step
    bpy.ops.render.render( write_still=True )

Leave A Reply

To add a profile picture to your message, register your email address with Gravatar.com. To protect your email address, create an account on BlenderNation and log in when posting a message.

Advertisement

×