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-04-07Proportional editing support for the action editor.Antony Riakiotakis
2015-03-31Proportional editing for IPO editor - version ready for feedback by artists.Antony Riakiotakis
2015-01-31Compiler warning: double-promotionCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-01Code cleanup: remove file handling headers where they arent neededCampbell Barton
2014-04-29Code cleanup: remove redundant matrix initializationCampbell Barton
2014-04-06Fix T39479: Transform mouse constraint fails in some situations.Bastien Montagne
2014-03-23Fix T39347: Pressing backspace during empty number input for translation resu...Bastien Montagne
2014-03-23Further tweaking to numinput - enhance 'Reset' behavior.Bastien Montagne
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2013-11-28Fix T37143: Wrong normal dir with individual origins + one vert selectedCampbell Barton
2013-11-20fix T37411: Transform mouse constraint could fail in some situations.Campbell Barton
2013-11-06True grid snapping for nodes: This snaps nodes to the actual background grid ...Lukas Toenne
2013-10-23code cleanup: minor transform refactorCampbell Barton
2013-10-23fix [#37179] All transformation normals drawn when proportional edit, individ...Campbell Barton
2013-08-21Fix #36499: proportional edit circle was drawing behind objects in some cases,Brecht Van Lommel
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-05-01use 'normal' orientation rather then 'local' with individual origins to use t...Campbell Barton
2013-04-22fix for scaling on individual center in mesh editmode when the object has non...Campbell Barton
2013-04-12fix for own recent addition of transform indervidual-axis in editmode, not wo...Campbell Barton
2013-04-11correction to own recent changes to exitmode using axis-matrix, fallback to o...Campbell Barton
2013-04-08fix for own mistake in recent adjustments to transform, local without individ...Campbell Barton
2013-04-05code cleanup: include orderCampbell Barton
2013-04-04fix [#34802] Individual Transformation Confusing in Edit ModeCampbell Barton
2013-03-12replace sprintf -> strcpy where its not needed.Campbell Barton
2013-03-09add inline function mul_project_m4_v3_zfac() to get the z-depth value from a ...Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-03-04code cleanup: view3d_clipping_test was making a vector copy for no reason.Campbell Barton
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-01-15style cleanupCampbell Barton
2012-11-23Fix #33266: Transforming with Y axis constraint didn't apply aspect ratio cor...Sergey Sharybin
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-08-04mask transforming when a mesh object was in editmode (but had no UV's), failedCampbell Barton
2012-07-25match function names for clip/image spacesCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-19code cleanup: remove commented includes - mostly from 2.4xCampbell Barton
2012-07-01style cleanup: commentsCampbell Barton
2012-06-29Extended modes for snapping in the node editor.Lukas Toenne
2012-06-27style cleanup: also some spelling correction.Campbell Barton
2012-06-11style cleanupCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton