tornavis/source/blender/blenkernel
Johnny Matthews 0f3303b7c5 Fix for zlib with MSVC/SCONS. Should compile now. This does not fix the bullet issues yet. But with this Blender should compile without the gameengine. 2005-07-28 18:11:10 +00:00
..
bad_level_call_stubs - added bglVertex3f call (to match bglVertex3fv) 2005-07-11 17:06:03 +00:00
intern Bugfix #2875 2005-07-28 11:05:21 +00:00
BKE_DerivedMesh.h - added apply button for individual modifiers 2005-07-26 00:45:19 +00:00
BKE_action.h Result of 2 weeks of quiet coding work in Greece :) 2005-07-03 17:35:38 +00:00
BKE_anim.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
BKE_armature.h Killed silly modal PoseMode mode! :) 2005-07-23 18:52:31 +00:00
BKE_bad_level_calls.h - added bglVertex3f call (to match bglVertex3fv) 2005-07-11 17:06:03 +00:00
BKE_blender.h - bump blender version 2005-07-21 22:34:01 +00:00
BKE_bmfont.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BKE_bmfont_types.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BKE_booleanops.h Fix for bug #72. 2003-03-24 16:08:15 +00:00
BKE_booleanops_mesh.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BKE_constraint.h Armature-Pose IK goodies! 2005-07-24 11:36:05 +00:00
BKE_curve.h More armature goodies; 2005-07-16 19:07:02 +00:00
BKE_deform.h - split mesh_deform off from object_deform 2005-07-19 02:36:21 +00:00
BKE_depsgraph.h Result of 2 weeks of quiet coding work in Greece :) 2005-07-03 17:35:38 +00:00
BKE_displist.h - update storage.c to use standard time codes (should fix issue 2005-07-27 20:16:41 +00:00
BKE_effect.h - added wave modifier & removed old wave effect 2005-07-26 02:44:59 +00:00
BKE_endian.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BKE_exotic.h Support for the STL (stereolithography) file format. Reads the ASCII and 2004-03-30 03:10:34 +00:00
BKE_font.h - add extern to selboxes variables declaration 2005-07-17 16:02:10 +00:00
BKE_global.h Killed silly modal PoseMode mode! :) 2005-07-23 18:52:31 +00:00
BKE_group.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BKE_image.h 3D view orbit option: Around Active 2005-07-06 00:33:41 +00:00
BKE_ipo.h Result of 2 weeks of quiet coding work in Greece :) 2005-07-03 17:35:38 +00:00
BKE_key.h - decided it made more sense to make a key_get_active function, switched 2005-07-15 17:55:19 +00:00
BKE_lattice.h - split {curve,lattice,armature}_deform_verts out of mesh_deform 2005-07-19 20:14:17 +00:00
BKE_library.h typo in this file... 2004-04-22 20:37:24 +00:00
BKE_main.h Result of 2 weeks of quiet coding work in Greece :) 2005-07-03 17:35:38 +00:00
BKE_material.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BKE_mball.h - added octal tree node optimalization of MetaBall polygonisation 2004-06-29 17:10:13 +00:00
BKE_mesh.h - removed mface->puno flags, was only used to flip normals in display 2005-07-23 16:09:08 +00:00
BKE_modifier.h - update storage.c to use standard time codes (should fix issue 2005-07-27 20:16:41 +00:00
BKE_nla.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BKE_object.h - added boundbox_set_from_min_max function 2005-07-18 17:33:51 +00:00
BKE_packedFile.h Biiig commit! Thanks to 2-3 weeks of cvs freeze... 2004-12-27 19:28:52 +00:00
BKE_plugin_types.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BKE_property.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BKE_sca.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BKE_scene.h Result of 2 weeks of quiet coding work in Greece :) 2005-07-03 17:35:38 +00:00
BKE_screen.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BKE_script.h BPython - first step for better integration of Python in Blender: 2003-12-14 01:18:09 +00:00
BKE_softbody.h - switch displistmesh_to_mesh to just dupalloc the mface's 2005-07-24 18:16:40 +00:00
BKE_sound.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BKE_subsurf.h - added data arguments to deformer modifiers, in case someone wants 2005-07-22 07:37:15 +00:00
BKE_text.h Bugfix for disappearing hilight bug and code re-org for text editor 2005-04-10 14:01:41 +00:00
BKE_texture.h Nathan's huge ipo patch. 2004-07-26 21:44:55 +00:00
BKE_utildefines.h - put {} around the various minmax defines... this was a nice bughunt 2005-07-22 05:03:04 +00:00
BKE_world.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
BKE_writeavi.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
Makefile - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
SConscript Fix for zlib with MSVC/SCONS. Should compile now. This does not fix the bullet issues yet. But with this Blender should compile without the gameengine. 2005-07-28 18:11:10 +00:00
depsgraph_private.h Result of 2 weeks of quiet coding work in Greece :) 2005-07-03 17:35:38 +00:00