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-20SmokeDaniel Genrich
2012-02-19remove files no longer used since bmesh merge.Campbell Barton
2012-02-19svn merge ^/trunk/blender -r44235:44250Campbell Barton
2012-02-19fix for bug where particle system would fail when the original mesh had no te...Campbell Barton
2012-02-19More pose armature code factorization:Bastien Montagne
2012-02-19replace MIN2 / MAX2 with minf / maxf to avoid calling functions multiple times.Campbell Barton
2012-02-19svn merge ^/trunk/blender -r44213:44235 --- fixes bmesh shading bug [#30125]Campbell Barton
2012-02-19Change texface draw to always use glShadeModel(GL_SMOOTH), with texface draw.Campbell Barton
2012-02-19skip per face texface poly lookup while drawing when the layer isnt found.Campbell Barton
2012-02-19left print in by mistakeCampbell Barton
2012-02-19edit-derived-mesh had a table for vert/edge/face lookups - that were never used.Campbell Barton
2012-02-18minor edits to sync up with trunk, remove crash save handler, this can be add...Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44204:44213Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17Fixed compilation error cased by recent refactor of include guard defines.Sergey Sharybin
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-17svn merge ^/trunk/blender -r44136:44189Campbell Barton
2012-02-17Missed this changes needed to fully support animation data in movie clips.Sergey Sharybin
2012-02-17Camera tracking: configurable filter type for 2d stabilizationSergey Sharybin
2012-02-17Camera tracking: run aspect correction before stabilizing shotSergey Sharybin
2012-02-17Camera tracking: fixed issue when track used for rotation stabilization point...Sergey Sharybin
2012-02-17Camera tracking: fixed incorrect auto-scale calculation for 2d stabilizationSergey Sharybin
2012-02-17Camera tracking: fix for missing cache invalidation when disabling/enabling c...Sergey Sharybin
2012-02-17Camera tracking: animation datablock for MovieClipSergey Sharybin
2012-02-17Build proxy from meta and image strips used resolution used for display,Sergey Sharybin
2012-02-17Release Cycle for 2.63:Thomas Dinges
2012-02-16Tomato: configurable filter type for 2d stabilizationSergey Sharybin
2012-02-16Tomato: run aspect correction before stabilizing shot.Sergey Sharybin
2012-02-16Tomato: fixed issue when track used for rotation stabilization points to a fr...Sergey Sharybin
2012-02-16Tomato: fixed incorrect auto-scale calculation for 2d stabilizationSergey Sharybin
2012-02-16bmesh todo. making an image local wasn't dealing with mesh polygon texface data.Campbell Barton
2012-02-16ffmpeg: take back 44142, conditional was wrongJens Verwiebe
2012-02-16ffmpeg: only suppress loopfilter for .mov ( compatibility ), but keep for .av...Jens Verwiebe
2012-02-16Tomato: fix for missing cache invalidation when disabling/enabling channels f...Sergey Sharybin
2012-02-16Merging r44129 through r44139 from trunk into soc-2011-tomatoSergey Sharybin
2012-02-15svn merge ^/trunk/blender -r44118:44136Campbell Barton
2012-02-15Set BLENDER_VERSION_CYCLE to release. Thomas Dinges
2012-02-15The traditional release commit, 2.62!Ton Roosendaal
2012-02-15Camera tracking: animation datablock for MovieClipSergey Sharybin
2012-02-15* correct bad pointer check in expand_local_mesh()Campbell Barton
2012-02-15went over all uses of mesh->mface and added BMESH_TODO comments forCampbell Barton
2012-02-15svn merge ^/trunk/blender -r44076:44118Campbell Barton
2012-02-14ffmpeg: don't use flags:loop for .h264, this allows to see the video in OSX q...Jens Verwiebe
2012-02-14use tabs for indentation Campbell Barton
2012-02-13Fix for [#27349] Sequencer: Meta Strips plays unavailable audioJoerg Mueller
2012-02-13marked navmesh as BMESH_TODO, mixed mface/mpoly functions were being used for...Campbell Barton
2012-02-13svn merge ^/trunk/blender -r44024:44076Campbell Barton
2012-02-12* remove the MFace parts of join (we only need polygon data)Campbell Barton
2012-02-12bmesh minor refactorCampbell Barton