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-10-20code cleanup:Campbell Barton
2012-10-20rna_sequencer_api.c doc string cleanupDan Eicher
2012-10-20Code cleanupJoshua Leung
2012-10-20Grease Pencil: Tweaks to make tooltips show up for the different drawing toolJoshua Leung
2012-10-20Fix for drawing meshes with VBOs disabled in sculpt modeNicholas Bishop
2012-10-19Fix [#32925] Center cursor (shift+C) crashing blender after duplicating bone ...Bastien Montagne
2012-10-19Minor fix to BKE_reportf(): also output the report's type when printing to co...Bastien Montagne
2012-10-19Fix #32920: cloth physics with collision exploding in some cases, due toBrecht Van Lommel
2012-10-19More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to tra...Bastien Montagne
2012-10-19Additional debug assert in the compositor for checking correct conversion of ...Lukas Toenne
2012-10-19Fix #32219: Inconsistent influence of Units Scale on new objectsSergey Sharybin
2012-10-19fix for some issues with modal mesh tool interaction.Campbell Barton
2012-10-19Fix #32705: Esc a value change doesn't recalc compositorSergey Sharybin
2012-10-19add option to initialize heap with a known number of elements, since this may...Campbell Barton
2012-10-19Fix: Text fields for Generator FModifier were too smallJoshua Leung
2012-10-19decimate modifier rewrite to use bmesh (#ifdef-disabled by default for now).Campbell Barton
2012-10-19small quadric library ported from Laurence Bourn's LOD_decimator LOD_Quadric ...Campbell Barton
2012-10-19DM_to_bmesh_ex() now initializes index values when running in empty meshes. s...Campbell Barton
2012-10-19code cleanup: minor style change & quiet warning, also add assert for BM_vert...Campbell Barton
2012-10-19Fix for VBO drawing in multires sculptingNicholas Bishop
2012-10-18More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-18Better fix for #32846. Instead of using time change or object recalc conditio...Lukas Toenne
2012-10-18Fix #32912: cycles crash with dead particles, actual crash was caused by anBrecht Van Lommel
2012-10-18Fix: Smoke 3d viewport shading was sometimes calculated incorrectly when adap...Miika Hamalainen
2012-10-18Mark unused variables.Sergey Sharybin
2012-10-18Fix #32851: Mouse click coordinates when adding and selecting mask vertices o...Sergey Sharybin
2012-10-18Fix #32903: bring cycles glsl up to date with latest changes.Brecht Van Lommel
2012-10-18Mask editor: create new mask when trying to create new vertex without active ...Sergey Sharybin
2012-10-18Fix #32913: missing cycles viewport update when toggling visibility in outlinerBrecht Van Lommel
2012-10-18Fix #32905: Crash with Levels node when no input is connected.Sergey Sharybin
2012-10-18Fix #32896: No compositor tree update with image input color space changeSergey Sharybin
2012-10-18Maybe hard limmit is good enough. Removing soft limmit for sky turbidityDaniel Salazar
2012-10-17Cycles: Sensible limmits for Sky Texture turbidity valueDaniel Salazar
2012-10-17minor changesCampbell Barton
2012-10-17Render: local light group option for materials, blender internal feature fromBrecht Van Lommel
2012-10-17Cycles: add Tangent input for Anisotropic BSDF.Brecht Van Lommel
2012-10-17Fix #32856, Crash in compositor due to deprecated node socket flag in old files.Lukas Toenne
2012-10-17Fix #32887, ParticleInstance: crash with hidden particle system + children.Lukas Toenne
2012-10-17code cleanup:Campbell Barton
2012-10-16un-subdivide bmesh operator, useful for making lower polygon versions of mode...Campbell Barton
2012-10-16Color Management: texture baking should be correct when color management is d...Sergey Sharybin
2012-10-16Fix #32891: Bake to Texture didn't use color management flag properlySergey Sharybin
2012-10-16Fix/workaround #32846, dupli group + particle instances gets messed up in Cyc...Lukas Toenne
2012-10-16fix for free NULL pointer in BM_vert_splice() and BM_iter_as_arrayN() failed ...Campbell Barton
2012-10-16Cycles: non-camera viewport render border supportSergey Sharybin
2012-10-16Fix #32819: Crash when starting CUDA kernel compilation if UI translation is ...Sergey Sharybin
2012-10-16fix for 2 cases BM_disk_dissolve() could fail/assert.Campbell Barton
2012-10-16More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-16MESH_OT_vert_connect was missing select flush (newly created edges were not s...Campbell Barton
2012-10-16style cleanupCampbell Barton