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
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
2009-11-23New CLICK event value. If RELEASE is not handled and last event was PRESS of ...Martin Poirier
2009-11-22Patch #19953: [2.5] repeated include entries in a number of SConscript filesJoshua Leung
2009-11-22* Re-implemented/refactored 3D View hooks menu.Matt Ebb
2009-11-21fix for [#19940] Remove vertex color layer and remove texture layer operators...Campbell Barton
2009-11-21[#19930] Nurb CV select is failing because of view clippingCampbell Barton
2009-11-20Vertex Groups Operators:Joshua Leung
2009-11-19Support for grab cursor in macro system (and vice versa).Martin Poirier
2009-11-18Fun stuff with macroMartin Poirier
2009-11-17Macro for extrude along normals with a poll function to restrict it to face s...Martin Poirier
2009-11-17[#19760] Extrude + Continuous Grab doesn't workMartin Poirier
2009-11-17new function WM_keymap_add_menu(), similar to WM_keymap_add_item() except it ...Campbell Barton
2009-11-17select linked enables seam limit when in face mode and the "limit" property i...Campbell Barton
2009-11-16add hook in vertex and control point menu's, Ctrl+HCampbell Barton
2009-11-16Fix runtime check uninitialized pointerBenoit Bolsee
2009-11-13temp disable fix from r24541, constrains extruding vertsCampbell Barton
2009-11-13Bugfix #19871: Extrude does not extrude on normal anymoreJoshua Leung
2009-11-11Fix tris to quads not working, operator still needs to get properties,Brecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-10Add Sticky was essentially a blank operator. Possibly context functions weren...Roland Hess
2009-11-10Fix for [#19847] Joined meshes fail to renderMatt Ebb
2009-11-05operator to select pos/neg verts on any axis relative to the active vertexCampbell Barton
2009-11-05was setting the active material on exit editmode rather then enterCampbell Barton
2009-11-05enter editmode when adding objects even if the object is not in an active layer,Campbell Barton
2009-11-04Bridge edge loops would loose all edge flags.Campbell Barton
2009-11-03- remove UV mapping operator, call a header menu directly (so python can add ...Campbell Barton
2009-11-02- "selected_pchans" is now at screen level context (not just view3d) so can u...Campbell Barton
2009-11-02- all add object operators now take view_align as an argument, and enter_edit...Campbell Barton
2009-10-27Shape Propagate to all back in vertex menuCampbell Barton