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
2010-01-16Fix: MESH_OT_DELETE wasn't working since rev. 26027, MESH_OT_select_by_number...Dalai Felinto
2010-01-16Fix [#20418] ring select in face mode selects edges not facesMatt Ebb
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-15- particle drawing was using invalid memory with weights.Campbell Barton
2010-01-15Tweaked/added poll functions to prevent operators that requireMatt Ebb
2010-01-14spelling errors, no real changes to code.Campbell Barton
2010-01-12Fix [#20556] Shear hotkey not matching keymapMatt Ebb
2010-01-12Fix [#20644] new curve sets itself to the origin, but the pivot to the cursorMatt Ebb
2010-01-11* Restored vertex parent Matt Ebb
2010-01-10Bug [#20539] Pink Opengl line should disapear Martin Poirier
2010-01-08Fix #20604: Make Normals Consistent (Ctrl N) doesn't respect selection.Brecht Van Lommel
2010-01-05Rename extrude macro "Extrude and Move" (less confusion with the Extrude oper...Martin Poirier
2010-01-04use a smaller threshold for mesh mirror, workaround for sintels face.Campbell Barton
2009-12-30bake is now modal like render and updates the image view while baking.Campbell Barton
2009-12-29bake operator and UI, no feedback while baking yetCampbell Barton
2009-12-28- object.add_shape_key(name="Key", from_mix=True)Campbell Barton
2009-12-28moved shape key insert function into BKE_object.hCampbell Barton
2009-12-28Added location and rotation operator properties for adding objects. The Align...Matt Ebb
2009-12-26fixes for errors/warnings found with cppcheckCampbell Barton
2009-12-25fix for [#20244] importing .obj without "Object" option checked crashes blenderCampbell Barton
2009-12-24support for registering operators using the same internal rna api as panels, ...Campbell Barton
2009-12-24Key map related things:Matt Ebb
2009-12-22select nth (face/edge/vertex) - depending on which was last selected, useful ...Campbell Barton
2009-12-22- make ToolSettings.mesh_selection_mode into an array of 3 bools rather then ...Campbell Barton
2009-12-22clone and stencil layer access added, renamed mask to stencil layer internallyCampbell Barton
2009-12-21Quicky Loopcut patch:Joshua Leung
2009-12-21Solidify modifier for Durian (allow cloth sim on single layer and make solid ...Campbell Barton
2009-12-18Keymap conflict detection operator.Martin Poirier
2009-12-17Fix #20374: Limit selection to visible would not work anymore after trying toBrecht Van Lommel
2009-12-16Solidify was faiing in cases with flat aras because normal calculation assume...Campbell Barton
2009-12-15utility functions for getting the corner angles of a quad or tri: angle_quad_...Campbell Barton
2009-12-15number button precission was far too low, description also bit.Campbell Barton
2009-12-15solidify would only work as expecyed if all faces were selected, added an ove...Campbell Barton
2009-12-15improve solidify results by weighting the faces influence on a vertex by the ...Campbell Barton
2009-12-15solidify from 2.4x (ported from python to C)Campbell Barton
2009-12-11Sculpt Branch:sculpt25Brecht Van Lommel
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-12-10Patch [#20290] by Bjørnar Hansen for bug [#20270] 2.5a0, Select Random says ...Martin Poirier
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-12-06Loop cut and edge ring select only have an invoke and require view3d, so chan...Martin Poirier
2009-12-06Text change: Loopcut -> Loop CutMartin Poirier
2009-12-03Fix for [#20180] Wrong multiplicator in Random SelectionMatt Ebb
2009-11-30Assorted tweaks for subdivide operator ranges - soft/hard ranges were swapped. Joshua Leung
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-28* New tool - Join as ShapesMatt Ebb
2009-11-26Simplify mesh selection type operator and add missing header refresh notifier.Martin Poirier
2009-11-26Editmesh undo: restore selection counts after undoMartin Poirier
2009-11-25Sculpt:Brecht Van Lommel
2009-11-25Sculpt: SubsurfBrecht Van Lommel
2009-11-24Made select operator return FINISHED only when it did something (only PASSTHR...Martin Poirier