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-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-21Fix [#22099] Interactive Loopcut hs anoyin problemMatt Ebb
2010-04-19Reverting edit mode Shrink Fatten to Alt+S after talking to Ali. ThisDaniel Salazar
2010-04-17bugfix and cleanupCampbell Barton
2010-04-16Fix [#21559] Loopcut and scale problem.Matt Ebb
2010-04-16Fix [#21492] "Align to view" option from tools panel's operator part doesn't ...Matt Ebb
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-12- use more inline math funcitons where possibleCampbell Barton
2010-04-08Fix 'Region to Loop' not updating mesh selection modes properlyMatt Ebb
2010-04-07Fix [#21940] Hotkeys conflict in Edit mode between (fill, beauty fill) and (m...Matt Ebb
2010-04-07[#21931] Rotate Edge CW inverted with CCWMatt Ebb
2010-04-06Bugfix #21552: Alt S Envelope scaling key conflictJoshua Leung
2010-04-05Fix [#21912] knife and subdivide tools do not split edges properlyMatt Ebb
2010-04-02[#21840] When clicking to move a Node it sticks to the mouseMartin Poirier
2010-04-02[#21865] Blender V Alpha 2 X-mirror Extruding errorMartin Poirier
2010-04-02Tiny fix [#21871] Mesh tools, merge, use of "vertices" where only a single ve...Matt Ebb
2010-04-01Fix [#21860] Quads/Triangles Selection miss to mark some Edges.Matt Ebb
2010-03-31svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2787...Campbell Barton
2010-03-30Fix [#21711] Position of 2d cursor is not displayed correctly and cannot be set Matt Ebb
2010-03-29Fix [#21542] Clear origin shortkey Alt+O in object mode doesn't workMatt Ebb
2010-03-29Fix [#21679] add_grid "operator's subdivison" Change Dimensions Matt Ebb
2010-03-27Fix #21792: changed subdivide operator properties order to reflectBrecht Van Lommel
2010-03-26Fix [#20829] "Select Vertex Path" EDGE LENGTH not selecting the proper Matt Ebb
2010-03-23Mesh Edit mode keymap conflict: Shift F should be fly mode, remappedDaniel Salazar
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-17Fix [#21285] Assigning an Edge Rotate (clockwise) shortcut also deletes affec...Matt Ebb
2010-03-16adding faces was setting the wrong flag, smooth rather then selected.Brecht Van Lommel
2010-03-10Fix [#21515] New cubes don't follow grid size for height (Z)Matt Ebb
2010-02-28[#19918] edit mode with mesh only having edges without faces+face select modeMartin Poirier
2010-02-25fix for warnings, add back pose relax into the pose menu.Campbell Barton
2010-02-24view selected now uses boundboxes of dupli-objects and ignores centerpoints o...Campbell Barton
2010-02-21[#21269] Alt E extrude options don't appear without Tool Shelf visibleMartin Poirier
2010-02-21bugfix [#21258] Select > Mirror causes segmentation fault.Campbell Barton
2010-02-18fix for MS compliersJens Ole Wund
2010-02-17topology based mirror, (from apricot branch)Campbell Barton
2010-02-13- Extrude Menu call "extrude regions along normals" for Region optionMartin Poirier
2010-02-13Copy vertex normals on extrude (Normal orientation is wrong otherwise when no...Martin Poirier
2010-02-13Smart Extrude (hotkeys are tentative)Martin Poirier
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
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