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-31Add remesh modifier (dual contouring).Nicholas Bishop
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-30use PyUnicode_From_STR_String in the game engine in more places.Campbell Barton
2011-12-30cucumber merge, multiline font object:Dalai Felinto
2011-12-30formatting edits, missed these last commit.Campbell Barton
2011-12-30fix [#29686] Weight paint paints when it shouldn'tCampbell Barton
2011-12-30patch from Jason HaysCampbell Barton
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-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-28Merging r42896 through r42944 from trunk into soc-2911-tomatoSergey Sharybin
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