bm-5100-PictureCube

bm-5100-PictureCube

The picture cube allows easy addition of images to a spinning cube.
=== suggested prerequisites =========

Basic Blender Navigation
Python lists and arrays
python simple array

======================

  1. get 1st picture locaton.
    – name will be p1
  2. the data comes back in an array (x,y,z) so we need to find out how to break our each component.

===================
reference

>>> object.location
Vector((-2.609607696533203, -3.618044137954712, 1.8581657409667969))

>>> object.rotation_euler
Euler((-0.6668576598167419, 0.697817325592041, -1.8853096961975098), 'XYZ')

>>> object.scale
Vector((1.2768771648406982, 1.4246054887771606, 0.6418209

.