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 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-19Add stub for new ED_view3d_grid_scale().Bastien Montagne
2012-10-19Cycles/ Layer Weight Node:Thomas Dinges
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-19simplify addon install print, Now it only prints the source and destination d...Campbell Barton
2012-10-19[#32921] Fix: Python error triggered when installing an addon via 'install ad...Gaia Clary
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-18Cycles: suppress path to nvcc appearing in the console in casesSergey Sharybin
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 for OSL compile errors.Lukas Toenne
2012-10-18More fixes related to #32900, motion blur with cuda sm 2.0 still disabled.Brecht Van Lommel
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-18style cleanupCampbell Barton
2012-10-18Fix #32904: strange pattern on subdivided cube with anistropic shader. NowBrecht Van Lommel
2012-10-18Cycles: OSL compile fixes.Thomas Dinges
2012-10-18Attempts to fix CUDA issues on sm 2.0 cards, still no luck getting motion blurBrecht Van Lommel
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-17Fix cycles motion blur not working correct with shutter time > 2.0. The softBrecht Van Lommel
2012-10-17Missing semicolons in intern/ghost/intern/GHOST_WindowCocoa.mmJason Wilkins
2012-10-17Cycles / OSL:Thomas Dinges
2012-10-17minor changesCampbell Barton
2012-10-17add a template for a stub script - runs the script relative to the currently ...Campbell Barton
2012-10-17Render: local light group option for materials, blender internal feature fromBrecht Van Lommel
2012-10-17Cycles: motion blur is now curved and passes exactly through the midpoint.Brecht Van Lommel
2012-10-17Cycles: add Tangent input for Anisotropic BSDF.Brecht Van Lommel