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.
 

Attached Files:

No Files Currently Attached

Changes:

Field Old Value Date By
assigned_toblendix2011-03-03 14:55campbellbarton
status_idOpen2011-03-03 14:55campbellbarton
close_dateNone2011-03-03 14:55campbellbarton
assigned_tocampbellbarton2011-03-03 14:55campbellbarton
StatusInvestigate2011-03-03 14:55campbellbarton
assigned_tonone2011-03-03 13:43ton
StatusNew2011-03-03 13:43ton