tornavis/source/blender/blenkernel
Campbell Barton ee96cde864 style cleanup: whitespace 2012-08-26 11:35:43 +00:00
..
intern style cleanup: whitespace 2012-08-26 11:35:43 +00:00
BKE_DerivedMesh.h style cleanup: header comments, use more doxy compat formatting 2012-06-27 17:48:39 +00:00
BKE_action.h Bugfix [#31976] Bone Group Custom color set is not respected when creating an 2012-07-03 01:15:03 +00:00
BKE_anim.h More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise->normalize). 2012-07-03 19:09:07 +00:00
BKE_animsys.h Fix [#30709] Renaming a bone renames all drivers' targets using a bone of that name, regardless of the armature. 2012-03-30 13:04:29 +00:00
BKE_armature.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_blender.h change blender minversion because of BMesh data. 2012-08-03 15:23:17 +00:00
BKE_bmesh.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +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 unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_booleanops_mesh.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_brush.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39: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 code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_ccg.h style cleanup: block comments 2012-05-16 23:37:23 +00:00
BKE_cdderivedmesh.h support for curve orco uv's as UV's in cycles. 2012-07-31 13:43:26 +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 change curve evaluation functions never to modify curve data (ensures thread safety), now initializations has to be done outside evaluation. 2012-08-21 14:43:51 +00:00
BKE_constraint.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_context.h Code cleanup: comment referenced an outdated file path + spelling error 2012-08-24 05:12:05 +00:00
BKE_curve.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_customdata.h code cleanup: 2012-08-03 22:12:57 +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 code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_depsgraph.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_displist.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_dynamicpaint.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_effect.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_fcurve.h Bugfix [#32331] Graph editor zoom to selected includes coordinate origin if more 2012-08-18 04:39:15 +00:00
BKE_fluidsim.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_font.h code cleanup: vfont's used confusing and over complicated method of storing memory for loaded fonts, not store as a temp var in the fonts. 2012-08-21 10:39:02 +00:00
BKE_global.h code cleanup: rename G.afbreek --> is_break, G.rendering --> is_rendering 2012-08-08 18:37:06 +00:00
BKE_gpencil.h add a utility function to get an exact match for a grease pencil frame. 2012-06-08 22:07:57 +00:00
BKE_group.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_icons.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_idcode.h style cleanup 2012-03-02 16:05:54 +00:00
BKE_idprop.h correct another case of nonnull (all should be correct now), and comment about color conversion. 2012-07-08 17:51:28 +00:00
BKE_image.h dont display image sequences outside the frame range in the 3D viewport. 2012-07-03 14:04:39 +00:00
BKE_ipo.h code cleanup: function naming, use BKE_*type* prefix. 2012-05-05 14:03:12 +00:00
BKE_key.h code cleanup: key/interpolation 2012-05-22 13:59:58 +00:00
BKE_lamp.h use gcc attrubutes to warn on unused return values and arguments which shouldnt be NULL. 2012-07-08 06:00:27 +00:00
BKE_lattice.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_library.h use gcc attrubutes to warn on unused return values and arguments which shouldnt be NULL. 2012-07-08 06:00:27 +00:00
BKE_main.h mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and myself. 2012-06-04 16:42:58 +00:00
BKE_mask.h mask: skip self intersection on drawing when fill is disabled, since it was only drawing on one side of an unfilled spline. 2012-08-21 09:20:35 +00:00
BKE_material.h Fixed regression introduced in 50107 2012-08-22 17:22:04 +00:00
BKE_mball.h code cleanup: use BLI math funcs for metaballs, also remove MB_POINT struct and just use float[3] instead. 2012-08-18 19:30:27 +00:00
BKE_mesh.h resolve glitch in the image space where mask editing and UVs would conflict. 2012-07-31 14:16:27 +00:00
BKE_modifier.h Bugfix Smoke / DynamicPaint: Missing update call from depsgraph was missing when force fields were used. 2012-07-04 16:55:17 +00:00
BKE_movieclip.h Do not check result of BKE_tracking_marker_get -- it shall always 2012-06-20 10:54:56 +00:00
BKE_multires.h Fixes for modifier data in multi-user meshes. 2012-06-24 20:18:32 +00:00
BKE_navmesh_conversion.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_nla.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_node.h style cleanup 2012-08-23 07:10:48 +00:00
BKE_object.h fix [#32353] 'Focus'(center) applied on a rig should only take visible bones into account 2012-08-18 14:27:48 +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 code cleanup: minor changes to last commit. 2012-08-21 10:44:10 +00:00
BKE_paint.h code cleanup: use BKE_pain_ prefix for paint funcs. also minor style edits 2012-07-25 22:37:52 +00:00
BKE_particle.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_pointcache.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_property.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_report.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_sca.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_scene.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_screen.h Code cleanup: comment referenced an outdated file path + spelling error 2012-08-24 05:12:05 +00:00
BKE_script.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_sequencer.h style cleanup 2012-08-23 07:10:48 +00:00
BKE_shrinkwrap.h code cleanup: use const float's where possible and specify vector size. 2012-06-12 23:19:52 +00:00
BKE_sketch.h style cleanup 2012-06-06 22:38:39 +00:00
BKE_smoke.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_softbody.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_sound.h style cleanup: sequencer and scene rna 2012-05-10 15:22:29 +00:00
BKE_speaker.h code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
BKE_subsurf.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_suggestions.h style cleanup / comment formatting for bli/bke/bmesh 2012-03-03 20:19:11 +00:00
BKE_tessmesh.h Small type fix for BMEditMesh.lastDataMask, should be 64-bit. 2012-04-25 03:44:01 +00:00
BKE_text.h code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new image. (not use existing one) 2012-05-05 14:52:04 +00:00
BKE_texture.h Massive Code cleanup: 2012-05-29 10:21:07 +00:00
BKE_tracking.h fill in dummy values when using movie clip distort node but compiled without libmv. 2012-07-31 22:01:44 +00:00
BKE_unit.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_utildefines.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BKE_world.h code cleanup: function naming, use BKE_*type* prefix. 2012-05-05 14:03:12 +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 Sequencer: per-sequence modifier stack for color grading 2012-08-19 15:41:56 +00:00
SConscript Fix own mistake: Space got stripped before path 2012-08-12 18:01:27 +00:00
depsgraph_private.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
nla_private.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00