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
2012-02-15went over all uses of mesh->mface and added BMESH_TODO comments forCampbell Barton
2012-02-15fix [#30153] Crash in outline datablock display after switch to edit modeCampbell Barton
2012-02-15fix [#30186] Crash in execute the "Operator Cheat Sheet"Campbell Barton
2012-02-15quiet some warnings from commented code.Campbell Barton
2012-02-15svn merge ^/trunk/blender -r44076:44118Campbell Barton
2012-02-15CMake: determine if python should be bundled into "lib" or "lib64" folder.Sergey Sharybin
2012-02-14font objects in blenderplayer fail when object with alpha is renderedDalai Felinto
2012-02-14Subsurfed uv unwrap tool ported to bmesh.Antony Riakiotakis
2012-02-14Buildbot: WITH_BF_CYCLES_CUDA_BINARIES should be set for packing stage too.Sergey Sharybin
2012-02-14Camera tracking: corrected default values for some reconstruction-related pro...Sergey Sharybin
2012-02-14Buildbot: another attempt to make Windows builds support CUDASergey Sharybin
2012-02-14SCons: command line options should be coma-separated when adding to options listSergey Sharybin
2012-02-14Buildbot: enable building CUDA binaries on Windows slaves.Sergey Sharybin
2012-02-14Fix related to #30152, rainbow colours produced when loading hdr image to 3D ...Antony Riakiotakis
2012-02-14Carve fixes and optimizations:Sergey Sharybin
2012-02-14ffmpeg: don't use flags:loop for .h264, this allows to see the video in OSX q...Jens Verwiebe
2012-02-14Fix 30169: rotate edge needs more checking for bad casesHoward Trickey
2012-02-14Carve: improved handling of meshes with interesting manifoldsSergey Sharybin
2012-02-14Fixing up some buggy cleanup code in BL_ShapeDeformer. This code was causing ...Mitchell Stokes
2012-02-14OSX: to make transition for mediaimports to ffmpeg reliable, ffmpeg_0.10 is m...Jens Verwiebe
2012-02-14bring back stitchability indicator, this can work even nowAntony Riakiotakis
2012-02-14Initial port of stitch operator for bmesh.Antony Riakiotakis
2012-02-14Fix for [#30171] "Audio Muted" Does Not Mute AudioJoerg Mueller
2012-02-14Fix #30170: with file saved in texture painting mode, when going to object modeBrecht Van Lommel
2012-02-14Fix #30155: crash with popup menu open while new .blend file is loaded,Brecht Van Lommel
2012-02-14use tabs for indentation Campbell Barton
2012-02-14Fix quicktime export being broken in various ways: callback was missingBrecht Van Lommel
2012-02-13OSX: let almost all animation imports handle by ffmpeg now, this is faster in...Jens Verwiebe
2012-02-13Fix for [#27349] Sequencer: Meta Strips plays unavailable audioJoerg Mueller
2012-02-13Fixed copy-paste of sound strips in sequencer.Sergey Sharybin
2012-02-13Code cleanup: add and use knife list utility functionsHoward Trickey
2012-02-13new bmesh tool - limited dissolve.Campbell Barton
2012-02-13Fix #30159: Boolean modifier creating non-concave facesSergey Sharybin
2012-02-13fix for typoCampbell Barton
2012-02-13themes to be distributed with releaseCampbell Barton
2012-02-13more tweaks, outline is lighter then the color given so compensate a bit.Campbell Barton
2012-02-13bring array cap ends back, with 2 todo'sCampbell Barton
2012-02-13Minor API Edits.Campbell Barton
2012-02-13own error - mixup with BMO_slot_mat_get/setCampbell Barton
2012-02-13style cleanup > 120 line length.Campbell Barton
2012-02-13marked navmesh as BMESH_TODO, mixed mface/mpoly functions were being used for...Campbell Barton
2012-02-13heat weightCampbell Barton
2012-02-13svn merge ^/trunk/blender -r44024:44076Campbell Barton
2012-02-13remove unused varCampbell Barton
2012-02-13fix for bug introduced with weight paint vertex selection.Campbell Barton
2012-02-13more bmesh minor api cleanupCampbell Barton
2012-02-122.6 UI Modifier Icons:Thomas Dinges
2012-02-12py api docs - remove sphinx .doctree before zipping, saves some space 18mb --...Campbell Barton
2012-02-12api name conventions, more minor changes: flag set/clear --> enable/disableCampbell Barton
2012-02-12* remove the MFace parts of join (we only need polygon data)Campbell Barton