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
2022-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2021-05-06PlayAnim: support limiting the cache by memory instead of framesCampbell Barton
2021-04-12Cleanup: defer 'os' imports in startup scriptsCampbell Barton
2020-07-17Cleanup: remove f-string use in favor of percentage for formattingCampbell Barton
2020-06-22External Player: update DJV to version 2Damien Picard
2020-06-22Cleanup: remove workaround for boost 1.46Campbell Barton
2020-06-22Cleanup: remove blender 2.4 reference in animation playbackCampbell Barton
2020-01-20Fix T71825: Custom Animation Player path overrides chosen playerSybren A. Stüvel
2019-06-25Cleanup: tweaks to fix for T66065Campbell Barton
2019-06-25Fix T66065: Missing text in the UI translations files due to 'fstring' usages.Bastien Montagne
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-07-14Cleanup: minor change for f-string useCampbell Barton
2018-07-02Correct f-string in own recent changesCampbell Barton
2018-06-30Cleanup: use f-stringCampbell Barton
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2018-06-04Cleanup: newlines at EOF for Python modulesCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2015-04-22Cleanup: pep8, spellingCampbell Barton
2015-03-27Use preview option to detect frame range for filename when using ctrlAntony Riakiotakis
2013-12-14Code cleanup: Remove Blender 2.4x animation player preset, since we have the ...Thomas Dinges
2013-10-29Project Pampa fix: animplayer will use preview range if preview is enabledSergey Sharybin
2012-11-17fix for 'Playanim' playing past the last frame of an animation. also print -s...Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-09-12fix [#32350] F11 play animation crash when UI language is not "Default"Campbell Barton
2012-09-10when pressing `play` report when the first frame can't be found.Campbell Barton
2012-08-06bring back the play option from 2.4xCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-02- fix for keymap test operatorCampbell Barton
2011-09-28using Blender 2.49 as playback for Ctrl+F11 doesn't take 'frame step' into co...Dalai Felinto
2011-09-22Fix warnings about operator descriptions ending with "."Brecht Van Lommel
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-07-28report an error when user blender versions other then 2.4x for animation play...Campbell Barton
2011-07-25minor edits to animation playback operatorCampbell Barton
2011-07-25fix for DingTo's recent commit with the animation player, it ignored the case...Campbell Barton
2011-07-242.5 External animation player:Thomas Dinges
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton