Maniphest T76634

blender has crase
Closed, Duplicate

Assigned To
None
Authored By
emanuel chrysmas (noel)
May 11 2020, 9:10 AM
Tags
  • BF Blender
Subscribers
Ankit Meel (ankitm)
emanuel chrysmas (noel)

Description

hello, can you help me? my blender application has crased / error..
the blender send me message on board :

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\startup\bl_operators\wm.py", line 525, in execute
  value = context_path_validate(context, data_path)
File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\startup\bl_operators\wm.py", line 84, in context_path_validate
  value = eval("context.%s" % data_path) if data_path else Ellipsis
File "<string>", line 1, in <module>

AttributeError: 'SpaceView3D' object has no attribute 'context'

location: <unknown location>:-1

can you fix it>

Event Timeline

emanuel chrysmas (noel) created this task.May 11 2020, 9:10 AM

hello, can you help me? my blender application has crased / error..
the blender send me message on board :

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\startup\bl_operators\wm.py", line 525, in execute
  value = context_path_validate(context, data_path)
File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\startup\bl_operators\wm.py", line 84, in context_path_validate
  value = eval("context.%s" % data_path) if data_path else Ellipsis
File "<string>", line 1, in <module>

AttributeError: 'SpaceView3D' object has no attribute 'context'

location: <unknown location>:-1

can you fix it?

Ankit Meel (ankitm) closed this task as a duplicate of T76632: how to fix traceback attribute error in blender.May 11 2020, 9:18 AM
Ankit Meel (ankitm) added a subscriber: Ankit Meel (ankitm).