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
2011-12-30style edits for function declarationsCampbell Barton
2011-12-30minor dna header cleanupCampbell Barton
2011-12-30PyAPI - remove Matrix.row_size / col_size. these were rather awkwardly named,...Campbell Barton
2011-12-30weight paint - fix for own error in r42986, also avoid getting unified settin...Campbell Barton
2011-12-30improvement to how weight paint blur worksCampbell Barton
2011-12-30get the brush size at before applying each brush step, saves unified brush se...Campbell Barton
2011-12-30while checking weight paint code noticed that unified brush functions loop ov...Campbell Barton
2011-12-30minor edits to weight paintCampbell Barton
2011-12-29Fix #29687: Normal bake from multires gives distorted results.Sergey Sharybin
2011-12-29Fix #29718: anchored stroke with image-texture --- strange behaviourSergey Sharybin
2011-12-29py - fix for error which made enums not through errors when assigned non stri...Campbell Barton
2011-12-29possible fix for [#29708] Crashes when Rendering Cross Dissolve + XVID CodecCampbell Barton
2011-12-29use math functions for customdata interpolation funcsCampbell Barton
2011-12-29Remove totally crappy and not used operator FONT_OT_buffer_pasteSergey Sharybin
2011-12-29remove unused initFlags option in mirror modifierCampbell Barton
2011-12-29minor edits to trunk mirror modifier, use unsigned ints since the vertex valu...Campbell Barton
2011-12-29optimized mempool iterator from bmeshCampbell Barton
2011-12-29add UNLIKELY / LIKELY util defines to help optimize iterators that are called...Campbell Barton
2011-12-29file missing from cmake listingCampbell 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-28Fix #29715: cycles and glsl normal node not working correct.Brecht Van Lommel
2011-12-28Fix #29696: Crash on exit of edit mode after deleting contents of fluid domainSergey Sharybin
2011-12-28Scons/FFMPEG:Thomas Dinges
2011-12-28files from bmesh now load in trunk, this way loading (2.64 (or whenever bmesh...Campbell Barton
2011-12-28fix for recent compile error Campbell Barton
2011-12-28WIP bmesh trunk sync, excuse the noiseCampbell Barton
2011-12-28more changes from bmesh into trunk (mesh mpoly strict member)Campbell Barton
2011-12-28WIP loading bmesh in trunk, some conversion functions for this purpose.Campbell Barton
2011-12-28merge bleshes BLI_array header lib into trunk.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-28Add FFmpeg libraries versions to system-info.txtSergey Sharybin
2011-12-28make MOD_dynamicpaint.c use more typical gpl2+ text and some formatting edits...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-28minor changes from bmesh into trunkCampbell Barton
2011-12-28sync some edits with bmeshCampbell Barton
2011-12-28for bpy.props, when 'name' argument is not initialized, vallback to the attri...Campbell Barton
2011-12-27option to save as older mesh format (ifdef'd for now)Campbell Barton
2011-12-27Change visualize indices so that edit select mode chooses which elements are ...Howard Trickey
2011-12-27OSX: adding PNG codec to QTKit, to have one more alpha enabled one atmJens Verwiebe
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-27OSX: adding some more codecs to QTKitJens Verwiebe
2011-12-27Update build files to use new OpenAL librariesSergey Sharybin
2011-12-27remove unneeded casts from 'unsigned int' to 'int'Campbell Barton
2011-12-27* Fixing compile after recent i18 commits. Thomas Dinges
2011-12-27Fix own error in r42881, didn't add rectangle padding correctly.Nicholas Bishop