tornavis/source/blender/blenkernel
Campbell Barton 861a38ea09 code cleanup: bmesh bvh
- remove unused members from BMBVHTree
- move per-raycast vars from BMBVHTree into per-callback structs (weren't threadsafe).
- simplify BKE_bmbvh_find_vert_closest().
2013-04-17 06:18:21 +00:00
..
intern code cleanup: bmesh bvh 2013-04-17 06:18:21 +00:00
BKE_DerivedMesh.h Fix #34625: duplivert/face rendering with modifier could crash accessing UV and 2013-04-03 20:10:08 +00:00
BKE_action.h Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashes 2013-02-05 12:46:15 +00:00
BKE_addon.h user-preferences for addons. currently unused, example & docs still to come. 2012-12-29 10:24:42 +00:00
BKE_anim.h Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00
BKE_animsys.h patch [#34103] check_for_dupid.patch 2013-03-10 05:46:24 +00:00
BKE_armature.h Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashes 2013-02-05 12:46:15 +00:00
BKE_blender.h Fix some names, and move overlay flag to overlay_flags. 2013-04-16 15:59:02 +00:00
BKE_bmesh.h Enable new bevel tool code in bevel modifier. 2013-02-21 17:29:35 +00:00
BKE_bmfont.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_bmfont_types.h style cleanup / comment formatting for bli/bke/bmesh 2012-03-03 20:19:11 +00:00
BKE_boids.h Random number generator: replace a bunch of usage of the global random number 2013-04-15 23:12:40 +00:00
BKE_bpath.h minor edits with recent commits, also avoid calling BKE_mesh_from_object() in vertex paint, just pass the mesh. 2012-12-15 16:31:25 +00:00
BKE_brush.h Paint system: 2013-03-26 21:34:39 +00:00
BKE_bullet.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_bvhutils.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_camera.h Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00
BKE_ccg.h code cleanup: incorrect sized array args, remove some redundant code. 2013-03-17 10:26:23 +00:00
BKE_cdderivedmesh.h Fix #33752: UV Orco coordinates were wrong for Cycles (and other external 2013-01-10 17:37:17 +00:00
BKE_cloth.h Bugfix: Cloth did not work with Dynamic Paint. 2012-08-10 00:04:15 +00:00
BKE_collision.h style cleanup 2012-06-06 22:38:39 +00:00
BKE_colortools.h patch from Harley Acheson to remove multiple inline defines. 2013-01-12 17:12:48 +00:00
BKE_constraint.h Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from blenkernel... 2012-12-23 11:31:15 +00:00
BKE_context.h improve info view property output for properties. 2012-12-19 02:08:58 +00:00
BKE_curve.h Fix #34867: cycles viewport render did not respect viewport visibility for 2013-04-05 00:33:59 +00:00
BKE_customdata.h Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00
BKE_customdata_file.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_deform.h Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00
BKE_depsgraph.h Fix build error in depsgraph refactoring commit. 2013-02-26 20:34:37 +00:00
BKE_displist.h Fix #34867: cycles viewport render did not respect viewport visibility for 2013-04-05 00:33:59 +00:00
BKE_dynamicpaint.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_editmesh.h code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and BKE_editmesh_bvh.h 2013-04-16 05:59:48 +00:00
BKE_editmesh_bvh.h add distance arg to BKE_bmbvh_ray_cast(). currently unused. 2013-04-16 15:16:48 +00:00
BKE_effect.h style cleanup: 2013-03-26 07:29:01 +00:00
BKE_fcurve.h use const pointers for file loading and booleans for animation system return values passed as pointers. 2013-03-17 19:13:04 +00:00
BKE_fluidsim.h define the size of matrix args for both rows/cols. 2012-12-11 14:29:01 +00:00
BKE_font.h use 'bool' for BLI_/BKE_ functions. 2013-03-09 05:35:49 +00:00
BKE_freestyle.h A major code update for making the DNA file specification of Freestyle settings 2013-03-23 03:00:37 +00:00
BKE_global.h New command-line option --debug-freestyle to enable verbose debug messages 2013-01-03 23:27:20 +00:00
BKE_gpencil.h Merging r50625 through r51896 from trunk into soc-2011-tomato 2012-11-05 19:42:27 +00:00
BKE_group.h code cleanup: use more (blender) conventional naming for group functions. 2013-04-03 11:28:42 +00:00
BKE_icons.h Merging r51923 through r52851 from trunk into soc-2011-tomato 2012-12-10 15:18:00 +00:00
BKE_idcode.h Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00
BKE_idprop.h Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00
BKE_image.h Fix #34779: Channels disappear from multilayer exr sequence 2013-03-27 11:26:10 +00:00
BKE_ipo.h code cleanup: function naming, use BKE_*type* prefix. 2012-05-05 14:03:12 +00:00
BKE_key.h fix [#33682] Animation not updated when the active shape index isnt set 2013-01-03 06:47:44 +00:00
BKE_lamp.h Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashes 2013-02-05 12:46:15 +00:00
BKE_lattice.h Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashes 2013-02-05 12:46:15 +00:00
BKE_library.h fix for bug where notifiers could hold pointers to freed data which listeners would operate on. 2013-04-08 13:03:04 +00:00
BKE_linestyle.h A major code update for making the DNA file specification of Freestyle settings 2013-03-23 03:00:37 +00:00
BKE_main.h A major code update for making the DNA file specification of Freestyle settings 2013-03-23 03:00:37 +00:00
BKE_mask.h Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashes 2013-02-05 12:46:15 +00:00
BKE_material.h code cleanup: unused functions 2013-04-03 15:04:24 +00:00
BKE_mball.h use 'bool' for BLI_/BKE_ functions. 2013-03-09 05:35:49 +00:00
BKE_mesh.h style cleanup: 2013-03-26 07:29:01 +00:00
BKE_modifier.h remove modifiers_indexInObject(), just call BLI_findindex directly. 2012-12-15 05:46:41 +00:00
BKE_movieclip.h Changes to cache invalidation policy for movie clips 2013-04-04 09:50:51 +00:00
BKE_multires.h Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00
BKE_navmesh_conversion.h Merging r50625 through r51896 from trunk into soc-2011-tomato 2012-11-05 19:42:27 +00:00
BKE_nla.h Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00
BKE_node.h Replacing the node Add menu and making the toolbar useful 2013-04-13 15:38:02 +00:00
BKE_object.h Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00
BKE_object_deform.h Merging r50423 through r50449 from trunk into soc-2011-tomato 2012-09-06 09:44:32 +00:00
BKE_ocean.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_packedFile.h use 'bool' for BLI_/BKE_ functions. 2013-03-09 05:35:49 +00:00
BKE_paint.h Option to hide overlay during a stroke. To enable, press the brush icon 2013-04-16 15:02:41 +00:00
BKE_particle.h Random number generator: replace a bunch of usage of the global random number 2013-04-15 23:12:40 +00:00
BKE_pbvh.h style cleanup: 2013-03-26 07:29:01 +00:00
BKE_pointcache.h rigidbody: Add point cache support 2013-01-23 05:56:34 +00:00
BKE_property.h replace strcpy with BLI_strncpy or memcpy when the size is known. 2012-12-16 08:43:05 +00:00
BKE_report.h Fix OS X build error with Quicktime, need <stdio.h> for FILE usage. 2013-02-26 00:49:38 +00:00
BKE_rigidbody.h rigidbody: Fix/workaround for transforming rigid bodies with parents 2013-04-07 14:09:29 +00:00
BKE_sca.h Merging r50625 through r51896 from trunk into soc-2011-tomato 2012-11-05 19:42:27 +00:00
BKE_scene.h Fix [#34005] blender will close immediately in debug mode on deleting objects 2013-01-26 17:38:45 +00:00
BKE_screen.h Screen: add exit callback for area and region types, this gets called when 2013-03-15 19:56:29 +00:00
BKE_script.h Merging r50423 through r50449 from trunk into soc-2011-tomato 2012-09-06 09:44:32 +00:00
BKE_sequencer.h code cleanup: use `const char` for args and replace wm_keyconfig_list_find() -> BLI_findstring() 2013-04-13 04:28:04 +00:00
BKE_shrinkwrap.h style cleanup: wrap long lines (>200) 2012-12-23 01:18:35 +00:00
BKE_sketch.h style cleanup: 2013-03-26 07:29:01 +00:00
BKE_smoke.h code cleanup: unused functions 2013-04-03 15:04:24 +00:00
BKE_softbody.h style cleanup: 2013-03-26 07:29:01 +00:00
BKE_sound.h Fix #33518: Jack sync doesn't work in 2.64, 2.64 or 2.65 stable versions 2013-03-27 07:19:54 +00:00
BKE_speaker.h Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashes 2013-02-05 12:46:15 +00:00
BKE_subsurf.h Merging r50625 through r51896 from trunk into soc-2011-tomato 2012-11-05 19:42:27 +00:00
BKE_suggestions.h minor updates to text autocomplete api 2012-12-31 14:49:27 +00:00
BKE_text.h style cleanup: odd indentation 2013-03-14 05:52:30 +00:00
BKE_texture.h code cleanup: unused functions 2013-04-03 15:04:24 +00:00
BKE_tracking.h Multi-threaded frame calculation for movie clip proxies 2013-03-15 11:59:46 +00:00
BKE_unit.h Fix #34481: camera focal length and sensor size did not use units yet, now they do. 2013-03-13 17:16:49 +00:00
BKE_utildefines.h Merging r51923 through r52851 from trunk into soc-2011-tomato 2012-12-10 15:18:00 +00:00
BKE_world.h Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashes 2013-02-05 12:46:15 +00:00
BKE_writeavi.h Style cleanup: change ffmpeg, avi and frame server api to rna-ish naming style 2012-05-07 09:30:15 +00:00
BKE_writeffmpeg.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_writeframeserver.h Style cleanup: change ffmpeg, avi and frame server api to rna-ish naming style 2012-05-07 09:30:15 +00:00
CMakeLists.txt move editmesh functions out editderivedmesh.c into editmesh.c 2013-04-16 05:46:17 +00:00
SConscript A major code update for making the DNA file specification of Freestyle settings 2013-03-23 03:00:37 +00:00
depsgraph_private.h code cleanup: unused functions 2013-04-03 15:04:24 +00:00
nla_private.h Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00