Personnalisez votre intro Metro Goldwyn Mayer
Accueil > Linux / Logiciels Libres > Blender
Blender
Mes petits travaux de débutant Blender. Voici quelques liens très interessants :
-
Votre Intro à la MGM
1er juillet 2013, par Yann -
Openshot : How to create animated 3D title with Blender
1er novembre 2012, par YannRéaliser des titres animés pour OpenShot à l’aide de Blender
Retrouvez les explications complètes dans Linux Pratique 77
http://www.ed-diamond.com/feuille_lpra77/index.html Zip file of the animated title Softtext.zip Animation Idea and automation
The first thing to do consists in creating an title animation with Blender. You can grab ideas all over the net. Just make a beautiful title in 3D wich is animated .
After that, you need to automate it using the API of (...) -
Animated titles for OpenShot
19 septembre 2012, par YannFalling softbody text
More infos on the original blend file here : See article Softtext.zip World Map Realistic
More infos on the original blend file here : See article openshot_earthvmap2.zip Exploding Text
More infos on the original blend file here : See article explode_for_openshot.zip Space Movie Intro
More infos on the original blend file here : See article spacemovie_intro_for_openshot.zip Dissolving Text
More infos on the original blend (...) -
Sound Visualizer
8 septembre 2012, par YannSound Visualizer avec Blender
Exemple de test de la fonction Bake Sound to F-Curves Fichier Blend Version intermédiaire du projet Fichier Blend
Code source python de la génération de la matrice de barres import bpy
rows = 5 columns = 5
r = 0 c = 0
def spiral(X, Y) : x = y = 0 dx = 0 dy = -1 for i in range(max(X, Y)**2) : if (-X/2 < x <= X/2) and (-Y/2 < y <= Y/2) : print(x,y) (...) -
Café gourmand
25 avril 2012, par YannCafé gourmand
Petite scène Blender qui m’a permis de comprendre et d’utiliser de nombreux outils du logiciel. Elle est le résultat des vidéos des tutoriels suivants que j’ai adaptés à mon goût : http://vimeo.com/16010306 http://vimeo.com/16010777
Cela m’a permis de mettre en oeuvre notamment les outils suivants : modélisation avec différents types de modificateur système de particules (hair) mode Sculpt Node editor pour le « floutage » de l’arrière plan
Fichier Blender Blend file (...) -
20th Century Fox Opening
28 mars 2012, par YannAutomatisation de création d’une ouverture type « 20th Century Fox »
-
Dissolve Text Animation
28 mars 2012, par YannDissolve Text animation
Le tutoriel original est ici http://blenderdiplom.com/index.php/...
Ce fichier nécessite la version 2.62 de blender.
Attention si vous utiliser la version SVN de blender, à partie de l’API 2.62.2 il faut modifier la ligne suivante dans le script : #NbQuads = len(ActiveObjectText.data.faces) NbQuads = len(ActiveObjectText.data.polygons.values()) #API 2.62.2
le script suivant, accompagné du fichier blender permet de générer une animation. -
SoftBody Text animation
10 mars 2012, par YannUne animation permettant de tester la librairie Bullet (http://bulletphysics.org/wordpress/) utilisée par Blender... SoftBody Text animation
La librairie (http://bulletphysics.org/wordpress/) est utilisée dans Blender pour la simulation physique. Dans cette exemple, on va laisser tomber un texte sur un cylindre. Le script créé permet d’automatiser un exemple issu de http://blenderartists.org/forum/sho... Fichier Blender import bpy from bpy.props import * from math import pi (...) -
Text Explode Addon
10 mars 2012, par YannPremier test d’écriture d’Addon pour Blender en python. Text Explode Addon
Premier test de scripting python pour Blender. J’ai utilisé la page suivante http://blenderclan.tuxfamily.org/ht... en guise de mini formation, ensuite parcours du web et de l’API Blender pour répondre aux choses plus spécifiques : http://www.blender.org/documentatio... http://blenderartists.org/forum/ http://blenderclan.tuxfamily.org/ht... http://www.blenderaddons.com/home.php
Le but de cette addon est (...) -
Générique StarWars / SoftWars
10 mars 2012, par YannCréation d’un générique d’ouverture du type StarWars.