Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Add bitwise operators to `VisualShaderNodeIntOp`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add drag and drop to TextEdit
|
|
Automatically add root node when drag-and-dropping in 3D editor
|
|
|
|
Remove `default_env.tres` from generating in new projects
|
|
Calinou/basematerial3d-texture-auto-roughness-metallic
Set roughness/metallic to 1 when assigning a texture in BaseMaterial3D
|
|
AABB: Improve docs and test for `has_point`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Contrarily to the 2D Rect2i counterpart, it doesn't make much sense in 3D
and for floating-point AABBs to exclude points on some of its faces.
|
|
Print warnings when using a Rect2 or AABB with a negative size
|
|
|
|
|
|
|
|
|
|
ChristopheClaustre/bugfix_shader_compile_spirv_from_source
|
|
|
|
|
|
|
|
Skip `script` property in remote object property list
|
|
Fixed gizmo bug when `Skeleton3DEditor` is re-generated
|
|
|
|
Fixed minimum size of `AABB` in `ImmediateMesh` to draw only one vertex
|
|
|
|
|
|
|
|
|
|
Calinou/fileaccess-get-modified-time-silence-error
|
|
|
|
This error message was often displayed for no good reason when PCK
files were loaded in the editor.
Since file modification dates are secondary metadata, it's not
very important if it can't be retrieved successfully anyway.
|
|
|
|
|