This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Julian Eisel b9e54566e3 Cleanup: Add & use enum value for ID Outliner element type
Code to check if the Outliner tree-element type was the general ID one
would always check against "0" (explicity or even implicitly). For
somebody unfamiliar with the code this is very confusing. Instead the
value should be given a name, e.g. through an enum.

Adds `TSE_SOME_ID` as the "default" ID tree-element type. Other types
may still represent IDs, as I explained in a comment at the definition.

There may also still be cases where the type is checked against "0". I
noted in the comment that such cases should be cleaned up if found.
2021-03-05 17:46:33 +01:00
..
2021-03-05 16:56:14 +01:00
2021-02-17 16:26:24 +01:00
2021-02-20 15:35:00 +11:00
2021-02-14 20:58:04 +11:00
2021-03-04 16:58:03 +11:00
2021-02-15 19:03:32 +01:00
2021-03-05 14:44:28 +11:00
2021-02-26 16:55:58 +11:00