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-08Merged changes in the trunk up to revision 43219.Tamito Kajiyama
2012-01-08Improved auto-hiding of unused sockets for collapsed nodes.Lukas Toenne
2012-01-08Code cleanupJoshua Leung
2012-01-06Fix #29743: Video sequencer wipe effect bugSergey Sharybin
2012-01-06correct error in own commit r43159, unintentionally removed NULL checkCampbell Barton
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-04Camera tracking: added depth object to Follow Track constraintSergey Sharybin
2012-01-04Camera tracking: more accurate track preview widgetSergey Sharybin
2012-01-04Added two stroke geometry modifiers:Tamito Kajiyama
2012-01-03Code cleanup - removing some ugly/obsolete stuff I came across while hackingJoshua Leung
2012-01-02Added OpenMP multithreading for SPH particle systems.Alex Fraser
2012-01-02SPH particle simulation fixes:Alex Fraser
2012-01-01Fix [#29556] shrinkwrap generates spikes if vertices fall exactly on the edgeBastien Montagne
2012-01-01Merged changes in the trunk up to revision 43038.Tamito Kajiyama
2011-12-31Code cleanup: do not use check for nan when doing check for finite due toSergey Sharybin
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-31workaround for error building with clang and quiet some warnings building wit...Campbell Barton
2011-12-30Disable markers when doing frame-by-frame tracking and tracker library return...Sergey Sharybin
2011-12-30Object tracking integrationSergey Sharybin
2011-12-30patch [#29726] Enable looping with Follow Path constraint and cyclic curves. ...Campbell Barton
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-12-30Camera tracking: improvements of track preview widgetSergey Sharybin
2011-12-30Fixed low boundary when detecting frames range for camera solverSergey Sharybin
2011-12-30Fix #29729: Blender crashes when camera solving with a disabled markerSergey Sharybin
2011-12-30style edits for function declarationsCampbell Barton
2011-12-30while checking weight paint code noticed that unified brush functions loop ov...Campbell Barton
2011-12-29use math functions for customdata interpolation funcsCampbell Barton
2011-12-29sync changes from bmesh r42951 + some other minor edits.Campbell Barton
2011-12-29Fix #29692: 3D Scene is Rendering Bright in the VSESergey Sharybin
2011-12-28Merging r42896 through r42944 from trunk into soc-2911-tomatoSergey Sharybin
2011-12-28WIP loading bmesh in trunk, some conversion functions for this purpose.Campbell Barton
2011-12-28Code refactoring: add unified image buffer functions for doing float => byte,Brecht Van Lommel
2011-12-28enable USE_BMESH_FORWARD_COMPAT and merge in some customdata functionsCampbell Barton
2011-12-28initial merge of bmesh customdata layer code into trunk, ifdef'd out for now ...Campbell Barton
2011-12-28copy BLI_edgehash changes from bmesh branch, main change is use of mempool.Campbell Barton
2011-12-28merge in customdata changes from BMesh - biggest change is caching the layer ...Campbell Barton
2011-12-28Merged changes in the trunk up to revision 42902.Tamito Kajiyama
2011-12-27More fixes for timecode usage with BKE_movieclip_get_ibuf_flagSergey Sharybin
2011-12-27Fix #29688: Timecode is not used in trackingSergey Sharybin
2011-12-27Merging r42800 through r42895 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-27remove unneeded casts from 'unsigned int' to 'int'Campbell Barton
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24formatting edits 120 line lengthCampbell Barton
2011-12-24Bugfix for [#29684] Output video presets messed upThomas Dinges
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-24fix [#29683] OpenEXR Output Appears to be brokenCampbell Barton
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel