Blender V2.61 - r43446
Classes | Functions | Variables

rna_array Namespace Reference

Classes

class  TestArray
class  TestMArray

Functions

def rand_int
def rand_float
def rand_bool
def make_random_array
def make_random_2d_array
def make_random_3d_array
def prop_to_list
def suite

Variables

 test = bpy.data.test

Function Documentation

def rna_array::make_random_2d_array (   dimsize,
  rand_func 
)

Definition at line 258 of file rna_array.py.

def rna_array::make_random_3d_array (   dimsize,
  rand_func 
)

Definition at line 268 of file rna_array.py.

def rna_array::make_random_array (   len,
  rand_func 
)

Definition at line 251 of file rna_array.py.

def rna_array::prop_to_list (   prop)

Definition at line 281 of file rna_array.py.

def rna_array::rand_bool ( )

Definition at line 248 of file rna_array.py.

def rna_array::rand_float ( )

Definition at line 245 of file rna_array.py.

def rna_array::rand_int ( )

Definition at line 242 of file rna_array.py.

def rna_array::suite ( )

Definition at line 292 of file rna_array.py.


Variable Documentation

rna_array::test = bpy.data.test