Only search projects.blender.org
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
Date
: 2011-01-13 17:00
Sender
:
Campbell Barton
fixed in svn. r34300.
Attached Files:
No Files Currently Attached
Changes:
Field
Old Value
Date
By
status_id
Open
2011-01-13 17:00
campbellbarton
close_date
None
2011-01-13 17:00
campbellbarton
assigned_to
kazanbas
2011-01-13 17:00
campbellbarton
Status
Investigate
2011-01-13 17:00
campbellbarton
Category
None
2011-01-11 04:41
campbellbarton
Status
New
2011-01-11 04:41
campbellbarton