tornavis/source/blender/blenkernel
Campbell Barton 385e5eb92e code cleanup: color/bw conversion - use BLI color function.
change modifier to use the average of the RGB since perceptual conversion isn't really needed for modifiers.
2012-05-09 10:48:24 +00:00
..
intern code cleanup: color/bw conversion - use BLI color function. 2012-05-09 10:48:24 +00:00
BKE_DerivedMesh.h Renamed "fake" OpenGL identifiers. 2012-05-04 11:50:11 +00:00
BKE_action.h code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
BKE_anim.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +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: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
BKE_blender.h Added start and end bevel factor for curves, so now it's possible to make 2012-05-04 17:04:20 +00:00
BKE_bmesh.h bmesh: being back bevel modifier from 2.62 stable. 2012-03-15 23:56:46 +00:00
BKE_bmfont.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +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 unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_brush.h code cleanup: brush/camera naming 2012-05-05 00:58:22 +00:00
BKE_bullet.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_bvhutils.h style cleanup / comment formatting for bli/bke/bmesh 2012-03-03 20:19:11 +00:00
BKE_camera.h code cleanup: brush/camera naming 2012-05-05 00:58:22 +00:00
BKE_cdderivedmesh.h spelling cleanup 2012-03-18 07:38:51 +00:00
BKE_cloth.h style cleanup: whitespace / commas 2012-04-29 15:47:02 +00:00
BKE_collision.h Make collision function more general so it can be used by other modifiers, too. [This is preparation work for animated smoke collision] 2012-03-20 04:15:41 +00:00
BKE_colortools.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_constraint.h Simplifying constraints code - removed relink_data() callbacks in favour of a 2012-05-06 01:27:48 +00:00
BKE_context.h style cleanup: for loop macros, also add a config file for uncrustify source formatter (able to get very close to our own style guide). 2012-04-15 07:24:14 +00:00
BKE_curve.h code cleanup: naming - BKE_mesh_* 2012-05-05 21:28:12 +00:00
BKE_customdata.h bmesh - python api 2012-04-30 18:54:14 +00:00
BKE_customdata_file.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_deform.h code cleanup: header cleanup 2012-04-30 14:24:11 +00:00
BKE_depsgraph.h style cleanup / comment formatting for bli/bke/bmesh 2012-03-03 20:19:11 +00:00
BKE_displist.h Style cleanup: displist module 2012-05-07 06:58:03 +00:00
BKE_dynamicpaint.h code cleanup: header cleanup 2012-04-30 14:24:11 +00:00
BKE_effect.h Code Cleanup: remove non existing function declarations. 2012-02-29 15:00:37 +00:00
BKE_fcurve.h Spelling Cleanup 2012-03-01 12:20:18 +00:00
BKE_fluidsim.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_font.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_global.h add in a check for Mingw so 4.5 or older will error out on build. 2012-04-12 09:10:10 +00:00
BKE_gpencil.h code cleanup: function naming, use BKE_*type* prefix. 2012-05-05 14:03:12 +00:00
BKE_group.h code cleanup: function naming, use BKE_*type* prefix. 2012-05-05 14:03:12 +00:00
BKE_icons.h style cleanup / comment formatting for bli/bke/bmesh 2012-03-03 20:19:11 +00:00
BKE_idcode.h style cleanup 2012-03-02 16:05:54 +00:00
BKE_idprop.h style cleanup: spelling. 2012-03-09 00:41:09 +00:00
BKE_image.h code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +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: function naming, use BKE_*type* prefix. 2012-05-05 14:03:12 +00:00
BKE_lamp.h code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
BKE_lattice.h code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
BKE_library.h code cleanup: BKE_libblock_find_name() now takes an ID constant rather then a string. 2012-05-05 17:00:11 +00:00
BKE_main.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_material.h code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
BKE_mball.h Style cleanup: rename BKE_metaball* to BKE_mball -- mball is more commonly used term in Blender 2012-05-07 06:38:41 +00:00
BKE_mesh.h optimize ngon angle calculation in solidify modifier (was doing prev/next vector subtract and normalize for every vertex). now store the previous normalized vector for re-use. 2012-05-08 14:58:38 +00:00
BKE_modifier.h Fix for truncation of 64-bit CustomDataMasks. 2012-03-26 16:25:21 +00:00
BKE_movieclip.h Code and style cleanup in own modules in BKE and also mball module 2012-04-28 16:49:00 +00:00
BKE_multires.h Port multires_topology_changed to new bmesh api 2012-04-16 11:03:42 +00:00
BKE_navmesh_conversion.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_nla.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_node.h Cycles: add light falloff node, with quadratic/linear/constant falloff and a 2012-05-07 20:24:38 +00:00
BKE_object.h code cleanup: function naming, use BKE_*type* prefix. 2012-05-05 14:03:12 +00:00
BKE_ocean.h style cleanup: guys - set your editors to tabs! 2012-05-01 17:51:03 +00:00
BKE_packedFile.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_paint.h Patch [#30255] Center Last Stroke 2012-05-03 03:51:30 +00:00
BKE_particle.h code cleanup: function naming, use BKE_*type* prefix. 2012-05-05 14:03:12 +00:00
BKE_plugin_types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_pointcache.h style cleanup 2012-04-21 13:37:26 +00:00
BKE_property.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_report.h code cleanup: typos and set gcc attributes for string formatting. 2012-04-25 06:06:40 +00:00
BKE_sca.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_scene.h code cleanup: BKE_scene api naming. 2012-05-05 14:33:36 +00:00
BKE_screen.h code cleanup: function naming, use BKE_*type* prefix. 2012-05-05 14:03:12 +00:00
BKE_script.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_sequencer.h style cleanup: for loop macros, also add a config file for uncrustify source formatter (able to get very close to our own style guide). 2012-04-15 07:24:14 +00:00
BKE_shrinkwrap.h spelling cleanup 2012-03-18 07:38:51 +00:00
BKE_sketch.h code cleanup: use float vector size in function definitions, and const's where the values are unchanged. 2012-02-28 14:05:00 +00:00
BKE_smoke.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_softbody.h style cleanup: whitespace / commas 2012-04-29 15:47:02 +00:00
BKE_sound.h code cleanup: function naming, use BKE_*type* prefix. 2012-05-05 14:03:12 +00:00
BKE_speaker.h code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
BKE_subsurf.h style cleanup: comments 2012-04-22 11:54:53 +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 code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
BKE_tracking.h Camera tracking: show disabled active track even if Show Disabled is switched off 2012-05-03 23:41:28 +00:00
BKE_unit.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BKE_utildefines.h code cleanup: header cleanup 2012-04-30 14:24:11 +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 Style cleanup: change ffmpeg, avi and frame server api to rna-ish naming style 2012-05-07 09:30:15 +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 use cmake WITH_MOD_ * to exclude include paths which are not used. 2012-03-27 00:17:57 +00:00
SConscript Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with slight modifications. 2012-04-24 12:57:58 +00:00
depsgraph_private.h style cleanup: whitespace / commas 2012-04-29 15:47:02 +00:00
nla_private.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00