virtualx-engine/scene/animation
Micky 59e11934d8 Rename str2var to str_to_var and similar
Affects the Math class, a good chunk of the audio code, and a lot of other miscellaneous classes, too.

- `var2str` -> `var_to_str`
- `str2var` -> `str_to_var`
- `bytes2var` -> `bytes_to_var`
- `bytes2var_with_objects` -> `bytes_to_var_with_objects`
- `var2bytes` -> `var_to_bytes`
- `var2bytes_with_objects` -> `var_to_bytes_with_objects`
- `linear2db` -> `linear_to_db`
- `db2linear` -> `db_to_linear`
- `deg2rad` -> `deg_to_rad`
- `rad2deg` -> `rad_to_deg`

- `dict2inst` -> `dict_to_inst`
- `inst2dict` -> `inst_to_dict`
2022-08-26 14:58:22 +02:00
..
animation_blend_space_1d.cpp Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
animation_blend_space_1d.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
animation_blend_space_2d.cpp Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
animation_blend_space_2d.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
animation_blend_tree.cpp Merge pull request #63802 from TokageItLab/curve-transition 2022-08-22 22:30:09 +02:00
animation_blend_tree.h Merge pull request #63802 from TokageItLab/curve-transition 2022-08-22 22:30:09 +02:00
animation_node_state_machine.cpp added Curve in animation node transition for better control over cros… 2022-08-18 08:17:30 +09:00
animation_node_state_machine.h added Curve in animation node transition for better control over cros… 2022-08-18 08:17:30 +09:00
animation_player.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
animation_player.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
animation_tree.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
animation_tree.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
easing_equations.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
root_motion_view.cpp Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05:00
root_motion_view.h Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
SCsub Refactor and move easing equations 2021-09-24 13:47:13 +02:00
tween.cpp Fix Quaternion Tween and implement ease baker 2022-08-22 19:04:58 +09:00
tween.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00