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-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-06-01fix crash in clip graph view (possibly own fault)Campbell Barton
2012-05-30minor transform change to stay in sync with mask branchCampbell Barton
2012-05-25Fix for last commit, forgot to update Screen.is_animation_playing python prop...Brecht Van Lommel
2012-05-25Animation playback: now all windows are update during playback, rather thanBrecht Van Lommel
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-13add access to bevel weight modal operator (only available in the Shift+E edge...Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
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: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-25code cleanup: no functional change - had both EDBM_editselection_* and BM_edi...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-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
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-15fix [#30542] Shear Vertical Seg Faults BlenderCampbell Barton
2012-03-11style cleanup: + some warning fixes, also remove unused metaelem extern.Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-02code cleanup:Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-23code style cleanup, no functional changes.Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-01-19svn merge ^/trunk/blender -r43482:43524Campbell Barton
2012-01-18Curve points of tracking curves now can be grabbed to smooth spikesSergey Sharybin
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2011-12-31svn merge ^/trunk/blender -r42991:43009Campbell Barton
2011-12-19Merging r42648 through r42722 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-05Object tracking; initial commitSergey Sharybin
2011-12-05manual sync with trunk - pulling in changes where the issues are not bmesh sp...Campbell Barton
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell Barton
2011-11-16svn merge -r41847:41899 ^/trunk/blenderCampbell Barton
2011-11-15Fix #29253: 3D Manipulator: "Active Element" not supported for curvesSergey Sharybin
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton