Now only support linking to other linked datablocks, at least for all the cases I found that affect brush assets. Mainly affects ID template and operators like new texture.
I restricted the…
This was just restoring some code from main, fixed there: ad18fe673e57b891eb3f9e4d08c3915c64a23675
I don't think it's needed. I consider that tag a cached value to avoid file access in some operator poll functions, not something that Python code needs to access.
I think the general direction of this change is fine.
I have one big concern with current code: it seems to imply that these new linked 'editable' IDs can use local IDs. This is currently…
I've put this as a commit in our Gitea fork now.
479d52dabf
That way we avoid having to maintain a copy of the locale…
use_shadow
RNA property
Can we move use_shadow
to the light base class in RNA, so that this can change from BL::PointLight to BL::Light?
This will need changes in build_files/cmake/platform/platform_win32.cmake
and source/creator/CMakeLists.txt
as well. Though @LazyDodo usually does them.