tornavis/source/blender/editors/armature
Campbell Barton d514b3b53b Cleanup: use explicit casts when assigning booleans to floats
While valid, this isn't so common and cppcheck warns about this,
use explicit casts to suppress the warning, also correct "true"
being assigned to a float value.
2024-04-01 22:20:09 +11:00
..
CMakeLists.txt Cleanup: Move armature_intern.h to C++ 2024-01-24 11:46:39 -05:00
armature_add.cc Cleanup: remove redundant checks for known states 2024-03-29 10:30:42 +11:00
armature_edit.cc Cleanup: Use C++ namespace for object editors module 2024-03-28 01:30:38 +01:00
armature_intern.hh Cleanup: Return Vector for View Layer objects and bases retrieval 2024-01-24 18:18:14 +01:00
armature_naming.cc Anim: fix bug in name uniqueness check for editbones 2024-03-22 15:21:36 +01:00
armature_ops.cc Cleanup: Move armature_intern.h to C++ 2024-01-24 11:46:39 -05:00
armature_relations.cc UI: Removal of Five Operator Confirmations 2024-03-29 01:09:15 +01:00
armature_select.cc Cleanup: Use C++ namespace for object editors module 2024-03-28 01:30:38 +01:00
armature_skinning.cc Cleanup: Use C++ namespace for object editors module 2024-03-28 01:30:38 +01:00
armature_utils.cc Cleanup: Move BKE_idprop.h to C++ 2024-03-26 13:07:04 -04:00
bone_collections.cc Cleanup: Use C++ namespace for object editors module 2024-03-28 01:30:38 +01:00
editarmature_undo.cc Cleanup: Move BKE_idprop.h to C++ 2024-03-26 13:07:04 -04:00
meshlaplacian.cc Cleanup: Use C++ namespace for object editors module 2024-03-28 01:30:38 +01:00
meshlaplacian.h Clang Format: bump to version 17 2024-01-03 13:38:14 +01:00
pose_edit.cc Cleanup: Use C++ namespace for object editors module 2024-03-28 01:30:38 +01:00
pose_lib_2.cc Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
pose_select.cc Cleanup: Use C++ namespace for object editors module 2024-03-28 01:30:38 +01:00
pose_slide.cc Cleanup: use explicit casts when assigning booleans to floats 2024-04-01 22:20:09 +11:00
pose_transform.cc Refactor: Use C++ Vector for RNA/context collection retrieval 2024-03-27 00:47:39 +01:00
pose_utils.cc Cleanup: Move BKE_idprop.h to C++ 2024-03-26 13:07:04 -04:00