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-08-26Merge from trunk r49908-r50219smoke2Daniel Genrich
2012-08-26fix for build error without ffmpegCampbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-26Style cleanup: whitespaceSergey Sharybin
2012-08-26Some FFmpeg changesSergey Sharybin
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-25add manual lookup to addon tempalteCampbell Barton
2012-08-25better handle sizes by default for mask mode, now ignore image width/heightCampbell Barton
2012-08-25ability to register your own online manual callbacks - useful for 3rd party a...Campbell Barton
2012-08-25minor code cleanupCampbell Barton
2012-08-25baking actions with euler rotations now uses compatible eulers for pose and o...Campbell Barton
2012-08-25don't use a while loop when in compatible_eul(). this is a low level rotation...Campbell Barton
2012-08-25use set's when checking against multiple types.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 #32388: bpy.ops.wm.path_open() not working with path with spaces on Windows.Brecht Van Lommel
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