Stephen Swaney
342bb99a19
a little spring cleaning to remove some compiler warnings for
...
implicit declarations, redundant redeclarations, missing initializers,
nested externs and other cruft.
Cleaned up includes and moved extern _Type decls from Types.h into
Types.c since that is the only place where they are needed now.
Did not touch Ipo.[ch] since work is on-going there.
2006-04-16 15:28:50 +00:00
Ken Hughes
2a4dc7654c
Bugfix #3895 : Call to PyString_FromString() wasn't being Py_DECREF()'ed,
...
causing a memory leak.
2006-03-10 21:05:30 +00:00
240e25ab65
Cleanup of blender/ module; Makefiles now compile this warning free.
...
Mostly was unused variables, unused functions, missing prototypes and
missing include files.
2006-01-28 20:17:48 +00:00
Stephen Swaney
14cc1192a3
clean up some warnings in bpy code
2006-01-16 17:55:03 +00:00
144e3f827d
* [ #3746 ] Calling getPose on a mesh object generates "RuntimeError: Pose - Error: PyPose_FromPose: Internal Error Ocurred"
...
- added returns where appropriate.
2006-01-13 16:19:11 +00:00
1a4c31442f
*head/tail addition
...
- forgot to add the ability to get pose head/tail positions
- no setters (yet) as they are calculated
2006-01-13 15:53:22 +00:00
468dd24cd5
remove Constraint.h since it doesn't exist.
...
Provided by Letterrip.
Kent
2006-01-11 21:58:37 +00:00
6544ed3b64
Probably need these....
2006-01-11 19:41:01 +00:00