tornavis/source/blender/blenkernel
Janne Karhu 38c3a5f363 Sequence effect scale to length should work with the original (non-extruded) length of the target strip. 2010-09-30 09:34:22 +00:00
..
intern Sequence effect scale to length should work with the original (non-extruded) length of the target strip. 2010-09-30 09:34:22 +00:00
BKE_DerivedMesh.h Solidify Modifier 2010-04-10 22:12:10 +00:00
BKE_action.h Assorted animsys fixes/tweaks: 2010-04-01 06:26:41 +00:00
BKE_anim.h include cleanup, no functional changes 2010-08-04 04:01:27 +00:00
BKE_animsys.h Fix [#21165] Moved textures don't move the animation curves 2010-03-16 07:44:57 +00:00
BKE_armature.h 3 duplicate functions: bone_flip_name() object_flip_name() flip_side_name() 2010-07-30 01:13:07 +00:00
BKE_blender.h Part 1 of 2.54 beta build commit 2010-09-10 16:29:19 +00:00
BKE_bmesh.h from Luca's recent commit noticed there are more typo's: lenght -> length 2010-07-25 01:45:53 +00:00
BKE_bmeshCustomData.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_bmfont.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_bmfont_types.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_boids.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_booleanops_mesh.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_brush.h bugfix [#23595] Texture paint with a node based brush produces artifacts 2010-09-23 12:03:34 +00:00
BKE_bullet.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_bvhutils.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_cdderivedmesh.h spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text) 2010-03-22 09:30:00 +00:00
BKE_cloth.h header re-shuffle, some headers contained unneeded refereces to other headers, better include inline with the C files that need them 2010-08-10 05:41:51 +00:00
BKE_collision.h header re-shuffle, some headers contained unneeded refereces to other headers, better include inline with the C files that need them 2010-08-10 05:41:51 +00:00
BKE_colortools.h Preview commit in sculpt brushes broke resetting curves in other areas (rgb curves etc). 2010-07-30 00:06:59 +00:00
BKE_constraint.h py/rna remove functions now all work in a similar way. 2010-08-24 06:40:28 +00:00
BKE_context.h added CTX_wm_operator_poll_msg_get/set so failing poll functions can set messages when poll fails, at the moment only python uses this but theres nothing python specific. 2010-09-27 12:21:23 +00:00
BKE_curve.h rename makeknots to nurbs_knot_calc_u/v 2010-09-30 06:51:32 +00:00
BKE_customdata.h - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
BKE_customdata_file.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_deform.h remove inline loops in a few places 2010-08-22 14:15:28 +00:00
BKE_depsgraph.h 2.5: code changes to reduce the usage of G.main and pass it along 2010-08-01 12:47:49 +00:00
BKE_displist.h include cleanup, no functional changes 2010-08-04 04:01:27 +00:00
BKE_effect.h header re-shuffle, some headers contained unneeded refereces to other headers, better include inline with the C files that need them 2010-08-10 05:41:51 +00:00
BKE_endian.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_exotic.h remove inventor and vrml1 support, we're better of having these legacy formats as addons. 2010-09-15 05:57:48 +00:00
BKE_fcurve.h py/rna remove functions now all work in a similar way. 2010-08-24 06:40:28 +00:00
BKE_fluidsim.h - use more inline math funcitons where possible 2010-04-12 00:36:50 +00:00
BKE_font.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_global.h Blender TIFF support 2010-05-21 03:25:38 +00:00
BKE_gpencil.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_group.h Merge various small changes from render branch: 2010-04-15 10:28:32 +00:00
BKE_icons.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_idcode.h SVN maintenance. 2010-08-10 20:33:15 +00:00
BKE_idprop.h modify my last commit to fix [#22486] add_actuator crashes when name is bigger than 32 chars 2010-06-12 17:30:21 +00:00
BKE_image.h images bigger then 32k no longer crash blender, use unsigned int for image size rather then short. 2010-09-28 10:03:56 +00:00
BKE_ipo.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_key.h Sculpt+shape keys: 2010-06-23 12:27:13 +00:00
BKE_lattice.h Fix #20965: metaballs partticles and volume material crash rendering 2010-06-28 11:07:02 +00:00
BKE_library.h include cleanup, no functional changes 2010-08-04 04:01:27 +00:00
BKE_main.h include cleanup, no functional changes 2010-08-04 04:01:27 +00:00
BKE_material.h use set as a suffix (matches operators) 2010-09-03 07:25:37 +00:00
BKE_mball.h rna: move metaball.active_element to metaball.elements.active 2010-08-23 00:57:19 +00:00
BKE_mesh.h set origin was setting surfaces as 2D curves, added dupli-group support using the dupli's offset value. 2010-08-03 00:56:43 +00:00
BKE_modifier.h == Multires == 2010-09-09 00:14:51 +00:00
BKE_multires.h == Multires == 2010-09-09 00:14:51 +00:00
BKE_nla.h Assorted animsys fixes/tweaks: 2010-04-01 06:26:41 +00:00
BKE_node.h bugfix [#23068] Image editor: Update Automatically not updating the compositor. 2010-09-13 06:08:26 +00:00
BKE_object.h - added text3d.body_format to be able to set bold/italic/smallcaps etc on text. 2010-07-17 17:50:20 +00:00
BKE_packedFile.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_paint.h Brush/Paint internal changes 2010-08-04 12:18:07 +00:00
BKE_particle.h Fix for [#23298] Kill particle breaks when baking simulation 2010-09-02 10:26:19 +00:00
BKE_plugin_types.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_pointcache.h - remove unused includes IMB_*, BIF_* & MEM_* 2010-08-16 05:46:10 +00:00
BKE_property.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_report.h Reworked the non-blocking reports display in the info header: 2010-06-03 07:27:55 +00:00
BKE_sca.h header re-shuffle, some headers contained unneeded refereces to other headers, better include inline with the C files that need them 2010-08-10 05:41:51 +00:00
BKE_scene.h 2.5: more G.main changes. 2010-08-01 12:57:01 +00:00
BKE_screen.h chaning the camera from the scene buttons didnt update the views. moved some scene/view functions from view3d_view.c into BKE_screen since they need to be accessed when changing cameras from outside the view. 2010-04-22 19:57:18 +00:00
BKE_script.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_sequencer.h ED_view3d_draw_offscreen_imbuf_simple and ED_view3d_draw_offscreen_imbuf now accept the imbuf flag so they can get the float buffer from opengl directly. 2010-08-26 23:30:15 +00:00
BKE_shrinkwrap.h - use more inline math funcitons where possible 2010-04-12 00:36:50 +00:00
BKE_sketch.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_smoke.h Fix: 2010-05-14 07:09:15 +00:00
BKE_softbody.h sofbody beziers may work nicer 2010-06-14 23:56:12 +00:00
BKE_sound.h Merging revision 30434 from my GSoC branch, log: Fixed sound wave display bug for sounds that are not full length. 2010-07-17 13:41:22 +00:00
BKE_subsurf.h Sculpt & modifiers: patch by Sergey Sharybin, with modifications by me. 2010-06-02 18:04:31 +00:00
BKE_suggestions.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_text.h patch [#23088] 2.5 Text Editor: Preserve indentation with spaces 2010-07-29 22:34:46 +00:00
BKE_texture.h rna api 2010-09-03 14:53:54 +00:00
BKE_unit.h - bone roll now in degrees not radians. 2010-09-16 04:19:22 +00:00
BKE_utildefines.h blend file thumbnailing 2010-05-24 21:52:18 +00:00
BKE_world.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_writeavi.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_writeffmpeg.h correct fsf address 2010-02-12 13:34:04 +00:00
BKE_writeframeserver.h correct fsf address 2010-02-12 13:34:04 +00:00
CMakeLists.txt warning fixes and minor cmake changes. 2010-09-18 03:55:56 +00:00
Makefile Update address in license block. 2010-08-10 21:22:26 +00:00
SConscript Finally change SConscript tabs to spaces. 2010-08-29 20:52:05 +00:00
depsgraph_private.h correct fsf address 2010-02-12 13:34:04 +00:00
nla_private.h correct fsf address 2010-02-12 13:34:04 +00:00