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
path: root/source
AgeCommit message (Expand)Author
2011-09-11cmake edits to navmesh so includes are not added unless the game engines enab...Campbell Barton
2011-09-10fix the finnish language nameXiao Xiangquan
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-10fixed linking with CMakeCampbell 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-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-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton
2011-09-09SVN maintenance.Guillermo S. Romero
2011-09-08Fix #28310: import of key configuration with modal keymap not working.Brecht Van Lommel
2011-09-08Modifiers: put uv project and vertex weight modifiers in separate category,Brecht Van Lommel
2011-09-08Fix #28545: User Preferences - System Tab - Reset All To Default Values on Op...Sergey Sharybin
2011-09-08Vertex Weight Proximity: minor updates and fixes.Bastien Montagne
2011-09-08Fixed potential issue in mirrored loop node sockets. These are currently not ...Lukas Toenne
2011-09-08Minor fixes for some unfounded clang warnings.Lukas Toenne
2011-09-08Shader node tree exec data cannot use the exec->nodetree before it is initial...Lukas Toenne
2011-09-08attempt to have a threadsafe version of PyC_ExceptionBuffer didnt work with U...Campbell Barton
2011-09-08Vertex Weight Proximity: fixing bug #28560 (memory leak).Bastien Montagne
2011-09-07Introduce struct for export settings in COLLADA export code. This will make i...Nathan Letwory
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-07Commiting patch #28552 which was posted by Andrew Wiggin as fix for #28551Sergey Sharybin
2011-09-07Node comparison function for sort order did not take parent selection into ac...Lukas Toenne
2011-09-07Fix #28551: Select similar by normals ignores z component of normal anglesSergey Sharybin