Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-17Fix for long keyframes not getting faded out with their associated keyframes ...Joshua Leung
2014-01-17Assorted polish fixes for keyframe theme settings patchJoshua Leung
2014-01-17T37579: Theme settings for Keyframe ColoursJose Molina Garcia
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-15Code Cleanup: use iroundfCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-12-26Avoid temporary change of animation data flags for nodes filterSergey Sharybin
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-21Support units in modal numinputBastien Montagne
2013-12-20Fix T37883: Dope Sheet - Selecting object channels in AnimEditors doesn't mak...Joshua Leung
2013-12-20UI: restore confirmation popups for delete operators.Brecht Van Lommel
2013-12-17Fix bplayer broken in own rB51f5c994e9f0.Bastien Montagne
2013-12-17Fix T37103: Keyframing custom properties issue (FCurve would not reflect Cust...Bastien Montagne
2013-12-14Fix T37811: Delete key shortcut missing for deleting markersJoshua Leung
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton
2013-11-29Fix errors and inconsistencies in confirmation popup removal.Brecht Van Lommel
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25UI: remove unnecessary confirmation popupsEmanuel Claesson
2013-11-23More short->bool refactoring work for anim channel type define callbacksJoshua Leung
2013-11-23Anim Editors: Refactored animchannel type definition callbacks to use boolsJoshua Leung
2013-11-20NLA Channel Drawing Refactor: Remove rest of old drawing code for NLA Track c...Joshua Leung
2013-11-20Anim Editors: Ensure that "solo" flag doesn't get accidentally handled on cha...Joshua Leung
2013-11-20Anim Editors: Improve some tooltips to be more accurate for the type of edito...Joshua Leung
2013-11-20Added button callback so that toggling solo mode on NLA Tracks now works corr...Joshua Leung
2013-11-20Ported code for setting colour of NLA Track anim channelJoshua Leung
2013-11-20Ported over logic for which animchannel settings are supported by NLA TracksJoshua Leung
2013-11-20Skeleton of type defines for NlaTrack animchannelJoshua Leung
2013-11-20Updating icons for NLA Track "solo" button (as used in standard widgets)Joshua Leung
2013-11-02Bugfix [#36687] Animation channels can't be grouped in action editorJoshua Leung
2013-11-01code cleanup: spellingCampbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-31fix for uninitialized value use in newly added fcurve normalized view.Campbell Barton
2013-10-29Project Pampa request: FCurves normalized displaySergey Sharybin
2013-10-29Make anim system safer for threadingSergey Sharybin
2013-10-23style cleanupCampbell Barton
2013-10-22Minor UI messages fixes.Bastien Montagne
2013-10-22DopeSheet Group Select => Bone Select Tweak: Don't change selection status ofJoshua Leung
2013-10-21Followup to r60857: code was assuming markers were sorted, which is not guara...Bastien Montagne
2013-10-20Project Pampa request: show curves for node gruppsSergey Sharybin
2013-10-19Fix [#37146] Dopesheet / Graph editor, select columns between markers doesn't...Bastien Montagne
2013-10-17Project Pampa Request: Selecting groups in animation editors selectsJoshua Leung
2013-10-15Fix [#37077] User prefs > Input and Outliner Keymaps mismatch in representation.Bastien Montagne
2013-10-14Project Pampa request: option to lock frame selection to the rangeSergey Sharybin
2013-10-09re-enable activating the text input field for new popup dialog boxes,Campbell Barton
2013-10-02fix [#36919] Cannot delete keyframe of animated simulation parameter if simul...Campbell Barton
2013-10-02Bugfix: All actions created when keyframing now have their "id-root" set appr...Joshua Leung
2013-10-01fix for error setting vector handles to free when both vector handles were se...Campbell Barton
2013-09-30more fixes relating to [#36878], freestyle was only checking for NULL linesty...Campbell Barton
2013-09-16replace RNA_property_array_length with RNA_property_array_check where the len...Campbell Barton