Files
test/source/blender/blenkernel/intern
Campbell Barton 2faf20c4b3 BGE Action Actuator setChannel() function was broken in a number of ways.
* extract_pose_from_pose only checked one of the list items for NULL when looping over them yet its possible they are different sizes.
* game_free_pose needed to be used rather then MEM_freeN, channels would never be freed leaking memory.
* setChannel() would make a new pose that wasnt aligned with the existing pose, the lists are assumed aligned so when extracting the channels its unlikely this was ever useful.
* Added getChannel() - returns pose loc/size/quat
* Added option args for setChannel(channel, matrix) or setChannel(channel, loc, size, quat)
2009-06-16 18:25:48 +00:00
..
2009-05-26 10:44:14 +00:00
2009-06-13 16:57:26 +00:00
2009-04-15 19:33:25 +00:00
2008-12-16 12:32:10 +00:00
2008-09-20 13:02:06 +00:00
2009-04-21 15:38:53 +00:00
2008-11-06 01:30:24 +00:00
2008-09-19 14:15:36 +00:00
2008-08-30 14:32:16 +00:00
2009-04-29 16:07:10 +00:00
2008-08-30 14:32:16 +00:00
2008-10-09 14:28:17 +00:00
2008-11-06 01:30:24 +00:00
2008-11-12 19:03:50 +00:00
2008-11-12 19:03:50 +00:00
2009-05-14 09:32:47 +00:00
2008-09-19 14:15:36 +00:00
2008-04-27 18:26:43 +00:00
2008-05-05 17:30:33 +00:00
2008-10-28 20:26:38 +00:00
2008-11-06 01:30:24 +00:00
2009-06-05 04:15:19 +00:00
2008-05-05 17:30:33 +00:00
2008-10-29 16:49:51 +00:00
2008-11-12 19:03:50 +00:00
2008-05-05 17:30:33 +00:00
2009-05-27 22:37:45 +00:00