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-10-29Cleanup: warnings, typosCampbell Barton
2014-10-01Anim Playback: Optionally draw flippedCampbell Barton
2014-10-01Cleanup: de-duplicate playanim matrixCampbell Barton
2014-06-07Replace open() with BLI_openCampbell Barton
2014-05-09Code cleanup: styleCampbell Barton
2014-05-07playanim: check for escape key while loading imagesCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (windowmanager)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-11-29Code cleanup: avoid using function calls within macrosCampbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-07-13fix for 2 bugs in animation playbackCampbell Barton
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-03-18code cleanupCampbell Barton
2013-03-09Blender Anim player fixes:Ton Roosendaal
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08Feature request:Ton Roosendaal
2013-03-05patch [#34103]Campbell Barton
2013-02-28Draw a checker board as a background for animation playerSergey Sharybin
2013-01-16style cleanupCampbell Barton
2012-12-06fix playanim - up/down keys were not stepping 10 frames as intended.Campbell Barton
2012-11-21Fix for #33250: animation player shortcut keys not working on OS X.Brecht Van Lommel
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-17playanim: make alphanumeric +/- and numpad +/- work the same way.Campbell Barton
2012-11-17playanim move zooming into a static function, the switch statement passthroug...Campbell Barton
2012-11-17animation playback window now pauses properly.Campbell Barton
2012-11-17fix for 'Playanim' playing past the last frame of an animation. also print -s...Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-10-12code cleanup: video playback move frame step into the PlayState struct.Campbell Barton
2012-09-18code cleanup: warning and styleCampbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-13code cleanup: reduce calls to CTX_ functions inline, add some docs to mask ra...Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-24Code cleanup: remove some unused code.Brecht Van Lommel
2012-08-21Fix #32370: compiler error in wm_playanim.c due to conflicting Carbon ID typeBrecht Van Lommel
2012-08-06bring back the play option from 2.4xCampbell Barton