tornavis/source/blender/makesdna
Janne Karhu 0ea9271f43 Bug fix: Particles in dupligroups were mostly drawn properly in 3d view, but rendering them was a real mess.
* After countless different bugs particles should now render correctly inside dupligroups.
* Only particles with metaball visualization are still problematic, this is mostly due to the ancient metaball code.
* I'll also add a test file for some of the situations, so that hopefully these cases stay fixed :)
2011-02-06 15:50:00 +00:00
..
intern Script to test import operators, so a single command can execute an operator on all files in a directory and optionally save out blend files for inspection. 2011-02-01 12:47:50 +00:00
CMakeLists.txt cmake: share the DNA_*.h list definition between makesrna and makesdna 2011-01-07 11:08:47 +00:00
DNA_ID.h own fix r34446, was incorrect, fixed properly now. 2011-01-22 04:40:15 +00:00
DNA_action_types.h Bugfix #25611 2011-01-20 15:17:02 +00:00
DNA_actuator_types.h bugfix [#24995] Object rotation seems to be applied incorrectly 2010-12-06 07:45:07 +00:00
DNA_anim_types.h Drivers Code Cleanups and UI Tweaks: 2010-12-28 05:45:15 +00:00
DNA_armature_types.h Fix bones moving when changing between editmode and posemode. 2011-02-05 13:19:14 +00:00
DNA_boid_types.h Replace uint32_t in pointcache code with unsigned int as it's supported in dna 2011-01-09 18:23:41 +00:00
DNA_brush_types.h Fixed bug [#25649] Image editor paint icon missing until enter weight 2011-01-16 18:33:08 +00:00
DNA_camera_types.h remove/comment unused defines. 2011-01-15 16:14:57 +00:00
DNA_cloth_types.h Rest shape key for cloth option, this makes it possible 2010-03-30 11:49:07 +00:00
DNA_color_types.h Merge GSOC Sculpt Branch: 28499-30319 2010-07-14 14:11:03 +00:00
DNA_constraint_types.h Small feature for debugging pleasure: 2011-01-02 13:33:32 +00:00
DNA_controller_types.h BGE Logics UI: commit to receive some feedback from Matt 2010-05-04 00:06:13 +00:00
DNA_curve_types.h New Keyframe Type: "Jitter" 2011-02-01 11:35:27 +00:00
DNA_customdata_types.h Reorganisation of COLLADA import code. Classes have been split into their own files. 2010-10-05 00:05:14 +00:00
DNA_documentation.h correct typo's 2010-04-25 15:24:18 +00:00
DNA_effect_types.h correct fsf address 2010-02-12 13:34:04 +00:00
DNA_fileglobal_types.h Small feature for debugging pleasure: 2011-01-02 13:33:32 +00:00
DNA_genfile.h Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for 'const char's,. 2010-12-03 17:05:21 +00:00
DNA_gpencil_types.h correct fsf address 2010-02-12 13:34:04 +00:00
DNA_group_types.h bugfix [#24774] Lattice modifier+Dupligroup+Texture solid=weird result 2011-01-12 16:53:27 +00:00
DNA_image_types.h fix for RNA ranges exceeding the range of the type (INT_MAX used on short's for eg). 2010-11-21 03:45:35 +00:00
DNA_ipo_types.h remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind. 2011-01-16 21:12:38 +00:00
DNA_key_types.h correct fsf address 2010-02-12 13:34:04 +00:00
DNA_lamp_types.h remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind. 2011-01-16 21:12:38 +00:00
DNA_lattice_types.h Animation data for lattices is now shown in the Animaton Editors 2011-01-05 00:37:21 +00:00
DNA_listBase.h correct fsf address 2010-02-12 13:34:04 +00:00
DNA_material_types.h "Particle" texture coordinates for halo materials: 2010-12-07 12:58:25 +00:00
DNA_mesh_types.h fix [#25283] Edge length display difficult to read 2010-12-20 03:59:22 +00:00
DNA_meshdata_types.h correct fsf address 2010-02-12 13:34:04 +00:00
DNA_meta_types.h metaball rotations must be kept normalized, normalize values after setting from rna/python. 2010-12-08 13:02:16 +00:00
DNA_modifier_types.h Todo item #19816: Wave modifier does not affect Curve Paths 2011-01-14 16:57:53 +00:00
DNA_nla_types.h correct fsf address 2010-02-12 13:34:04 +00:00
DNA_node_types.h Applied patch #23379. Does not change existing .blend files and looks 2010-08-25 02:18:37 +00:00
DNA_object_fluidsim.h Restored Fluid Sim baking 2010-03-25 06:27:25 +00:00
DNA_object_force.h remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind. 2011-01-16 21:12:38 +00:00
DNA_object_types.h remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind. 2011-01-16 21:12:38 +00:00
DNA_outliner_types.h correct fsf address 2010-02-12 13:34:04 +00:00
DNA_packedFile_types.h correct fsf address 2010-02-12 13:34:04 +00:00
DNA_particle_types.h Bug fix: Particles in dupligroups were mostly drawn properly in 3d view, but rendering them was a real mess. 2011-02-06 15:50:00 +00:00
DNA_property_types.h correct fsf address 2010-02-12 13:34:04 +00:00
DNA_scene_types.h BGE: option in the UI to start with the mouse cursor visible. Patch by Vitor Balbio, changes by me. 2011-01-23 17:25:27 +00:00
DNA_screen_types.h Bugfix [#25902] alt+a over 3D view don't up date dropesheet editor 2011-02-01 23:41:01 +00:00
DNA_sdna_types.h Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for 'const char's,. 2010-12-03 17:05:21 +00:00
DNA_sensor_types.h BGE Bugfix: [#24926] Sensor 'Radar' les axes X+ et Y+ ont été inversé. (oui, a french bug report :) 2010-11-26 03:37:08 +00:00
DNA_sequence_types.h remove/comment unused defines. 2011-01-15 16:14:57 +00:00
DNA_smoke_types.h Smoke now uses only one point cache where both normal and high resolution smoke are stored together: 2010-11-30 21:31:18 +00:00
DNA_sound_types.h include cleanup, no functional changes 2010-08-04 04:01:27 +00:00
DNA_space_types.h Bugfix [#25902] alt+a over 3D view don't up date dropesheet editor 2011-02-01 23:41:01 +00:00
DNA_text_types.h fix [#25283] Edge length display difficult to read 2010-12-20 03:59:22 +00:00
DNA_texture_types.h new bumpmapping options for the renderer 2011-01-29 11:56:11 +00:00
DNA_userdef_types.h Moved Auto-Keying "Insert for KeyingSet only" option from UserPrefs to 2011-02-04 08:33:07 +00:00
DNA_vec_types.h stop dna from parsing structs that aren't used needed. 2010-10-01 15:59:34 +00:00
DNA_vfont_types.h bugfix [#24357] Font folder can be specified but is not opened 2010-10-24 07:02:19 +00:00
DNA_view2d_types.h Fix [#21711] Position of 2d cursor is not displayed correctly and cannot be set 2010-03-30 05:52:05 +00:00
DNA_view3d_types.h remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind. 2011-01-16 21:12:38 +00:00
DNA_windowmanager_types.h Small fix from the todo: 2011-01-22 18:00:11 +00:00
DNA_world_types.h remove/comment unused defines. 2011-01-15 16:14:57 +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