Changes

Python Integration

177 bytes removed, 18:02, 2 December 2015
/* Transform Functions */
====subtract({{ArgTypeString}} label, {{ArgTypeString}} object_1, {{ArgTypeString}} object_2)====
''Example:subtract("Subtract_Object","Rect_Strip1",,"Rect_Strip2")''
Description: Creates a Boolean object named 'label' by subtracting object_2 from object_1. An error will be thrown if a Boolean object named 'label' already exists.
====union({{ArgTypeString}} label, {{ArgTypeString}} object_1, {{ArgTypeString}} object_2)====
''Example:union("Union_Object","Rect_Strip1",,"Rect_Strip2")''
Description: Creates a Boolean object named 'label' by unioning object_1 and object_2. An error will be thrown if a Boolean object named 'label' already exists.
====intersect({{ArgTypeString}} label, {{ArgTypeString}} object_1, {{ArgTypeString}} object_2)====
''Example:intersect("Intersection_Object","Rect_Strip1",,"Rect_Strip2")''
Description: Creates a Boolean object named 'label' by intersecting object_1 and object_2. An error will be thrown if a Boolean object named 'label' already exists.
====array({{ArgTypeString}} label, {{ArgTypeString}} object, {{ArgTypeAny}} x0x_count, {{ArgTypeAny}} y0y_count, {{ArgTypeAny}} z0z_count, {{ArgTypeAny}} nturnsx_spacing, {{ArgTypeAny}} radius_innery_spacing, {{ArgTypeAny}} radius_outerz_spacing)====
''Example:array("Helix_1Array_1",0"Rect_Strip_1",04,04,51,15"spacing",50"spacing",0)''
Description: Draws a helical curve in the scene under the currently activated Material Group node, Create or modifies a Helix if Helix 'label' already exists. radius_inner specifies the helix's radius at the beginning of the helix, and radius_outer specifies the radius at the end of the helixmodify an Array object.
====translate_by({{ArgTypeString}} label, {{ArgType| 3x1 Python tuple}} p0, {{ArgType| 3x1 Python tuple}} p1, ... {{ArgType| 3x1 Python tuple}} pn)====
831
edits