Blender (jusqu'à 2.49)
Python 
macros pour rendre smooth 
tout un groupe d'objets meshes
    Début   Index
précédentScript Python
macro pyhton Suivant

Télécharger le script :Object_selectedmesh2smooth.py

#!BPY

""" Registration info for Blender menus: <- these words are ignored
Name: 'Mesh objects to smooth'
Blender: 237
Group: 'Object'
Tip: 'Force all selected meshes objects to be completly smoothed'
"""
"""
(c) jm soler 21/09/2006
""" 
import Blender
MESHES=[OBJ.getData() for OBJ in Blender.Object.GetSelected() if OBJ.getType()=='Mesh']
for M in MESHES :
    for F in M.faces :
        F.smooth=1
    M.update() 

précédentScript Python
 macro pyhton Suivant
Vers le  Haut de page

Les questions concernant cette page  peuvent être posées sur  :
 news://news.zoo-logique.org/3D.Blender

Livre en français
Blender : apprenez, pratiquez, Créez, livre, Ed. Campus Press, coll. Starter Kit
Blender Starter Kit

Forum
FAQ
Lexique
Didacticiels
Compilations
Blender2KT
Débuter
Modelage
Blender python
Materiaux
Lumière
Animation
API python (eng)
Archives nzn
Statistiques
Doc flash Sculptris
Galerie Sculptris

mon site de démos sur youtube