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
[#26046] Error: executing addon_add_object.py
Date:
2011-02-12 10:43
Priority:
3
State:
Closed
Submitted by:
Peter K.H. Gragert (
pkhg
)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Python
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
Error: executing addon_add_object.py
Detailed description
C:\BlenderSVN\install\win32-vc>blender.exe
found bundled python: C:\BlenderSVN\install\win32-vc\2.56\python
Traceback (most recent call last):
File "addon_add_object.py", line 53, in execute
File "addon_add_object.py", line 36, in add_object
File "C:\BlenderSVN\install\win32-vc\2.56\scripts\addons\modules\add_utils.py", line 85, in add_object_data
obj_new.update()
AttributeError: 'Object' object has no attribute 'update'
location:<unknown location>:-1
location:<unknown location>:-1
Followup
Message
Date
: 2011-02-12 10:53
Sender
:
Campbell Barton
fixed r1586. use update_tag()
Attached Files:
No Files Currently Attached
Changes:
Field
Old Value
Date
By
status_id
Open
2011-02-12 10:53
campbellbarton
close_date
None
2011-02-12 10:53
campbellbarton
assigned_to
none
2011-02-12 10:53
campbellbarton
details
C:\\BlenderSVN\\install\\win32-vc>blender.exe found bundled python: C:\\BlenderSVN\\install\\win32-vc\\2.56\\python Traceback (most recent call last): File "addon_add_object.py", line 53, in execute File "addon_add_object.py", line 36, in add_object File "C:\\BlenderSVN\\install\\win32-vc\\2.56\\scripts\\addons\\modules\\add_utils.py", line 85, in add_object_data obj_new.update() AttributeError: \'Object\' object has no attribute \'update\' location:<unknown location>:-1 location:<unknown location>:-1
2011-02-12 10:53
campbellbarton
Status
New
2011-02-12 10:53
campbellbarton