tornavis/source/blender/makesdna
Tamito Kajiyama 4172997675 Merged changes in the trunk up to revision 50607.
Conflicts resolved:
source/blender/blenloader/intern/readfile.c
2012-09-15 00:15:24 +00:00
..
intern Merged changes in the trunk up to revision 50607. 2012-09-15 00:15:24 +00:00
CMakeLists.txt remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
DNA_ID.h Merged changes in the trunk up to revision 49478. 2012-08-02 00:10:05 +00:00
DNA_action_types.h Merged changes in the trunk up to revision 49986. 2012-08-18 15:20:35 +00:00
DNA_actuator_types.h style cleanup 2012-06-06 22:38:39 +00:00
DNA_anim_types.h code cleanup: spelling 2012-07-16 23:23:33 +00:00
DNA_armature_types.h More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise->normalize). 2012-07-03 19:09:07 +00:00
DNA_boid_types.h Ensure enums in DNA files has got explicit values 2012-06-15 14:11:05 +00:00
DNA_brush_types.h Ensure enums in DNA files has got explicit values 2012-06-15 14:11:05 +00:00
DNA_camera_types.h Fisheye Camera for Cycles 2012-05-04 16:20:51 +00:00
DNA_cloth_types.h style cleanup 2012-06-06 22:38:39 +00:00
DNA_color_types.h code cleanup: don't use magic numbers for curve flag & use bool args for curvemapping_changed() 2012-08-21 08:47:36 +00:00
DNA_constraint_types.h style cleanup 2012-08-11 22:12:32 +00:00
DNA_controller_types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
DNA_curve_types.h fix for blend_render_info.py not closing file & some edits to comments. 2012-08-22 10:29:30 +00:00
DNA_customdata_types.h Add MVertSkin DNA/RNA and customdata (CD_MVERT_SKIN). 2012-05-22 15:18:43 +00:00
DNA_defs.h svn merge ^/trunk/blender -r44189:44204 2012-02-17 20:56:25 +00:00
DNA_documentation.h style cleanup: comment blocks 2012-03-09 18:28:30 +00:00
DNA_dynamicpaint_types.h style cleanup: comment blocks 2012-03-09 18:28:30 +00:00
DNA_effect_types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
DNA_fileglobal_types.h style cleanup - spelling corrections & update some incorrect comments. 2012-03-03 11:45:08 +00:00
DNA_freestyle_types.h Unified "Ridge" and "Valley" into "Ridge & Valley" in the Parameter Editor mode. 2012-02-05 12:50:01 +00:00
DNA_genfile.h code cleanup: no functional changes 2012-04-07 12:37:15 +00:00
DNA_gpencil_types.h spelling cleanup 2012-03-18 07:38:51 +00:00
DNA_group_types.h code cleanup: header cleanup 2012-04-30 14:24:11 +00:00
DNA_image_types.h dont display image sequences outside the frame range in the 3D viewport. 2012-07-03 14:04:39 +00:00
DNA_ipo_types.h style cleanup: also add debugging print function for derived mesh DM_debug_print_cdlayers() 2012-09-03 02:41:12 +00:00
DNA_key_types.h style cleanup: correct typos 2012-04-21 14:14:58 +00:00
DNA_lamp_types.h Merging phase 1 of the BGE Harmony branch: 2012-05-01 02:50:17 +00:00
DNA_lattice_types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
DNA_linestyle_types.h New options in the Parameter Editor mode for controling the position of stroke thickness. 2012-04-07 17:28:09 +00:00
DNA_listBase.h style cleanup 2012-06-06 22:38:39 +00:00
DNA_mask_types.h Alternate mask spline feather offset calculation method: now there are 2 [Even | Smooth] 2012-08-27 09:44:56 +00:00
DNA_material_types.h Merged changes in the trunk up to revision 49797. 2012-08-12 00:09:57 +00:00
DNA_mesh_types.h Merged changes in the trunk up to revision 50607. 2012-09-15 00:15:24 +00:00
DNA_meshdata_types.h Merged changes in the trunk up to revision 50607. 2012-09-15 00:15:24 +00:00
DNA_meta_types.h style cleanup: comment blocks 2012-03-09 18:28:30 +00:00
DNA_modifier_types.h Ensure enums in DNA files has got explicit values 2012-06-15 14:11:05 +00:00
DNA_movieclip_types.h Added frame offset slider to clip datablocks 2012-06-12 21:25:23 +00:00
DNA_nla_types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
DNA_node_types.h Cycles: merge of changes from tomato branch. 2012-09-04 13:29:07 +00:00
DNA_object_fluidsim.h code cleanup: header cleanup 2012-04-30 14:24:11 +00:00
DNA_object_force.h Revert the DNA pdef_stickness -> pdef_stickiness part of r48556. 2012-07-04 07:35:54 +00:00
DNA_object_types.h style cleanup: use <pre> for doxygen ascii art 2012-08-13 15:17:15 +00:00
DNA_outliner_types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
DNA_packedFile_types.h Ensure enums in DNA files has got explicit values 2012-06-15 14:11:05 +00:00
DNA_particle_types.h Fix #32201: particle size compatibility broken for object/group duplication. 2012-08-22 13:10:43 +00:00
DNA_property_types.h code cleanup: header cleanup 2012-04-30 14:24:11 +00:00
DNA_scene_types.h Merged changes in the trunk up to revision 50607. 2012-09-15 00:15:24 +00:00
DNA_screen_types.h code cleanup: remove deprecated defines and some struct members 2012-09-06 00:33:59 +00:00
DNA_sdna_types.h add endian switch functions to replace macros SWITCH_INT/LONG/SHORT, with BLI_endian_switch_int32/int64/float/double... 2012-09-03 07:37:38 +00:00
DNA_sensor_types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
DNA_sequence_types.h code cleanup: remove deprecated defines and some struct members 2012-09-06 00:33:59 +00:00
DNA_smoke_types.h Smoke: Start fixing scaling issues which happen with non cube-shaped domains. 2012-05-24 23:50:20 +00:00
DNA_sound_types.h Ensure enums in DNA files has got explicit values 2012-06-15 14:11:05 +00:00
DNA_space_types.h Sequencer: overlay display type options 2012-08-12 13:24:29 +00:00
DNA_speaker_types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
DNA_text_types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
DNA_texture_types.h style cleanup 2012-08-04 19:34:38 +00:00
DNA_tracking_types.h Ensure enums in DNA files has got explicit values 2012-06-15 14:11:05 +00:00
DNA_userdef_types.h Merged changes in the trunk up to revision 50607. 2012-09-15 00:15:24 +00:00
DNA_vec_types.h svn merge ^/trunk/blender -r44189:44204 2012-02-17 20:56:25 +00:00
DNA_vfont_types.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
DNA_view2d_types.h 2d smoothview now scales back the time to move for smaller view zoom/panning. 2012-08-12 19:35:47 +00:00
DNA_view3d_types.h code cleanup: reduce calls to CTX_ functions inline, add some docs to mask rasterizer. 2012-09-13 01:50:21 +00:00
DNA_windowmanager_types.h More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise->normalize). 2012-07-03 19:09:07 +00:00
DNA_world_types.h spelling cleanup 2012-03-18 07:38:51 +00:00
SConscript