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
2010-09-01Add CMake build system on Recast&Navigation branchBenoit Bolsee
2010-08-15added option to set "up" vector of the actor orientation using navmesh normal...Nick Samarin
2010-08-15added function to provide steering vectorNick Samarin
2010-08-15added option for automatic facing in steering actuatorNick Samarin
2010-08-11reworked obstacle simulation in order to have two realizations: with "cell" a...Nick Samarin
2010-08-09fixed bugs (wrong number of triangle in buildMeshAdjacence, wrong face indexe...Nick Samarin
2010-08-06fixed error in forming of navigation polygons: non-traversed polygons are all...Nick Samarin
2010-08-05synched with trunk at revision 31065Nick Samarin
2010-08-05fixed bug: destroy obstacle simulation after removing of all objectsNick Samarin
2010-08-05bugfix [#23164] Copied Scene Nodes!Campbell Barton
2010-08-05Do not reset bevel/taper object when they've got incorrect type - just doSergey Sharybin
2010-08-05added test for correctness of navigation polygon: check if all triangles are ...Nick Samarin
2010-08-05bugfix [#23148] "ImportError: __import__ not found" on changing Render FPSCampbell Barton
2010-08-05patch [#23185] Mark All in Text Editor always reports "Text not found" when w...Campbell Barton
2010-08-04integrated adaptive sampling algorithm for obstacle avoidanceNick Samarin
2010-08-04Add BF_BUILDINFO support to Python API too.Nathan Letwory
2010-08-04== docs ==Luca Bonavita
2010-08-04Fix #23003: setting particle number to 0 was not working correct,Brecht Van Lommel
2010-08-04Fix #23099: cmake/mac did not copy the scripts/ directory correct for install.Brecht Van Lommel
2010-08-04Fix #22869: procedural compositing buffers from texture nodes were not restoredBrecht Van Lommel
2010-08-04updated brush options from last commit so they are filtered correctly (sculpt...Campbell Barton
2010-08-04Brush/Paint internal changesCampbell Barton
2010-08-04fix path to release/python.zip for scons and cmakeStefan Gartner
2010-08-04Fix crash accessing particle edit values outside of particle edit mode.Brecht Van Lommel
2010-08-04Fix crash in point cache baking due to my recent changes.Brecht Van Lommel
2010-08-04== Makefiles ==Stefan Gartner
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-04Fix unbalanced {}.Guillermo S. Romero
2010-08-04bugfix [#23173] Blender crashes on selecting display color corrected image in...Campbell Barton
2010-08-04Increase min/max range for Value input nodes. More useful when using Math nod...Nathan Letwory
2010-08-04Add button to set Compression level when output to PNG. Without this there'd ...Nathan Letwory
2010-08-04Missed keyIndex data existment check when the whole nurb is deletingSergey Sharybin
2010-08-04removing the f so that glsl shaders work on older cardsTom Musgrove
2010-08-04bugfix [#23174] Text Editor: View Top of File and View Bottom of File not wor...Campbell Barton
2010-08-04bugfix [#23158] Translate operator leaks memory if nothing selectedCampbell Barton
2010-08-03fix for typo in commit #31007: filtering in file browser for png and tga file...Andrea Weikert
2010-08-03minor cleanup, minimal functional change.Campbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-08-03remove commented scons lines from cmake files, fixed use of pointer poll func...Campbell Barton
2010-08-03pointer poll functions for object's, mainly for modifiers, constraints.Campbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-08-03py/rna update, reload works again.Campbell Barton
2010-08-03set origin was setting surfaces as 2D curves, added dupli-group support using...Campbell Barton
2010-08-02added capabilty to limit color spill by an input maskRobert Holcomb
2010-08-02bugfix [#23151] UV Project not update in realtime until you save the file and...Campbell Barton
2010-08-02patch [#23054] Fix for bug #22725 "text editor doent scroll with cursor"Campbell Barton
2010-08-02SConsCampbell Barton
2010-08-02cmakeCampbell Barton
2010-08-02minor changes to Martni's commit 30961Campbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier