Age | Commit message (Collapse) | Author |
|
|
|
EricEzaM/improvement/editor-log-better-button-style
|
|
|
|
akien-mga/editor-properties-array-dict-clean-button_add_item
|
|
|
|
|
|
Fixes #59152.
|
|
|
|
|
|
|
|
This also mentions that the signal is potentially emitted every frame,
which can have performance implications.
|
|
Remove generating of null comparison operators from documentation
|
|
|
|
|
|
Improve documentation for NodePath and StringName
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make `-q` CLI argument toggle quiet stdout instead of quitting
|
|
Fix `D_GGX` code which can cause `divide-by-zero`
|
|
|
|
|
|
When given roughness is lower than 0.01, d value in original code will
be zero. This can make last return value as NAN because of
divide-by-zero. This is well addressed in issue #56373.
Modified code is referenced on D_GGX function of google/filament
(https://github.com/google/filament/blob/main/shaders/src/brdf.fs#L54-L79)
Signed-off-by: snowapril <sinjihng@gmail.com>
|
|
`-q` is a common toggle in a command line applications for quiet mode
(see apt or dnf for examples). In contrast, `--quit` isn't needed
as often.
|
|
|
|
Scope Changes for some variables.
|
|
`--profile-gpu` was renamed to `--gpu-profile` for consistency with
`--gpu-abort`.
This also updates the shell completion files to the latest `master`
branch.
|
|
|
|
|
|
- Use a different color for freelook and zoom speed bars.
- Use an outline for the text to make it readable on any background.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|