tornavis/source/blender/makesdna
Joerg Mueller 13249b925e 3D Audio GSoC:
Speaker objects fully functional!

Minor changes:
* Fixed three memory bugs found via valgrind.
* Fixed bug with jack transport crashing after file loading.
* Sound NLA Strips now start at CFRA instead of 0.
2011-08-09 08:38:14 +00:00
..
intern 3D Audio GSoC: 2011-08-01 11:44:20 +00:00
CMakeLists.txt cmake was using dna source list with the variable out of scope, possibly causing dependency problems. 2011-02-22 06:23:07 +00:00
DNA_ID.h 3D Audio GSoC: 2011-08-01 11:44:20 +00:00
DNA_action_types.h Animation channels can now be renamed by Ctrl-Clicking on them, as in 2011-08-03 01:22:31 +00:00
DNA_actuator_types.h BGE Animations: Adding in layer weights to allow for layer blending. 2011-07-03 01:59:17 +00:00
DNA_anim_types.h 3D Audio GSoC: 2011-08-09 08:38:14 +00:00
DNA_armature_types.h BGE Animations: Adding a new choice for vertex deformation for armatures, which can be found in the Armature's Skeleton panel by the Deform options. Before only Blender's armature_deform_verts() was used. Now users can choose a vertex deformation function that is optimized for the BGE. At the moment it is mostly a copy of armature_deform_verts() with various chunks of code removed, and the BLI_math code was replaced with Eigen2. In my test scene, the new function offered about a 40% improvement over armature_deform_verts() (17~19ms rasterizer to 11~12ms). The only current limitation that I'm aware of if that B-Bone segments are not supported in the BGE version, and I will probably leave it out. I would like to also limit the BGE version to 4 weights to make things easier for a GPU version, but this may just make things slower (sorting weights to find the top 4). 2011-07-26 06:10:05 +00:00
DNA_boid_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_brush_types.h Fix #26158: The layer hight of the layer tool cannot longer be controled by the strength of the brush, as it was in 2.49 2011-02-25 16:54:09 +00:00
DNA_camera_types.h camera composition guides: 2011-05-15 05:43:59 +00:00
DNA_cloth_types.h =trunk= 2011-05-01 21:39:13 +00:00
DNA_color_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_constraint_types.h = Limit Distance Constraint - 'For Transform' Option = 2011-05-24 12:12:12 +00:00
DNA_controller_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_curve_types.h Bassam Feature Request: "Auto Clamped" handles can now be set per 2011-08-04 14:13:05 +00:00
DNA_customdata_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_documentation.h Start simple intros for intern and extern libs. 2011-02-17 16:17:40 +00:00
DNA_effect_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_fileglobal_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_genfile.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_gpencil_types.h xray option for grease pencil (on by default), sometimes its nicer not to have lines draw through the mesh. 2011-04-01 11:55:21 +00:00
DNA_group_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_image_types.h fix/workaround [#28040] float images reduced to 256 levels per channel upon save 2011-07-21 00:41:00 +00:00
DNA_ipo_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_key_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_lamp_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_lattice_types.h fix [#27572] Mirror Shapekey and Mirror vertex Group not working for Lattice. 2011-06-06 06:40:09 +00:00
DNA_listBase.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_material_types.h Current situation 2011-07-04 18:14:41 +00:00
DNA_mesh_types.h remove checks on deprecated multires pointer. 2011-04-21 08:55:10 +00:00
DNA_meshdata_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_meta_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_modifier_types.h svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blender . 2011-07-29 07:58:03 +00:00
DNA_nla_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_node_types.h svn merge -r38558:38752 https://svn.blender.org/svnroot/bf-blender/trunk/blender . 2011-07-27 07:42:53 +00:00
DNA_object_fluidsim.h Elbeem / Fluidsim update: 2011-06-12 23:51:30 +00:00
DNA_object_force.h Fix #26962: softbody collision doesn't respect subsurf+displace modifiers. 2011-07-08 13:22:58 +00:00
DNA_object_types.h 3D Audio GSoC: 2011-08-01 11:44:20 +00:00
DNA_outliner_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_packedFile_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_particle_types.h Fix for [#26712] Particle group instance 'Use Count' value gets reset on file-load. 2011-07-15 13:32:02 +00:00
DNA_property_types.h doxygen: prevent GPL license block from being parsed as doxygen comment. 2011-02-23 10:52:22 +00:00
DNA_scene_types.h 3D Audio GSoC: 2011-08-03 09:25:40 +00:00
DNA_screen_types.h Code holiday commit: 2011-06-04 17:03:46 +00:00
DNA_sdna_types.h Start simple intros for intern and extern libs. 2011-02-17 16:17:40 +00:00
DNA_sensor_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_sequence_types.h 3D Audio GSoC: 2011-07-28 13:58:59 +00:00
DNA_smoke_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_sound_types.h 3D Audio GSoC: 2011-08-07 11:54:58 +00:00
DNA_space_types.h remove append to cursor code, wasnt used and made some naive assumptions about object locations. 2011-08-04 11:27:13 +00:00
DNA_speaker_types.h 3D Audio GSoC: 2011-08-01 11:44:20 +00:00
DNA_text_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_texture_types.h =trunk= 2011-05-01 03:57:53 +00:00
DNA_userdef_types.h Merging trunk up to r39145. 2011-08-07 15:25:06 +00:00
DNA_vec_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_vfont_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_view2d_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
DNA_view3d_types.h experimental onscreen rotation guide 2011-07-26 02:35:46 +00:00
DNA_windowmanager_types.h KEYMAP REFACTORING 2011-08-05 20:45:26 +00:00
DNA_world_types.h DNA header files are now grouped under the same module. No further documentation done. 2011-02-17 20:48:12 +00:00
SConscript Undo revision 23130 which was a merge with 2.5, a messy one because I did something wrong (`svn status` output: http://www.pasteall.org/7887). 2009-09-15 18:01:18 +00:00