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
2012-06-08mask animation keys now editable in the dope sheet (duplicate, transform, del...Campbell Barton
2012-06-07code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather the...Campbell Barton
2012-06-07style cleanupCampbell Barton
2012-06-06Changed semantic of recently added start_frameSergey Sharybin
2012-06-06style cleanup: (indentation)Campbell Barton
2012-06-06mask modeCampbell Barton
2012-06-05shrink/fatten transform for mask - adjusts the feather weight.Campbell Barton
2012-06-05Fix #31713: Mask editor: RMB drag crashes BlenderSergey Sharybin
2012-06-05style cleanupCampbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-25remove some float/double conversionsCampbell Barton
2012-05-24style cleanup: comma placementCampbell Barton
2012-05-23style cleanupCampbell Barton
2012-05-23code cleanup: double promotion warningsCampbell Barton
2012-05-22Add vertex skin radii scaling as a transform operator.Nicholas Bishop
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-16evil mango feature, alt transform sequence strips bumps other strips out of t...Campbell Barton
2012-05-13Adds “align” option to snap to verts/edges/faces, for bones in Pose mode.Bastien Montagne
2012-05-11- dont create scene.sequence_editor on read, means data-browser or autocomple...Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-05-02style cleanup: whitespace, bracesCampbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-29Pose armature cleanup: remove old commented code replaced by use of new gener...Bastien Montagne
2012-04-29Camera tracking: backport refactoring made in local branches with masking and...Sergey Sharybin
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-28Camera tracking: if there's no image for current frame display default gridSergey Sharybin
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-24code cleanup: rename UV functions to closer match bmesh apiCampbell Barton
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-19code cleanup: remove unused BMesh args.Campbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-18Fix: Transforming NLA strips leaks memory.Antony Riakiotakis
2012-04-17Fix #30980: edge slide Correct UVs option not working.Brecht Van Lommel
2012-04-02code cleanup:Campbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-26Code style cleaup for motion-tracking modules.Sergey Sharybin