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
2011-09-11svn merge -r40104:40117 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-11speedup font drawing:Campbell Barton
2011-09-11fix for error in own commit r40108.Campbell Barton
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-09-11use vertex arrays for 3d view grid floor, reduce calls to glColor3ubv. clanup...Campbell Barton
2011-09-11draw grid lines in 1 loop rather then 2.Campbell Barton
2011-09-11change grid floor loopCampbell Barton
2011-09-11simple changes to grid drawing logic.Campbell Barton
2011-09-11minor edits / cleanup - no functional changes.Campbell Barton
2011-09-11cmake edits to navmesh so includes are not added unless the game engines enab...Campbell Barton
2011-09-11svn merge -r40075:40104 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-10Fix #28609: UV Sphere Operator Panel allow Segments and Ring to be manually s...Sergey Sharybin
2011-09-10Fixed for navmesh on FreeBSD. Oatch by sambler, thanks!Sergey Sharybin
2011-09-10Change priority for editor util library. Gave linking errors here.Sergey Sharybin
2011-09-10Another set of fixes for recats: osx uses different order of arguments for so...Sergey Sharybin
2011-09-10use vertex arrays for wireframe octahedral bone drawing.Campbell Barton
2011-09-10fix for building with collada and some other warningsCampbell Barton
2011-09-10Navigation Mesh Modifier:Thomas Dinges
2011-09-10MSVC build fix by MiikaH for NAVMESH. Thanks! :)Thomas Dinges
2011-09-10Compile fix for scons:Thomas Dinges
2011-09-10Fixing bugs after Recast & Detour branch mergeBastien Montagne
2011-09-10NAVMESH Modifier was not alphabetical correct in the modifier list, as the ot...Thomas Dinges
2011-09-10disable navmesh feature when building without the game engine.Campbell Barton
2011-09-10recast and detour patch now builds again with GCCCampbell Barton
2011-09-10fix own mistake in recent commit, was using glIndexPointer incorrectly.Campbell Barton
2011-09-10SVN maintenance.Guillermo S. Romero
2011-09-10BGE: merge Recast & Detour branch (sock-2010-nicks).Benoit Bolsee
2011-09-09svn merge -r 40061:40078 https://svn.blender.org/svnroot/bf-blender/trunk/ble...soc-2010-nicksBenoit Bolsee
2011-09-09svn merge -r40051:40075 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-09patch [#28588] BMesh: "Split" toolCampbell Barton
2011-09-09correct edit some commentsCampbell Barton
2011-09-09use opengl vertex arrays for the base widgets, their rounded corners, arrows ...Campbell Barton
2011-09-09[#28595] Select similar edges by face angles ignores z component of normal an...Sergey Sharybin
2011-09-09warning fixesCampbell Barton
2011-09-09Fix #28590: Sculpt Overlay Texture in Viewport Glitched and Wrong icon for Ov...Sergey Sharybin
2011-09-09error (case insensitive search replace)Campbell Barton
2011-09-09replace magic numbers with defines to make the interface source more readable.Campbell Barton
2011-09-09Hotkey tweaks: Start/End frame jumping back to Shift-Left/RightJoshua Leung
2011-09-09Patch [#23443] Change outliner filter into searchJoshua Leung
2011-09-09forgot to resolve one conflict in previous mergeBenoit Bolsee
2011-09-09Apply small patch by Shane Ambler:Nathan Letwory
2011-09-09svn merge -r 39975:40061 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-09GPU: add gpu python module with export_shader() function to export GLSL shader.Benoit Bolsee
2011-09-09workaround for msvc not supporting variable length args in macros.Campbell Barton
2011-09-09Fix #28392: some selection operators were working in linked scenes, others not.Brecht Van Lommel
2011-09-09fix [#28534] Rotate Edge Vertices selection mode.Campbell Barton
2011-09-09auto-merge was loosing the selection after running remove doubles, this is qu...Campbell Barton
2011-09-09move smallhash into its own C file, was inlineing fairly large functions.Campbell Barton
2011-09-09svn merge -r40034:40051 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-09remove mesh and object arguments from bmesh operators, these are stored withi...Campbell Barton