Log In
New Account
Home My Page Projects Blender 2.x BF release
Summary Activity Tracker SCM Files

Blender 2.6 Bug Tracker: Browse

[#25578] assigning to multi-dimensional arrays fails

Date:
2011-01-11 04:40
Priority:
3
State:
Closed
Submitted by:
Campbell Barton (campbellbarton)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Python
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
 
Summary:
assigning to multi-dimensional arrays fails
Detailed description
- add a cube
- add a uv layer

Run this in the python console.
bpy.data.meshes["Cube"].uv_textures[0].data[0].uv[0][0] = 10.0
print(bpy.data.meshes["Cube"].uv_textures[0].data[0].uv[0][0])

value remains unchanged.

Followup

Message
 

Attached Files:

No Files Currently Attached

Changes:

Field Old Value Date By
status_idOpen2011-01-13 17:00campbellbarton
close_dateNone2011-01-13 17:00campbellbarton
assigned_tokazanbas2011-01-13 17:00campbellbarton
StatusInvestigate2011-01-13 17:00campbellbarton
CategoryNone2011-01-11 04:41campbellbarton
StatusNew2011-01-11 04:41campbellbarton