tornavis/source/blender/makesdna
Sergey Sharybin e72c6f191f Tweaks to plane track
- Do plane re-evaluation only when transform is actually done.
  Before this re-evaluation happened on every mouse move.

- Added a flag "Auto Keyframe" for the plane track, which does:

  * If Auto Keyframe is enabled, then every manual edit of the
    plane will create a new keyframe at current frame and update
    plane motion between current frame and previous/next keyframe.

    This now also implies blending detected motion with neighbor
    keyframes, so there's no jump happening.

    No automatic update on manual point tracks edit will happen.

  * If auto Keyframe is disabled, then no keyframes are adding
    to the plane and every plane tweak will re-evaluate in on
    the whole frame range.

    In this case manual tweaks to point tracks and re-tracking
    them implies plane re-evaluation.
2013-09-10 12:46:18 +00:00
..
intern Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
CMakeLists.txt Another big patch set by Bastien Montagne, thanks a lot! 2012-12-20 07:57:26 +00:00
DNA_ID.h change CHECK_TYPE_INLINE macro not to add the pointer in the macro. 2013-08-17 04:48:34 +00:00
DNA_action_types.h Bugfix [#35643] Animated textures are invisible in Graph Editor if it is not 2013-06-10 04:39:05 +00:00
DNA_actuator_types.h BGE: The Action Actuator can now make use of additive blending. 2013-08-14 23:32:00 +00:00
DNA_anim_types.h code cleanup: typos 2013-05-26 12:02:29 +00:00
DNA_armature_types.h replace strcat with BLI_strcpy_rlen in draw_selected_name(), view3d function. 2013-06-16 09:14:24 +00:00
DNA_boid_types.h style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +00:00
DNA_brush_types.h Allow hiding separate hiding of overlays on stroke. 2013-04-23 00:32:51 +00:00
DNA_camera_types.h incorrect spelling in comments 2012-09-26 20:05:38 +00:00
DNA_cloth_types.h style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +00:00
DNA_color_types.h Film response curves implemented as a looks 2013-09-09 09:48:26 +00:00
DNA_constraint_types.h shrink-wrap constraint, improve and remove some limitations. 2013-09-07 12:59:16 +00:00
DNA_controller_types.h code cleanup: clarify comment about virtial-modifiers, also add comments to DNA headers when its not so obvious what their purpose is. 2013-03-02 07:27:19 +00:00
DNA_curve_types.h Partial revert of recenr cu->disp merge commit 2013-08-21 07:40:19 +00:00
DNA_customdata_types.h Fix #35171: crash rendering cube with two subsurf modifier in some circumstances. 2013-05-01 12:35:31 +00:00
DNA_defs.h move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
DNA_documentation.h style cleanup: comment blocks 2012-03-09 18:28:30 +00:00
DNA_dynamicpaint_types.h Dynamic Paint: Added a new "smoothness" parameter for waves. 2013-08-03 09:46:38 +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 Attempt to fix a potential name conflict between Freestyle and the compositor. 2013-04-09 00:46:49 +00:00
DNA_genfile.h New feature: 2013-03-17 14:38:58 +00:00
DNA_gpencil_types.h fix for DNA alignment on 32 and 64bit systems. 2012-11-12 09:27:39 +00:00
DNA_group_types.h code cleanup: clarify comment about virtial-modifiers, also add comments to DNA headers when its not so obvious what their purpose is. 2013-03-02 07:27:19 +00:00
DNA_image_types.h Fix #36408: Setting `image.colorspace_settings.name` changes saved alpha 2013-08-12 07:47:44 +00:00
DNA_ipo_types.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
DNA_key_types.h Optimization and threading fix for shapekeys weights calculation 2013-08-19 10:36:39 +00:00
DNA_lamp_types.h code cleanup: comment/remove unused defines 2013-05-28 01:15:59 +00:00
DNA_lattice_types.h Make lattice deform safe for threading 2013-08-19 10:11:48 +00:00
DNA_linestyle_types.h Fix for MAX_NAME (== 64) and FILE_MAX (== 1024) in DNA headers. 2013-03-20 01:05:37 +00:00
DNA_listBase.h patch [#34103] - listbase.patch, insertlinkbefore.patch 2013-02-22 14:12:55 +00:00
DNA_mask_types.h Merge plane track feature from tomato branch 2013-08-16 09:46:30 +00:00
DNA_material_types.h code cleanup: comment/remove unused defines 2013-05-28 01:15:59 +00:00
DNA_mesh_types.h remove unused headers and NULL check 2013-07-31 21:34:25 +00:00
DNA_meshdata_types.h Cleanup (mostly #defines -> enums, and bitflags using bitshift operator!). 2013-09-05 18:12:37 +00:00
DNA_meta_types.h Remove unused bounding box from MetaBall 2013-08-19 09:41:13 +00:00
DNA_modifier_types.h Cleanup! 2013-09-01 21:49:35 +00:00
DNA_movieclip_types.h Clip editor prefetch changes 2013-04-04 09:50:38 +00:00
DNA_nla_types.h code cleanup: comment/remove unused defines 2013-05-28 01:15:59 +00:00
DNA_node_types.h Cycles / Sky Texture: 2013-08-28 14:11:28 +00:00
DNA_object_fluidsim.h Add a gui control for setting omp threads in fluids 2013-04-10 18:35:18 +00:00
DNA_object_force.h comment quick cache RNA and quiet compiler werning. 2012-10-23 15:07:09 +00:00
DNA_object_types.h fix odd (intentional) behavior with vertex parent, 2013-09-01 22:38:41 +00:00
DNA_outliner_types.h fix for [#36260] 2,300 Objects Makes Blender Unresponsive 2013-08-03 11:35:09 +00:00
DNA_packedFile_types.h style cleanup 2012-10-28 15:23:16 +00:00
DNA_particle_types.h Make lattice deform safe for threading 2013-08-19 10:11:48 +00:00
DNA_property_types.h code cleanup: comment/remove unused defines 2013-05-28 01:15:59 +00:00
DNA_rigidbody_types.h rigidbody: Revert to running simulation on frame update 2013-03-03 06:09:48 +00:00
DNA_scene_types.h BGE: Flipping vsync constants so VSYNC_ON is 0. 2013-08-17 02:06:45 +00:00
DNA_screen_types.h minor ui edits 2013-08-30 11:49:35 +00:00
DNA_sdna_types.h incorrect spelling in comments 2012-09-26 20:05:38 +00:00
DNA_sensor_types.h BGE: Removing the touch sensor and converting all touch sensors to collision sensors. 2013-09-04 22:14:14 +00:00
DNA_sequence_types.h Mask modifier for sequences 2013-05-08 14:20:57 +00:00
DNA_smoke_types.h Smoke simulator: Add flow subframes and ability to set custom particle size. 2013-05-17 17:45:37 +00:00
DNA_sound_types.h remove unused headers and NULL check 2013-07-31 21:34:25 +00:00
DNA_space_types.h Mask primitives 2013-08-26 20:23:26 +00:00
DNA_speaker_types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
DNA_text_types.h code cleanup: comment/remove unused defines 2013-05-28 01:15:59 +00:00
DNA_texture_types.h Woot woot commit. 2013-03-31 00:38:50 +00:00
DNA_tracking_types.h Tweaks to plane track 2013-09-10 12:46:18 +00:00
DNA_userdef_types.h Expose theme color of shadow UVs (These include UVs that are drawn in 2013-09-05 15:09:10 +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: clarify comment about virtial-modifiers, also add comments to DNA headers when its not so obvious what their purpose is. 2013-03-02 07:27:19 +00:00
DNA_view2d_types.h Region scrollbar fix! 2012-12-26 13:05:39 +00:00
DNA_view3d_types.h hidden wireframe option for mesh editmode, important for retopology mode (can be used with xray). 2013-07-20 03:51:49 +00:00
DNA_windowmanager_types.h changing RNA properties now prints python script in the info view. 2012-12-18 15:22:06 +00:00
DNA_world_types.h code cleanup: comment/remove unused defines 2013-05-28 01:15:59 +00:00
SConscript code cleanup: split scons includes onto multiple lines, reduce chance of include conflicts later on. 2013-05-20 18:42:28 +00:00