System Information
Operating system: Win 10
Graphics card: gtx1080
Blender Version
Broken: b28 March 12, 14:38:10 - 936014ea8c74
Access violation when trying to access C.evaluated_depsgraph_get().view_layer_eval.depsgraph. Crash occurs when trying to list the members of view_layer_eval in an evaluated depsgraph. Looks like the member depsgraph is causing it. All member names not staring with d lists fine. When doing dir(C.evaluated_depsgraph_get().view_layer_eval) it tells me depsgraph is the only member starting with d in this namespace.
Exact steps for others to reproduce the error
- Open interactive console and type the below. The last line should crash.
deg = C.evaluated_depsgraph_get() deg.view_layer_eval.depsgraph
See attached redundant gif.
I even made a blend file. Just hit ctrl+space