Commit Graph

15 Commits

Author SHA1 Message Date
985e6178b4 Remove extraneous includes from texture.h. 2025-10-10 18:39:16 +02:00
8ba4656ea3 Compile out editor-only logic within validate_property in games 2025-06-12 12:54:19 +08:00
713ed59a77 Remove unnecessary _validate_property() calling 2025-06-03 21:57:36 +08:00
143db328e7 Fix cases where _get returned true erroneously 2025-04-25 19:06:09 +02:00
f5b49af99f Add RetargetModifier3D for realtime retarget to keep original rest 2024-11-18 22:44:55 +09:00
12571a1e95 Match the coding style for concatenating String 2024-06-09 18:35:23 +09:00
334449df70 [Animation] Expose SkeletonProfile.set/is_required 2024-03-30 20:57:55 +01:00
96a95cb974 Add const lvalue ref to container parameters 2024-01-05 14:49:57 -03:00
d95794ec8a One Copyright Update to rule them all
As many open source projects have started doing it, we're removing the
current year from the copyright notice, so that we don't need to bump
it every year.

It seems like only the first year of publication is technically
relevant for copyright notices, and even that seems to be something
that many companies stopped listing altogether (in a version controlled
codebase, the commits are a much better source of date of publication
than a hardcoded copyright statement).

We also now list Godot Engine contributors first as we're collectively
the current maintainers of the project, and we clarify that the
"exclusive" copyright of the co-founders covers the timespan before
opensourcing (their further contributions are included as part of Godot
Engine contributors).

Also fixed "cf." Frenchism - it's meant as "refer to / see".
2023-01-05 13:25:55 +01:00
96ee320fb7 Changed the rest definition of SkeletonProfileHumanoid thumb 2022-09-18 06:28:53 +09:00
c7e4eeb8a4 Add simple auto mapping to BoneMapper
Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>
2022-08-23 16:43:33 +09:00
1a24c9e14b Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
dde235ad82 add position track normalization & post process key value for retarget 2022-07-26 18:48:08 +09:00
f3af3aedfe add rest fixer to importer retarget 2022-07-16 19:53:11 +09:00
dc43cfc830 implement bone renamer in importer 2022-07-01 03:55:28 +09:00