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-10fix for un-initialized memory use for modal inset/bevel.Campbell Barton
2012-06-07Fix #31734: Edge slide operator Flip/Even options not workingSergey Sharybin
2012-06-06style cleanup: (indentation)Campbell Barton
2012-06-05shrink/fatten now works with proportional editmode on curves.Campbell Barton
2012-06-05shrink/fatten transform for mask - adjusts the feather weight.Campbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-31Fix #31634: crash calling bpy.ops.transform.edge_slide() outside 3d view.Brecht Van Lommel
2012-05-30minor transform change to stay in sync with mask branchCampbell Barton
2012-05-27Fix #31606: pg up/down does not work for changing falloff for proportional ed...Sergey Sharybin
2012-05-23edit to last commit, remove pointer to active slide vert, only need to store ...Campbell Barton
2012-05-23non-proportional edge slide patch by XercesBlueCampbell 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-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-18Code cleanup: de-duplicate some transform constraint code.Nicholas Bishop
2012-05-16modal operation for bevel and inset:Antony Riakiotakis
2012-05-13Adds “align” option to snap to verts/edges/faces, for bones in Pose mode.Bastien Montagne
2012-05-13code cleanup: minor improvements to float/vector usage.Campbell Barton
2012-05-04fix [#31205] Loop cut don't slide when hidden faces betweenCampbell Barton
2012-05-02style cleanup: whitespace, bracesCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-29Remove variables tagged as unused. Easier to synchronize with current patches...Sergey Sharybin
2012-04-29quiet unused warningsCampbell Barton
2012-04-29Camera tracking: backport refactoring made in local branches with masking and...Sergey Sharybin
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-25code cleanup: typos and set gcc attributes for string formatting.Campbell Barton
2012-04-25fix [#31080], edge slide UV correction wasnt working for UVs surrounding the ...Campbell Barton
2012-04-25code cleanup: edge slide code had oddly named variables, added some comments ...Campbell Barton
2012-04-25style cleanup: no functional changesCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-20code cleanup: prefer BM_face/edge/vert_select_set() over BM_elem_select_set()...Campbell 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 redo not working correct after keyboard input for shear, shrink/flatten,Brecht Van Lommel
2012-04-18more replacement for BM_edge_face_count() use.Campbell Barton
2012-04-17Fix #30977: error loading modal keymaps from keyconfiguration presets.Brecht Van Lommel
2012-04-17Fix #30980: edge slide Correct UVs option not working.Brecht Van Lommel
2012-04-03fix/workaround an error related to [#30735]Campbell Barton
2012-04-03patch [#30780] Transform operator leak in aborted edge slide modeCampbell 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-20Quiet warnings about unused functions and variables.Nicholas Bishop
2012-03-19Fix #30594: UV editor transform tools did not show help/pivot line to indicateBrecht Van Lommel