[Bf-committers] translate to 2.5

Agustin Benavidez agustinbenavidez at gmail.com
Tue May 10 06:30:55 CEST 2011


Right querry format:

"Hi, blah blah HELP blah blah, THANKS. "

Not being kind could lead to segmentation fault in this "translator engine".

Cheers.




2011/5/10 Campbell Barton <ideasman42 at gmail.com>

> 2011/5/10 Yuniel Castro González <ycastrog at estudiantes.uci.cu>:
> >
> > 1- nuobs = Create(10)
> *no equivalent*
>
> > 2- scn = Scene.getCurrent()
> scn = bpy.context.scene
>
> > 3- num = Blender.Noise.random()
> num = noise.random()
> num = random.random() # pythons random module.
>
> > 4- randobjects = Blender.Object.GetSelected()
> randobjects = bpy.context.selected_objects
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>


More information about the Bf-committers mailing list