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
[#26271] Crash when accessing bpy.data.node_groups
Date:
2011-03-02 23:40
Priority:
3
State:
Closed
Submitted by:
Tom Edwards (
artfunkel
)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Python
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
Crash when accessing bpy.data.node_groups
Detailed description
Just switch to the console and enter bpy.data.node_groups. Blender always crashes.
Followup
Message
Date
: 2011-03-03 13:43
Sender
:
Ton Roosendaal
Campbell: crash is in python/intern/bpy_rna.c: pyrna_prop_repr()
After PYRNA_PROP_CHECK_OBJ(self) it assumes *id is set, but it's NULL, without proper check for it.
Date
: 2011-03-03 14:55
Sender
:
Campbell Barton
my bad, fixed r35330.
Attached Files:
No Files Currently Attached
Changes:
Field
Old Value
Date
By
assigned_to
blendix
2011-03-03 14:55
campbellbarton
status_id
Open
2011-03-03 14:55
campbellbarton
close_date
None
2011-03-03 14:55
campbellbarton
assigned_to
campbellbarton
2011-03-03 14:55
campbellbarton
Status
Investigate
2011-03-03 14:55
campbellbarton
assigned_to
none
2011-03-03 13:43
ton
Status
New
2011-03-03 13:43
ton