[Bf-committers] translate to 2.5

2011-05-09 Thread Yuniel Castro González
1- nuobs = Create(10) 2- scn = Scene.getCurrent() 3- num = Blender.Noise.random() 4- randobjects = Blender.Object.GetSelected() -- Yuniel ___ Bf-committers mailing list Bf-committers@blender.org

Re: [Bf-committers] translate to 2.5

2011-05-09 Thread Dan Eicher
2011/5/9 Yuniel Castro González ycast...@estudiantes.uci.cu: 1- nuobs = Create(10) 2- scn = Scene.getCurrent() 3- num = Blender.Noise.random() 4- randobjects = Blender.Object.GetSelected() -- Yuniel ___ Bf-committers mailing list

[Bf-committers] translate to 2.5

2011-05-09 Thread Yuniel Castro González
1- nuobs = Create(10) 2- scn = Scene.getCurrent() 3- num = Blender.Noise.random() 4- randobjects = Blender.Object.GetSelected() 1- ? 2- ? 3- ? 4- ? Yuniel ___ Bf-committers mailing list Bf-committers@blender.org

Re: [Bf-committers] translate to 2.5

2011-05-09 Thread Campbell Barton
2011/5/10 Yuniel Castro González ycast...@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 =

Re: [Bf-committers] translate to 2.5

2011-05-09 Thread Agustin Benavidez
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 ideasma...@gmail.com 2011/5/10 Yuniel Castro González ycast...@estudiantes.uci.cu: 1- nuobs = Create(10) *no