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-02-10Better default resolutions for UV Sphere and Torus primitives (nice squareDaniel Salazar
2010-02-09add access to edge select tagging from mesh toolbar (tagging seams on Ctrl+RMB)Campbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-02-07Fix #21006: ring select in face mode does loop select again, on secondBrecht Van Lommel
2010-02-07Fix #20220: edge ring select confusingBrecht Van Lommel
2010-02-05active face was incorrectly set on entering editmode.Campbell Barton
2010-02-04Small tweaks to Knife CutJoshua Leung
2010-02-02editing the basis shape now updates others when relative is enabled.Campbell Barton
2010-02-01Mesh Extrude menuMartin Poirier
2010-02-01added extrude enum function, cant be used yet because macros have no way to e...Campbell Barton
2010-01-31Fix #20897: ctrl + click extrude now works again with "select with"Brecht Van Lommel
2010-01-30bugfix [#20740] Separate All Loose PartsCampbell Barton
2010-01-30[#19872] Mesh edit missing undo push for mode changingCampbell Barton
2010-01-28PROP_ENUM_NO_CONTEXT flag for rna properties, forcing enum item functions to ...Martin Poirier
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-26Fix Blend From Shape having no effect after exiting edit mode.Brecht Van Lommel
2010-01-26[#20046] 2.5 "bridge faces" tool doesn't delete original selectionCampbell Barton
2010-01-26Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.Brecht Van Lommel
2010-01-26Rename Beauty Fill to Beautify Fill like in 2.4x, more accurateBrecht Van Lommel
2010-01-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
2010-01-21Fix [#20750] adding Lattice object in Local space doesn't appearsMatt Ebb
2010-01-19set teh active face on entering editmode to the last selected, visible face ...Campbell Barton
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