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 <[email protected]> > 2011/5/10 Yuniel Castro González <[email protected]>: > > > > 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 > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
