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-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
2011-12-27[#29144] Snapping control points: can't choose which one to deleteMartin Poirier
2011-12-27Factor out some generic parts of the sculpting PBVH redraw planes code.Nicholas Bishop
2011-12-26[#29611] Crash when scale one vertex with snap.Martin Poirier
2011-12-26Another fix for #29494: Problem loading translations at Blender's startupSergey Sharybin
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-12-26formatting edits & minor correctionsCampbell Barton
2011-12-26patch from debian from Kevin 'kiniou' RoyCampbell Barton
2011-12-26fix for a bug in mathutils when a vector was accessing a matrix and the matri...Campbell Barton
2011-12-26include BLO_sys_types in customdata header rather than stdint directly.Campbell Barton
2011-12-25use docstrings for mathutils getset's, also some formatting edits, no functio...Campbell Barton
2011-12-24picky formatting of mathutilsCampbell Barton
2011-12-24OSX/gcc-4.6, fix for typedef uin64_tJens Verwiebe
2011-12-24mathtils, convenience attributes added 'row' and 'col', this makes the row/co...Campbell Barton
2011-12-24fix for error with matrix access and negative indices with recent row/col swap.Campbell Barton
2011-12-24mathutils get/set function rename + minor changes to matrix functions (no fun...Campbell Barton