tornavis/source/blender/blenkernel
Ton Roosendaal 5782a80d70 Bugfix #5044 revisited
Displace modifier crashed when used on Curve, the fix removed the flag
that accepts curve objects, but apparently then a flag to accept meshes
has to be added. (eModifierTypeFlag_AcceptsMesh).

Thanks Michael Crawford for notifying this fix.
2006-11-09 08:48:24 +00:00
..
bad_level_call_stubs Merged Google Summer of Code sculptmode/multires/retopo tools. 2006-11-06 01:08:26 +00:00
intern Bugfix #5044 revisited 2006-11-09 08:48:24 +00:00
BKE_DerivedMesh.h added mesh_create_derived_view(ob) to DerivedMesh.c 2006-09-17 05:15:56 +00:00
BKE_action.h Bugfix #4892 2006-08-20 10:18:01 +00:00
BKE_anim.h iImage based Vector Blur 2006-02-06 22:11:50 +00:00
BKE_armature.h Added an option in the IK constraint to disable stretching, useful 2006-11-06 23:51:37 +00:00
BKE_bad_level_calls.h Merged Google Summer of Code sculptmode/multires/retopo tools. 2006-11-06 01:08:26 +00:00
BKE_blender.h The mother of all commits! Bumping version up to 2.42, and new splash. 2006-07-13 16:53:52 +00:00
BKE_bmfont.h
BKE_bmfont_types.h
BKE_booleanops.h Modified the way booleans preserve face data, and cleaned up some 2006-11-08 20:14:04 +00:00
BKE_booleanops_mesh.h
BKE_brush.h Basic pressure sensitivity support in imagepaint, for opacity, size, 2006-09-24 19:29:25 +00:00
BKE_cdderivedmesh.h Integration of the Google Summer of Code Modifier Stack Upgrade project. The 2006-08-28 01:12:36 +00:00
BKE_colortools.h Nasty memory conflict in Compositor... when: 2006-02-14 17:32:49 +00:00
BKE_constraint.h Stupid me! Committed in wrong console with wrong dir... here's the rest of 2005-10-10 18:05:30 +00:00
BKE_curve.h * Fix: Disabled radius tapering on 2d curves with filled front or back. It would be 2006-08-13 08:31:59 +00:00
BKE_customdata.h Integration of the Google Summer of Code Modifier Stack Upgrade project. The 2006-08-28 01:12:36 +00:00
BKE_deform.h - added make_orco_curf, even does keys! 2005-08-14 06:08:41 +00:00
BKE_depsgraph.h Big commit with work on Groups & Libraries: 2005-12-11 13:23:30 +00:00
BKE_displist.h Fix for bug #4393: initial vertex colors were not created from shaded 2006-06-21 15:14:44 +00:00
BKE_effect.h Orange: 2005-12-06 17:05:37 +00:00
BKE_endian.h
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 Big commit with work on Groups & Libraries: 2005-12-11 13:23:30 +00:00
BKE_global.h Fix for bug #5176: Crash when using display mode "Draw Sharp" 2006-11-07 05:32:39 +00:00
BKE_group.h Orange; Magical Group relink option. :) 2005-12-14 15:58:52 +00:00
BKE_icons.h Big commit in orange: Interface icons for materials, textures 2005-12-21 22:21:43 +00:00
BKE_image.h Compositor: finished work on node "File Output". 2006-08-10 10:38:50 +00:00
BKE_ipo.h Bug #4597 2006-07-04 10:19:26 +00:00
BKE_key.h Cleanup and new features for vertex keys. 2005-09-26 15:34:21 +00:00
BKE_lattice.h Two wonderful new NLA & Armature editing features! 2006-10-31 15:51:57 +00:00
BKE_library.h New feature: imporant missing option for use of Libraries: access to to the 2006-09-06 09:51:30 +00:00
BKE_main.h Brush Datablock: 2006-07-26 22:29:23 +00:00
BKE_material.h Giant commit! 2006-01-23 22:05:47 +00:00
BKE_mball.h - added octal tree node optimalization of MetaBall polygonisation 2004-06-29 17:10:13 +00:00
BKE_mesh.h Warning fix in subsurf_ccg.c. Also changed subsurf UV vertex and edge 2006-02-19 11:37:50 +00:00
BKE_modifier.h Integration of the Google Summer of Code Modifier Stack Upgrade project. The 2006-08-28 01:12:36 +00:00
BKE_nla.h More things for easying the job of replacing proxy/working armatures in the scenes of Elephants Dream with the final ones: 1) adds removing Fakeusers from Actions to PyAPI, now with a hackish call in the Blender module. Possibility of better ways should be discussed on bf-python. 2) adds BPY Object.copyNLA(otherob) - that was simple 'cause the copy_nla function was nicely in kernel nla.c. 3) Object.convertActionToStrip(), here it gets tricky: the function to convert the active action of an object to a NLA strip was buried inside the respective function in the GUI editnla.c which had also code for reading mouse coordinates and whatnot. So I took the actual copying out of it and moved it to the kernel nla.c as a new function, bActionStrip *convert_action_to_strip (Object *ob). that code used other functions, of which find_stridechannel() was also in editnla.c but free of UI code so i moved it to kernel too. kept things with UI code in editnla.c. tried to be careful with keeping mallocs and the pointer business intact, and tested that this works and after usage Blender gives no memory warnings or anything, so seems ok - but certainly is best reviewed by ppl more active with c coding than me. hopefully this little refactor makes it possible to add this function to the menus too, which was not straightforward earlier when Matt took a look at it. 2006-02-08 16:58:12 +00:00
BKE_node.h Patch #4970 (brecht) 2006-09-14 12:21:18 +00:00
BKE_object.h Bugfix #4329 2006-06-14 08:50:41 +00:00
BKE_packedFile.h Added python image pack/unpack per image. 2006-03-26 09:25:30 +00:00
BKE_plugin_types.h
BKE_property.h
BKE_sca.h
BKE_scene.h Recode of the "Set Scene chaining" patch from Nathan. 2006-05-15 10:46:04 +00:00
BKE_screen.h
BKE_script.h BPython - first step for better integration of Python in Blender: 2003-12-14 01:18:09 +00:00
BKE_softbody.h - readded DL_VERTS type to store lattice deformed verts 2005-08-15 10:30:53 +00:00
BKE_sound.h
BKE_subsurf.h Integration of the Google Summer of Code Modifier Stack Upgrade project. The 2006-08-28 01:12:36 +00:00
BKE_text.h Adds menu item in text editor under format menu to convert whitespace to 2006-03-05 19:50:14 +00:00
BKE_texture.h Maximum amount of keys in a ColorBand now is 32. 2006-09-18 15:32:11 +00:00
BKE_utildefines.h Bugfix #4135 2006-06-14 12:42:23 +00:00
BKE_verse.h * fix totblock error when quiting blender with sessions open 2006-10-16 15:28:57 +00:00
BKE_world.h Giant commit! 2006-01-23 22:05:47 +00:00
BKE_writeavi.h Adds support for frameserver rendering to blender. This is done by 2006-02-05 19:12:25 +00:00
BKE_writeffmpeg.h ==FFMPEG== 2006-06-09 19:48:50 +00:00
BKE_writeframeserver.h Adds support for frameserver rendering to blender. This is done by 2006-02-05 19:12:25 +00:00
Makefile - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
SConscript Added missing check for 'WITH_BF_INTERNATIONAL'. This fixes loading truetype fonts for text objects. 2006-10-01 12:39:31 +00:00
depsgraph_private.h Bugfix #5038 2006-11-01 11:26:16 +00:00