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-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-10-15Streamlinining Bone Groups menu (Ctrl G)Joshua Leung
2012-10-15fix for py-console ctrl+backspace/del changing the selection.Campbell Barton
2012-10-14Fix for misplaced cursor in wrapped console prompt, also fixes newline for si...Sv. Lockal
2012-10-14Adding Estonian new language.Bastien Montagne
2012-10-14More UI messages and BKE_reportf->BKE_report fixes...Bastien Montagne
2012-10-14Few minor fixes to i18n tools (mostly use ordered dicts too for "xgettexted" ...Bastien Montagne
2012-10-14correct another misuse of FLT_MINCampbell Barton
2012-10-14fix for incorrect initial boundbox with svbvh raytracing. (bad use of FLT_MIN)Campbell Barton
2012-10-14style cleanupCampbell Barton
2012-10-14code cleanup: remove redundant castsCampbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-10-14Fixed missing display buffer and mipmaps invalidation in cases onlySergey Sharybin
2012-10-14Rip-fill mesh tool (option for rip operator)Campbell Barton
2012-10-14Blenderplayer: Fixing a crash on startup when the graphics driver tried to us...Mitchell Stokes
2012-10-14fix for error compiling on some platforms: use ll suffix for 64bit ints in BL...Campbell Barton
2012-10-14use safer string copy functions and change the define for FILE_MAX_LIBEXTRA t...Campbell Barton
2012-10-14Minor: precision in template_list doc, that only one list is allowed per temp...Bastien Montagne
2012-10-13Make zoom direction consistent all over the editorsSergey Sharybin
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-13Add translation of reports messages (only direct uses of BKE_report(f)/BKE_re...Bastien Montagne
2012-10-13And more UI messages spell check.Bastien Montagne
2012-10-13Cycles: progressive refine optionSergey Sharybin
2012-10-13Fix for wrong cycles tangent in some cases, was missing transform.Brecht Van Lommel
2012-10-13code cleanup: minor edits on recent commit.Campbell Barton
2012-10-13More spell check exceptions...Bastien Montagne
2012-10-13Lattice Editing: Distortion-Free "Flip" OperatorJoshua Leung
2012-10-13fix for own error, leaving in test code to set the smooth flag.Campbell Barton
2012-10-13added filter for user installed addonsGaia Clary
2012-10-13differenciate log message for enabled/disabled modulesGaia Clary
2012-10-13improve edge rip when the edge has only 2 other connected edges.Campbell Barton
2012-10-13style cleanup: spelling Campbell Barton
2012-10-13add support for ripping off a single face from a single vertex when the verte...Campbell Barton
2012-10-13Bugfix [#32865] Usercounts for World Textures not decremented after previewJoshua Leung
2012-10-12* Fix small bug in Python operator example; improved example of modal operatorJiri Hnidek
2012-10-12Templates:Thomas Dinges
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-12code cleanup: video playback move frame step into the PlayState struct.Campbell Barton
2012-10-12fix for own error in copy_as_script(), imports were incorrect.Campbell Barton
2012-10-12optimization for PyObject -> ID-property sequence conversion, use PySequence_...Campbell Barton
2012-10-12quiet clang static checker warning by returning an error for invalid situatio...Campbell Barton
2012-10-12remove BLI_noise from BLI_blenlib.h, not that many files need this.Campbell Barton
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-12get the width and height of the font at once when drawing auto-key,Campbell Barton
2012-10-11Revert part of own r51193 (now I know where Courant comes from...), and add a...Bastien Montagne
2012-10-11Removed duplicate include of stdio.hJoshua Leung
2012-10-11OSX/cmake: after osl librenew with globals patch, forcing oiio is not longer ...Jens Verwiebe
2012-10-11Auto key warning - Stripping down to basicsJoshua Leung
2012-10-11Limit Distance Constraint - jpbouza Feature RequestJoshua Leung
2012-10-11style cleanupCampbell Barton