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-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-28Nla Strip Controls: Added special FCurve type (in the animfiltering code)Joshua Leung
2015-03-27Use squared dist /w comparisons (mask, edge-slide)Campbell Barton
2015-03-23Mitigate T44035: Proportional editing lagCampbell Barton
2015-03-19Cleanup remove unused variableAntony Riakiotakis
2015-03-19Fix T43989: Sequencer - Ctrl snapping a sequencer strip does not work if you ...Bastien Montagne
2015-03-19Transform: Shift for precision PET adjustmentCampbell Barton
2015-03-16Nodes: Shortcuts for Snap and Snap Element MenuJulian Eisel
2015-02-26cleanup: spelling & typosMike Erwin
2015-02-25Fix T43798: Individual origins disabled object PETCampbell Barton
2015-02-24Cleanup leftover code from previous commitAntony Riakiotakis
2015-02-24Fix T43785 crash with border select.Antony Riakiotakis
2015-02-23Snap to Active: missing armature/pose/mball/curveCampbell Barton
2015-02-23Edge/Vert Slide: avoid redundant loop angle callsCampbell Barton
2015-02-23Fix error in recent vert/edge-slide commitsCampbell Barton
2015-02-19RNA: pass only 0/1 to RNA_property_boolean_setCampbell Barton
2015-02-17Fix T43708: Wrong manipulator in individual originCampbell Barton
2015-02-17BMesh: calc_manipulator_stats can only check vertsCampbell Barton
2015-02-17RNA API: reuse property lookupsCampbell Barton
2015-02-16Vert/Edge Slide: better UV interpolationCampbell Barton
2015-02-16Correct crash /w vertex slide with no facesCampbell Barton
2015-02-12GPencil: Alt-S can now be used to adjust the pressure values (i.e. thickness)...Joshua Leung
2015-02-11UV Island support for vertex & edge slideCampbell Barton
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-10Fix recent vert-slide UV's when cancelledCampbell Barton
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