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-01-05Code refactoring: split render result related functions into separate file.Brecht Van Lommel
2012-01-05no need to recalculate normals after setting smooth flags, for a short time t...Campbell Barton
2012-01-05add _default versions of sequence sound functions since most of their uses pa...Campbell Barton
2012-01-05disable recent attempt to static link mingw DLL's causes errors for some users.Campbell Barton
2012-01-05replace double prints in readfile.c with a BKE_reportf wrapperCampbell Barton
2012-01-05more edits to r43145,Campbell Barton
2012-01-05add bpy collection method .find(key), so you can get the index of an item in ...Campbell Barton
2012-01-05This patch creates an interface for ["Text"] properties in Font objects.Dalai Felinto
2012-01-04Camera tracking: added depth object to Follow Track constraintSergey Sharybin
2012-01-04Fix #29764: Crash when border rendering in sequencer. (Not Cycles related)Sergey Sharybin
2012-01-04Camera tracking: more accurate track preview widgetSergey Sharybin
2012-01-04Camera tracking: fixed snap cursor to selection operator when witness camera ...Sergey Sharybin
2012-01-04Fix #29671: Issues with .mts video filesSergey Sharybin
2012-01-04Camera tracking: fixes in Link Empty to Track and Bundles to Mesh operatorsSergey Sharybin
2012-01-04de-duplicate wave modifier texture function.Campbell Barton
2012-01-04replace wave spesific enum with generic oncesCampbell Barton
2012-01-04edits to UV project modifier which make it easier to sync with bmesh.Campbell Barton
2012-01-04bugfix - get_texture_coords() used by wave/warp/weight modifiers could initia...Campbell Barton
2012-01-04derivative maps must take into account that texture scales can be negativeMorten Mikkelsen
2012-01-04calculate factor before using MAX2 macroMorten Mikkelsen
2012-01-04derivative maps were not working correctly with UV scale (the texture setting...Morten Mikkelsen
2012-01-03Fix:Diego Borghetti
2012-01-03fixes to mathutils from Andew HaleCampbell Barton
2012-01-03Code cleanup - removing some ugly/obsolete stuff I came across while hackingJoshua Leung
2012-01-03Remesh Modifier:Thomas Dinges
2012-01-03error in recent commit - disallow selecting hidden verts.Campbell Barton
2012-01-03fix [#29761] Texture painting with interpolation ignores use alphaCampbell Barton
2012-01-03Bugfix [#29629] UV animation stops working forever if Edit mode enteredJoshua Leung
2012-01-02Remove some silly variable copies that stuck around from a previous refactor.Nicholas Bishop
2012-01-02replace:Campbell Barton
2012-01-02weight paint buttons now work in weight paint vertex select modeCampbell Barton
2012-01-02Fix #29746: cycles crash with border render.Brecht Van Lommel
2012-01-02nicer string delimiter handling for Ctrl+Left/Right arrows, py console could ...Campbell Barton
2012-01-02Fix #29738: missing includes in RNA, patch by Dan Eicher.Brecht Van Lommel
2012-01-02Added OpenMP multithreading for SPH particle systems.Alex Fraser
2012-01-02SPH particle simulation fixes:Alex Fraser
2012-01-02slice and iterator access for matrix.col/row so you can do...Campbell Barton
2012-01-02remove Id's that crept inCampbell Barton
2012-01-01Fix [#29556] shrinkwrap generates spikes if vertices fall exactly on the edgeBastien Montagne
2012-01-01Fixed names of VertexWeight modifiers RNA structs, in RNA_access.h (probably ...Bastien Montagne
2012-01-01__func__ define for msvc since its not c99 compatCampbell Barton
2012-01-01rna api - set hard min/max for colors which are float properties but internal...Campbell Barton
2012-01-01use __func__ for makesrna.c error prints rather then the function name (no fu...Campbell Barton
2011-12-31Fix [#29728] Explode Modifier Causes Crash.Bastien Montagne
2011-12-31Code cleanup: do not use check for nan when doing check for finite due toSergey Sharybin
2011-12-31Fix: Material "Vertex Color Light" option didn't apply vertex alpha.Miika Hamalainen
2011-12-31Dynamic Paint:Miika Hamalainen
2011-12-31Minor code cleanup after resolving conflictsSergey Sharybin
2011-12-31Tag object with object solver constraint to recalc when changing value ofSergey Sharybin
2011-12-31Do not set scene's camera on camera solving and cursor snappingSergey Sharybin