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-21code cleanup: spellingCampbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-20Atempt to get rid of those ugly "long locales" under windows. Tested by me (w...Bastien Montagne
2012-10-20style cleanupCampbell Barton
2012-10-20bmesh-decimator, skip recalculating face normals on each edge collapse. (they...Campbell Barton
2012-10-20bmesh-decimate now only does CustomData_has_math for loop layers, add CustomD...Campbell Barton
2012-10-20bmesh decimator support for loop & edge customdata. (most importantly UVs and...Campbell Barton
2012-10-20Add option to set object origin to the center of massSergej Reich
2012-10-20fix for BM_edge_other_loop() not working right (own error in recent commit), ...Campbell Barton
2012-10-20don't print mousemoves with wm_handlers_do and --debug-eventsCampbell Barton
2012-10-20add comment about misuse of enum set function.Campbell Barton
2012-10-20Bugfix #32641Ton Roosendaal
2012-10-20add TIMEIT_VALUE_PRINT() macro for printing timing between start/end macros.Campbell Barton
2012-10-20More UI messages fixes and tweaks, and BKE_report<->BKE_reportf.Bastien Montagne
2012-10-20code cleanup: remove unused members of BMIter struct to save some space. (thi...Campbell Barton
2012-10-20code cleanup: quiet -Wshadow warning, var name changes for splice functions a...Campbell Barton
2012-10-20add BM_edge_find_double() and use in bmesh decimator to fix crash.Campbell Barton
2012-10-20Remove six languages from Blender UI (rational: very low level of translation...Bastien Montagne
2012-10-20Fix unix language setting fallback (long_locale is windows only!). This was p...Bastien Montagne
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