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
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 bmesh trunk sync, excuse the noiseCampbell Barton
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-27option to save as older mesh format (ifdef'd for now)Campbell Barton
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-26include BLO_sys_types in customdata header rather than stdint directly.Campbell Barton
2011-12-24OSX/gcc-4.6, fix for typedef uin64_tJens Verwiebe
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
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-22split some >120 lines, no functional changesCampbell Barton
2011-12-22fix for use of uninitialized value for ipo conversion.Campbell Barton
2011-12-21Merging r42770 through r42799 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-21Added Record run no gaps timecode for movie clips.Sergey Sharybin
2011-12-20Merging r42723 through r42769 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-20New modifier type: eModifierTypeType_NonGeometrical, for modifiers affecting ...Bastien Montagne
2011-12-20minor edits to previous commit & set VKey to toggle vertex select in weight p...Campbell Barton
2011-12-20calculate weight paint colors once per vertex rather then on every face corne...Campbell Barton
2011-12-19Object tracking: configurable scale for object solutionSergey Sharybin
2011-12-19Automatically hide unused (=unlinked) node sockets in collapsed ("hidden") no...Lukas Toenne
2011-12-19Merging r42648 through r42722 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-19Fix a bug in CustomData_duplicate_referenced_layer(_named) functions: MEM_dup...Bastien Montagne
2011-12-18Object tracking: forgot to initialize inverted matrix for object solver const...Sergey Sharybin
2011-12-18cleanup of weight paint color setting code, no functional changesCampbell Barton
2011-12-17Quite some compiler warnings...Bastien Montagne
2011-12-17use 2d copy functions with UV's in more places.Campbell Barton
2011-12-17Code cleanup: fix a few warnings (>= 0 and == -1 tests on unsigned types).Brecht Van Lommel
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-12-17Fix #27847: sequencer scene strip rendering crash, due to use of freedBrecht Van Lommel
2011-12-17Cycles Gamma NodeDalai Felinto
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel