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-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-24code cleanup: use zero_v3Campbell Barton
2012-03-23Fix for [#30438] x=zero not accepted for a bone tail.Bastien Montagne
2012-03-22Fix [#30614] (some Display settings are uneeded for non-geometry/material obj...Bastien Montagne
2012-03-22Renaming CD_WEIGHT_MCOL/MLOOPCOL and their masks from WEIGHT to PREVIEW, as t...Bastien Montagne
2012-03-22style cleanup: enforce macros using a semicolon.Campbell Barton
2012-03-21== Sequencer ==Peter Schlaile
2012-03-21Use linear interpolation for intersecting tracks when joining them together.Sergey Sharybin
2012-03-21Tracking objects were creating with zero scale.Sergey Sharybin
2012-03-21bmesh docs:Campbell Barton
2012-03-21spelling cleanup: tesselate -> tessellate (last of these found)Campbell Barton
2012-03-21patch from Richard Shaw, exclude ffmpeg files when its disabled.Campbell Barton
2012-03-21Smoke bugfix: Collision objects were completely broken in some cases since no...Daniel Genrich
2012-03-20Partial fix for #30606. In node tree updates also update the sock->link point...Lukas Toenne
2012-03-20Port mball_to_mesh to use polys.Sergey Sharybin
2012-03-20Fix #30590: Crash in multires when undoing extrude [File incl.]Sergey Sharybin
2012-03-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-20Fix uninitialized variable in multires apply base.Nicholas Bishop
2012-03-20fix [#30583] very old blend files are loading post-bmesh with no face/uv info...Campbell Barton
2012-03-20style cleanupCampbell Barton
2012-03-20Make collision function more general so it can be used by other modifiers, to...Daniel Genrich
2012-03-20style cleanupCampbell Barton
2012-03-20compile fix: linux BLI_gzopen declare was conflicting.Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-20real fix for booleans and face shading this time.Campbell Barton
2012-03-20Some advanced particle rotation modes and reorganization of the rotation panel:Janne Karhu
2012-03-20CDDM_calc_edges_tessface was being called twice for boolean and explide modif...Campbell Barton
2012-03-20Fix format string warnings (gcc) by using string literals.Nicholas Bishop
2012-03-20Fix #30531: mirror modifier with vertex groups did not add both the left andBrecht Van Lommel
2012-03-20Fix #30590: Crash in multires when undoing extrude [File incl.]Sergey Sharybin
2012-03-20Remove debug print in create_vert_poly_mapNicholas Bishop
2012-03-19Fix #30456: transforming object with a hair particle system, on a frame afterBrecht Van Lommel
2012-03-19Fix #30449: sampled motion blur not working with softbody.Brecht Van Lommel
2012-03-19Add a multires function to delete MDisps.Nicholas Bishop
2012-03-19Fix [#30234] Various problems with CD layers and tesselation, related to modi...Bastien Montagne
2012-03-19"Fix" for [#30098] Particle rotation wrong / explode modifierJanne Karhu
2012-03-18== Sequencer ==Peter Schlaile
2012-03-18Release cycleThomas Dinges
2012-03-18== Sequencer ==Peter Schlaile
2012-03-18spelling cleanupCampbell Barton
2012-03-18ngons draw with uniform normals in object mode now, I had this code disabled ...Campbell Barton
2012-03-18code cleanup:Campbell Barton
2012-03-18better not to use rgb_float_to_uchar() from last commit (comment as to why)Campbell Barton
2012-03-18fix for weightpaint color with recent loopcolor abgr --> rgba conversion.Campbell Barton
2012-03-18swap BMLoopCol r/b color, requires subversion bump.Campbell Barton
2012-03-17== Sequencer ==Peter Schlaile
2012-03-17Big step forward nodes UI translation:Bastien Montagne
2012-03-17Minor UI messages fixes, and enabling i18n for all modifier_setError() error ...Bastien Montagne