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-02code cleanup: headersCampbell Barton
2012-08-02Bugfix: High resolution "exploded" when using uneven resolutions, sometimes w...Daniel Genrich
2012-08-01Fix #31800: Blender crash by rendering in connection with linked groupsSergey Sharybin
2012-08-01split node_edit.c into separate files (add, group, relationshops), was almost...Campbell Barton
2012-08-01game engine: Fix CcdPhysicsEnvironment functions that accessed m_solverInfoSergej Reich
2012-08-01fix: column flow layout wrongly calculated height of second and subsequent co...Andrea Weikert
2012-08-01fix for assert when going from edit mode directly into sculpt mode.Campbell Barton
2012-08-01game engine: Use flags instead of hardcoded numbers for rna propertiesSergej Reich
2012-08-01Fix own regression in cycles frame node caused by recent node rna changesSergey Sharybin
2012-08-01rename meaningless LIB flag name LIB_TEST --> LIB_NEED_EXPAND.Campbell Barton
2012-08-01replace 'GET_INT_FROM_POINTER( &((BHeadN*)0)->bhead) )' with 'offsetof(BHeadN...Campbell Barton
2012-08-01fix some more crashes when running skin operators on a mesh with no skin layerCampbell Barton
2012-08-01Code cleanup: silence some -Wnarrowing warnings from C++11Sergey Sharybin
2012-08-01Cycles:Thomas Dinges
2012-08-01fix crash in sorting mesh elements when called without a viewport.Campbell Barton
2012-08-01Code cleanup: remove some more unused includes of DNA_scene_typesSergey Sharybin
2012-08-01Code cleanup: Remove unused includes of DNA_scene_types.Sergey Sharybin
2012-08-01Replace scene pointer with scene name to prevent possible misusagesSergey Sharybin
2012-08-01fix for crash in 'Skin Armature Create' when the mesh doesnt have any skin data.Campbell Barton
2012-08-01fix crash when polling image sample outside image space.Campbell Barton
2012-08-01Tie compositor will now update render result when changing node setupSergey Sharybin
2012-08-01mask selection invert wasnt working.Campbell Barton
2012-08-01make node select_all consistent with other select operators, also add Ctrl+I,...Campbell Barton
2012-08-01Fix blenderplayer linkAntony Riakiotakis
2012-08-01Fix #32205: Holdout shader + transparent background stays black with Alpha = 1Sergey Sharybin
2012-08-01- disable mask drawing in the sequencer, this isn't usable yet and likely won...Campbell Barton
2012-08-01Docs / Templates:Thomas Dinges
2012-08-01misc mask fixesCampbell Barton
2012-08-01style cleanup: >120 line lengthCampbell Barton
2012-08-01Add type RNA property to special nodes (e.g. frame)Sergey Sharybin
2012-08-01Do not highlight non-selected active node with active outlineSergey Sharybin
2012-08-01Fix #32209: Autosave ignores multires sculptingSergey Sharybin
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-08-01fix [#32232] Running script that changes area.type crashes blender.Campbell Barton
2012-08-01fill in dummy values when using movie clip distort node but compiled without ...Campbell Barton
2012-08-01quiet spacenav output on linux for regular builds, ifdef signed int for msvc ...Campbell Barton
2012-08-01Fixed own error in setting user counter to mask when changing clip editor's m...Sergey Sharybin
2012-08-01Expand function for masks, so no masks could be properly linkedSergey Sharybin
2012-07-31Mask / Win64 compile fix: "Index variable in OpenMP 'for' statement must have...Daniel Genrich
2012-07-31changes to mask editingCampbell Barton
2012-07-31Code cleanup: remove unused codeSergey Sharybin
2012-07-31Fixed wrong mask display with clip's pixel aspect and image editor display as...Sergey Sharybin
2012-07-31multi-threaded sequencer buffer calculation for masks.Campbell Barton
2012-07-31remove references to raskter from compositor and BKE mask.Campbell Barton
2012-07-31use the same rasterizer as the compositor for the sequencer.Campbell Barton
2012-07-31Remove "Loading byte/float" debug messages. They were added at the timeSergey Sharybin
2012-07-31Fix cycles issue with wrong texture coordinates on a second render layer withBrecht Van Lommel
2012-07-31Tweak to commit related to non-power-of-two textures, some cards claim toBrecht Van Lommel
2012-07-31Code tweak removing comment, the fix here is indeed correct.Brecht Van Lommel
2012-07-31Fix warnings on old apple GCC compiler due to no support for alloc_size attri...Brecht Van Lommel