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
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
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-06-27Minor warning cleanup & fixCampbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-29fix [#27057] In cam perspective, world-axis-locked xform of an obj at cam loc...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-20while looking into [#27057] noticed when the view and the transform center ar...Campbell Barton
2011-03-28transform: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-20Bugfix: new strict code for UI_make_axis_color() caused constraintTon Roosendaal
2010-11-28minor changes to the python api.Campbell Barton
2010-11-16bugfix [#24509] UV/Image Editor: selected elements move not as specifiedCampbell Barton