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
path: root/source
AgeCommit message (Expand)Author
2012-08-26Bugfix [#32410] Create New Group (CTRL+G) tried to activate even when nothing isJoshua Leung
2012-08-26Compiling fix for Windows+Mingw: "Ambiguous" use of IStreamJoshua Leung
2012-08-26code cleanup: comments and some minor edits to interface code.Campbell Barton
2012-08-26make SWAP macros typesafe using CHECK_TYPE macro.Campbell Barton
2012-08-25fix for type mismatch with SWAP() macro.Campbell Barton
2012-08-25code cleanup: vec_to_quatCampbell Barton
2012-08-25add conjugate_qt_qt(), also some code cleanup and use const for 'rotOrders' v...Campbell Barton
2012-08-25better handle sizes by default for mask mode, now ignore image width/heightCampbell Barton
2012-08-25minor code cleanupCampbell Barton
2012-08-25don't use a while loop when in compatible_eul(). this is a low level rotation...Campbell Barton
2012-08-25style cleanup: also spellingCampbell Barton
2012-08-24mesh bridge tool now leaves bridge faces selected.Campbell Barton
2012-08-24alternate fix for bug [#32395],Campbell Barton
2012-08-24fix for merged bridge crashing on closed loops (own bug in recent commit) Campbell Barton
2012-08-24Sequencer: reshuffle overlapping strips on cancel trasnformSergey Sharybin
2012-08-24fix [#32357] Subdivide fails on newly created edgeCampbell Barton
2012-08-24Fix for build error on some platforms, seems ImfStdIO.h is not included withBrecht Van Lommel
2012-08-24use the zoom level to set the size for new mask point handle sizes (artist re...Campbell Barton
2012-08-24Fix #32198: UV unwrap of half a UV sphere would not give a perfect sphere as aBrecht Van Lommel
2012-08-24stop socket hiding from causing compositor recalculation.Campbell Barton
2012-08-24fix for bug in variable size blur compositor node - using incorrect Y blur op...Campbell Barton
2012-08-24Code cleanup: remove some unused code.Brecht Van Lommel
2012-08-24Fix second part #32377: saving/loading exr files to file paths with non-asciiBrecht Van Lommel
2012-08-24Sequencer: allow negative bright/contrastSergey Sharybin
2012-08-24Sequencer: bright/contrast modifierSergey Sharybin
2012-08-24correct assert for customdata overlap, also quiet `uninitialized` warning in ...Campbell Barton
2012-08-24Gave the spacetype time region header malloc a more descriptive text, consist...Nicholas Rishel
2012-08-24Code cleanup: comment referenced an outdated file path + spelling errorNicholas Rishel
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-23bugfix for [32368] Added controllers don't count over 10Dalai Felinto
2012-08-23fix [#32395] BMesh data interpolation feedback loopCampbell Barton
2012-08-23style cleanup: indentation, also quiet double promotion warnings for despeckl...Campbell Barton
2012-08-23Sequencer: display color sample information when mouse is holded downSergey Sharybin
2012-08-23sequencer zooms horizontal only from mouse wheel and plus buttons.Campbell Barton
2012-08-23Fix #32387: some mesh modifications breaking other shape keys.Brecht Van Lommel
2012-08-23Sequencer: fix for color balance keyframing and modifier renamingSergey Sharybin
2012-08-23Fix #32391: new remove doubles "unselected" option was enabled by default, don'tBrecht Van Lommel
2012-08-23Fix #32389: scons was compiling without iksolver and only itasc since a few d...Brecht Van Lommel
2012-08-23code cleanup: use const weights for customdata interpolation functionsCampbell Barton
2012-08-23BGE: When creating a controller by linking a sensor and actuator, the created...Mitchell Stokes
2012-08-23fix own error in BM_data_interp_from_edges() from recent commit.Campbell Barton
2012-08-23Sequencer: move up/down operators for modifiersSergey Sharybin
2012-08-23alt page up/down now jump between strip center frames (since often the middle...Campbell Barton
2012-08-23de-duplicate sequencer jump operator, use next/prev option instead.Campbell Barton
2012-08-23style cleanupCampbell Barton
2012-08-23set defaults for de-speckleCampbell Barton
2012-08-23despeckle composite nodeCampbell Barton
2012-08-23change I made gave a little nicer bleeding direction for inpaint but introduc...Campbell Barton
2012-08-23- add BM_data_interp_from_edges() function (matches BM_data_interp_from_verts).Campbell Barton
2012-08-23bmesh tool: support for merged-bridge (like bridge, collapsing), with aCampbell Barton