Download Subject: Scripts, Programación Python

Document related concepts
no text concepts found
Transcript
Niel3D
Subject: Scripts, Programación Python
Topic: Python para Blender 2.64
Re: Python para Blender 2.64
Enviado por : ofuscado
Date: 9/12/2012 14:46:06
This Post was from:: http://niel.seyanim.com/niel3/modules/newbb/viewtopic.php?post_id=7245
python no admite tabulaciones, suele usarse 4 espacios:
Para que funcione tiene q estar activado el Enable html tags
import bpy
usuarios = ["soliman","warcos","Howarto","kudeng"]
for i in usuarios:
print("Hola usuario: " + str(i))
Para probar ese script copiar y pegar en la consola de python de blender y presionar 2 veces enter.
http://niel.seyanim.com/niel3
5/6/2017 6:00:46 - 1