Files
test/source/blender/blenkernel
Philipp Oeser 15c433d7d5 Fix: Missing UI context members after recent refactor
Caused by 7d7e90ca68.

When accessing context members from the windowmanager context
(`C->wm.store` which is mainly used for UI related stuff) the above
commit broke behavior in `CTX_store_ptr_lookup` in that it changed and
would **always** return NULL if no type is passed in. The call to
`CTX_store_ptr_lookup` from `ctx_data_get` **always** passes in NULL
though.

Accessing other context members survived since they take a different
code path in `ctx_data_get` and dont use `CTX_store_ptr_lookup`.

Now also return the entry if a NULL type was passed as it was before.

Fixes T103370, T103405, T103417

Differential Revision: https://developer.blender.org/D16840
2022-12-22 16:14:41 -05:00
..
2022-02-11 10:28:59 +01:00
2022-11-01 12:24:58 +11:00
2022-11-12 12:14:09 -06:00
2022-05-06 13:33:23 +02:00
2022-11-12 18:33:31 +01:00
2022-11-16 17:54:51 -06:00
2022-06-03 15:08:11 +10:00
2022-09-15 19:13:13 +02:00
2022-09-16 18:14:33 +10:00
2022-10-05 13:48:01 -05:00
2022-10-19 12:52:55 +11:00
2022-02-11 09:14:36 +11:00
2022-09-21 12:00:01 +10:00
2022-09-16 18:14:33 +10:00
2022-10-05 13:48:01 -05:00
2022-10-06 10:49:24 -05:00
2022-12-15 09:37:02 +11:00
2022-10-06 10:49:24 -05:00
2022-08-30 16:22:49 +10:00
2022-12-18 14:40:30 -06:00