tornavis/source/blender/editors/armature
Lukas Toenne 854f99b31e Fix #36663, Bone properties sometimes vanish when mousing into properties window.
Active edit bone was cleared from armature after each file save, even though the edit data is not actually freed then. Without the active edit bone the poll functions for bone panels fail.
2013-09-09 06:31:30 +00:00
..
BIF_generate.h define the size of matrix args for both rows/cols. 2012-12-11 14:29:01 +00:00
BIF_retarget.h style cleanup: graph & armature 2012-05-08 20:18:33 +00:00
CMakeLists.txt move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
SConscript remove redundant includes from cmake and scons. 2013-05-30 02:16:22 +00:00
armature_add.c Fix #35997: add armature > single bone, then change location or rotation would 2013-07-04 14:59:26 +00:00
armature_edit.c adjust createSpaceNormalTangent so it can take values from a matrix without having to negate the plane first. 2013-07-25 12:07:55 +00:00
armature_intern.h patch [#35789] Quick hack select more/less tool for armatures 2013-07-19 10:51:54 +00:00
armature_naming.c code cleanup: use `const char` for args and replace wm_keyconfig_list_find() -> BLI_findstring() 2013-04-13 04:28:04 +00:00
armature_ops.c patch [#35789] Quick hack select more/less tool for armatures 2013-07-19 10:51:54 +00:00
armature_relations.c adjust createSpaceNormalTangent so it can take values from a matrix without having to negate the plane first. 2013-07-25 12:07:55 +00:00
armature_select.c code clenup: remove benchmarking left in by accident and GPU print, also some minor style edits 2013-08-06 02:47:47 +00:00
armature_skinning.c Made armatures evaluation safe for threading 2013-08-19 10:14:22 +00:00
armature_utils.c Fix #36663, Bone properties sometimes vanish when mousing into properties window. 2013-09-09 06:31:30 +00:00
editarmature_generate.c remove nan copyrights from code added since blender become opensource (copy paste errors), also remove BKE_script.h 2013-07-02 10:14:59 +00:00
editarmature_retarget.c Fix #35240: command line -t number of threads option did not work for cycles. 2013-05-08 13:23:17 +00:00
editarmature_sketch.c rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done() 2013-05-08 12:58:11 +00:00
meshlaplacian.c when the size of an edgehash is known or can be guessed, 2013-08-24 13:47:57 +00:00
meshlaplacian.h remove nan copyrights from code added since blender become opensource (copy paste errors), also remove BKE_script.h 2013-07-02 10:14:59 +00:00
pose_edit.c Followup for r58992, fixing user decrement error 2013-08-12 13:52:13 +00:00
pose_group.c code cleanup: use const events for modal and invoke operators. 2013-03-13 09:03:46 +00:00
pose_lib.c More new data names translation (most cases should be covered now). 2013-03-25 08:29:06 +00:00
pose_select.c use '_exec' suffix for operator execute callbacks, also picky change to sizeof() use in BLI_array.h 2013-07-28 17:06:31 +00:00
pose_slide.c rename cursor setting functions to make modal set/restore more clearly related functions. 2013-09-06 22:34:29 +00:00
pose_transform.c code cleanup: more zero as NULL pointers. 2013-08-07 03:36:05 +00:00
pose_utils.c remove unneeded NULL checks, add one for give_matarar() return value. 2013-07-28 06:37:58 +00:00
reeb.c edge hash: take an arg for the guarded-malloc string (as ghash does) 2013-08-24 13:08:55 +00:00
reeb.h style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +00:00