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
2015-02-08Initial vertex slide UV-correct supportCampbell Barton
2015-02-03Fix possible (unlikely) buffer overrunCampbell Barton
2015-02-03Add inverse-square blending for PET and warpCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-20Fix transform glitch: Ctrl/Shift didn't refreshCampbell Barton
2015-01-20Cleanup: use constCampbell Barton
2015-01-19Bugfix T43293: Crash when editing shared GPencil datablock in VSEJoshua Leung
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2015-01-13Cleanup: consistent arg order in bmeshCampbell Barton
2015-01-12revert part of 7a1dc20Campbell Barton
2015-01-11Cleanup: quite some harmless but noisy warnings from gcc...Bastien Montagne
2015-01-07Fix for bool flag useCampbell Barton
2015-01-07Fix: Segfault in Image Editor when transforming GPencil StrokesJoshua Leung
2014-12-14Fix T42892: UV pixel snap with negative valuesCampbell Barton
2014-12-12cleanup: disallow NULL arg to uvedit_aspectCampbell Barton
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-27Partial Fix T42652: Transform falloff for mesh islandsCampbell Barton
2014-11-27Transform: fix for fcurve transform crashCampbell Barton
2014-11-27Transform: correct flag -> boolCampbell Barton
2014-11-24Politically correct terrible consequencer changesAntony Riakiotakis
2014-11-20Fix T42660 snapping not working nicely on graph editor.Antony Riakiotakis
2014-11-17Simplify function to get view vector in world spaceAntony Riakiotakis
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-16Cleanup: Replace `WM_operator_name_call` by `WM_operator_name_call_ptr` where...Bastien Montagne
2014-11-13BMesh: shrink/fatten faces-normals in face modeCampbell Barton
2014-11-13Fix T42571,T42572 snapping ignores linked objectsAntony Riakiotakis
2014-11-11UI Refactor T41640Campbell Barton
2014-11-10Fix T42199: PET displays when transforming around centersCampbell Barton
2014-11-05Simplify node frame detach operators, based on T34670 by @julien.Lukas Tönne
2014-10-30Transform: snapping: normal-align: Cleanup!Bastien Montagne
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-10-30Fix T42444: Neg scale rotated object flips 2x axisCampbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-10-23Fix T42354 modal transform map not cycling through local/globalAntony Riakiotakis
2014-10-22Cleanup: avoid loop-in-loop when mirror isn't usedCampbell Barton
2014-10-22Fix T42334: x-mirror fails in armature with a partially mirrored chain.Lukas Tönne
2014-10-19Fix typo in calculateCenterMedian that could give computed median point wrong...Grigory Revzin
2014-10-16Fix T42256: Translation operator moves Child-Of constrained objects in wrong ...Bastien Montagne
2014-10-13BLI_utildefines: add SQUARE macroCampbell Barton
2014-10-10Cleanup: (float)floor -> floorfCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2014-10-07Cleanup: styleCampbell Barton
2014-10-03Cleanup: spelling, wsCampbell Barton
2014-10-02Code cleanup:Antony Riakiotakis
2014-09-28Transform: Provide descriptive error messages when wrong transform modes are ...Joshua Leung
2014-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton