Age | Commit message (Collapse) | Author |
|
|
|
|
|
This also renames the Static Lightmaps option hint to be more explicit
about which GI techniques are supported (as VoxelGI/SDFGI can still
be used with Static Lightmaps).
|
|
|
|
|
|
|
|
Remove unnecessary locale length checks.
Add "C" -> "en" locale remap.
|
|
|
|
|
|
|
|
|
|
editor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tooltip
|
|
|
|
|
|
|
|
|
|
Since internal references are often written in scripts, it makes sense
to use a fixed-width font for them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These default to Ctrl + N and Ctrl + Shift + N respectively,
and will only work while the script editor is focused.
When the script editor is not focused, a new scene
(or inherited scene) will be created instead.
|
|
|
|
|
|
|
|
|
|
|
|
These are not used consistently and some can conflict with
system-specific defines. While here, also delete some unused macros.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A common source of errors is to call functions (such as round()) expecting them to work in place, but them actually being designed only to return the processed value. Not using the return value in this case in indicative of a bug, and can be flagged as a warning by using the [[nodiscard]] attribute.
|
|
|
|
Fix Asset Library UX when an asset is being downloaded
|
|
|