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?