Blender  V2.59
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 
)
def rna_array::make_random_3d_array (   dimsize,
  rand_func 
)
def rna_array::make_random_array (   len,
  rand_func 
)
def rna_array::prop_to_list (   prop)
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.

References rand_int().

def rna_array::rand_int ( )

Definition at line 242 of file rna_array.py.

Referenced by rand_float(), and rna_array::TestArray::test_assign_item().

def rna_array::suite ( )

Definition at line 292 of file rna_array.py.


Variable Documentation

rna_array::test = bpy.data.test