tornavis/source/blender/makesdna
Ton Roosendaal 96a6a38e00 New drawmode for the Armature geeks!
It was noticed that Bones dont perform well in 'xray' drawing, for that
purpose a very minimal style would serve best.
This new option "Line" draws a solid line with bitmap circles in endings.

http://www.blender.org/cms/Armature_draw_modes.629.0.html

Or temporal pics:

http://www.blender.org/bf/rt1.jpg
http://www.blender.org/bf/rt.jpg
2005-07-21 22:03:27 +00:00
..
intern - apologies, made stupid newbie error in makesdna change (I'm blushing), 2005-07-21 02:56:45 +00:00
DNA_ID.h Version 1.0 of the new Outliner 2004-10-06 18:55:00 +00:00
DNA_action_types.h Couple of fixes combined; 2005-07-19 16:12:56 +00:00
DNA_actuator_types.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
DNA_armature_types.h New drawmode for the Armature geeks! 2005-07-21 22:03:27 +00:00
DNA_camera_types.h The zblur plugin (aka as DoF) integrated in render. Compared to patch 2005-04-23 20:49:23 +00:00
DNA_constraint_types.h Made action constraints to become backwards compatible. In the old version 2005-07-18 17:27:17 +00:00
DNA_controller_types.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
DNA_curve_types.h Attempt at providing the best possible flexibility and usefulness with 2005-06-18 00:52:25 +00:00
DNA_documentation.h - added reference to genfile.c instructions 2003-06-23 12:28:20 +00:00
DNA_effect_types.h - Made SoftBody work with Particle Force Fields. 2005-04-04 18:09:47 +00:00
DNA_fileglobal_types.h Second itteration of global undo system. Now based on: 2004-09-05 13:43:51 +00:00
DNA_group_types.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
DNA_image_types.h 3D view orbit option: Around Active 2005-07-06 00:33:41 +00:00
DNA_ipo_types.h For long on the wanna-have list; 2005-07-10 12:50:14 +00:00
DNA_key_types.h - removed unused actkey field from struct Key 2005-07-15 17:35:10 +00:00
DNA_lamp_types.h Added some backward compatibility with old yafray blendershader. Because of missing 2005-05-27 17:52:53 +00:00
DNA_lattice_types.h - replaced AUTOSPACE define with {ME_,CU_,MB_}AUTOSPACE, 2004-03-14 16:59:48 +00:00
DNA_listBase.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
DNA_material_types.h Added some backward compatibility with old yafray blendershader. Because of missing 2005-05-27 17:52:53 +00:00
DNA_mesh_types.h - split mesh_deform off from object_deform 2005-07-19 02:36:21 +00:00
DNA_meshdata_types.h - basic code for fake-polygon support (called FGon in code). Disabled now 2004-09-24 12:40:37 +00:00
DNA_meta_types.h - It is possible to scale radius of MetaElem again. 2005-04-11 19:31:05 +00:00
DNA_modifier_types.h - shuffled editmesh derived function name/function 2005-07-21 20:30:33 +00:00
DNA_nla_types.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
DNA_object_force.h Added baking for softbodies. 2005-05-02 13:28:13 +00:00
DNA_object_types.h - split {curve,lattice,armature}_deform_verts out of mesh_deform 2005-07-19 20:14:17 +00:00
DNA_oops_types.h Outliner features: 2004-10-11 11:54:14 +00:00
DNA_packedFile_types.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
DNA_property_types.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
DNA_radio_types.h More translations of c comments, now also include files! 2003-04-27 11:55:33 +00:00
DNA_scene_types.h Added some backward compatibility with old yafray blendershader. Because of missing 2005-05-27 17:52:53 +00:00
DNA_screen_types.h Animated UI for TimeLine "Play" 2005-05-11 20:01:42 +00:00
DNA_scriptlink_types.h BPython: 2005-05-08 21:20:34 +00:00
DNA_sdna_types.h Support for building bf-blender under windows with gcc (huge thanks to 2003-05-24 20:04:37 +00:00
DNA_sensor_types.h Added Joystick sensor (from snailrose) 2005-01-23 01:36:29 +00:00
DNA_sequence_types.h Bug fix #2311 2005-03-24 09:37:06 +00:00
DNA_sound_types.h Preparations to have Panels in all window types. Also implemented 2004-04-19 22:05:37 +00:00
DNA_space_types.h Patch by Martin Poirier: display normalized coordinates in image window, with 2005-06-26 15:37:36 +00:00
DNA_text_types.h TextEditor: syntax color support. 2005-05-13 16:11:28 +00:00
DNA_texture_types.h Bug fix #2323 2005-04-12 11:45:06 +00:00
DNA_userdef_types.h Cleanup of Armature 3d drawing. 2005-07-12 15:47:53 +00:00
DNA_vec_types.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
DNA_vfont_types.h Initial commit for new text object. 2005-06-17 21:04:27 +00:00
DNA_view2d_types.h More fixes in object drawing: 2003-10-22 09:06:30 +00:00
DNA_view3d_types.h Armature "XRay mode" now draws nicely with solid too. For it to work, I 2005-07-13 19:42:08 +00:00
DNA_wave_types.h More translations of c comments, now also include files! 2003-04-27 11:55:33 +00:00
DNA_world_types.h Added type for Bullet collision detection and physics engine. 2005-07-16 09:55:22 +00:00
Makefile - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
SConscript Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00