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
2012-01-10Camera tracking: improvements of python apiSergey Sharybin
2012-01-09Cycles: multi GPU rendering support.Brecht Van Lommel
2012-01-09Fix #29835: joining meshes leads to crashSergey Sharybin
2012-01-09Fix #29793: Physics go crazy if frames get skippedSergey Sharybin
2012-01-09have add_weight_mcol_dm() set the 4th corner of a tri faces color to 0, other...Campbell Barton
2012-01-09WIP script to check results of different modifier combinations and display mo...Campbell Barton
2012-01-09Tag unused argumentSergey Sharybin
2012-01-09bugfix for solidify modifier rim faces which were created from triangles, wou...Campbell Barton
2012-01-09dont draw object center dot for opengl renderCampbell Barton
2012-01-09fix an error rendering opengl weightpaint data wasn't working when python ini...Campbell Barton
2012-01-08Fix #29828: Reloading background movie clip crashes BlenderSergey Sharybin
2012-01-08Cycles: checker texture node, patch by Thomas.Brecht Van Lommel
2012-01-08Color:Brecht Van Lommel
2012-01-08Improved auto-hiding of unused sockets for collapsed nodes.Lukas Toenne
2012-01-08Fix for [#28978]Alexander Kuznetsov
2012-01-08Code cleanupJoshua Leung
2012-01-06Fix #29568: Blender restores deleted sceneSergey Sharybin
2012-01-06Move glTexEnvi to draw__start/draw__end.Diego Borghetti
2012-01-06Fix #29743: Video sequencer wipe effect bugSergey Sharybin
2012-01-06use warnigns for all msvc configurationsCampbell Barton
2012-01-06Bugfix [#29806] World nodetrees not included in Animation Editor filteringJoshua Leung
2012-01-06Cycles/Material list:Thomas Dinges
2012-01-06Properties Window UI:Thomas Dinges
2012-01-06fix error building without openexrCampbell Barton
2012-01-06Fix #29723: wrong IOR for raytraced refraction after reflection inside mesh,Brecht Van Lommel
2012-01-06correct error in own commit r43159, unintentionally removed NULL checkCampbell Barton
2012-01-05Fix #29796: Poor screencast quality with any AVI CodecSergey Sharybin
2012-01-05Fix mistake in recent refactoring, dither needs to be float not int.Brecht Van Lommel
2012-01-05Fix #29801: various compositing nodes not working correct after translate,Brecht Van Lommel
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-05print message for unknown args to make it clear that these are not recognized.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-05BGE Font Object: fix for relative path not working AND packed fonts not workingDalai Felinto
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