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-09-28OSX/Scons/OMP: 1. Allow for compile with gnu gcc 4.8.1, 2. fix compiling with...Jens Verwiebe
2013-09-28OSX: make sure closing the mainwindow forewards to the quitdialog - todo: che...Jens Verwiebe
2013-09-28add PoseBone.children convenience attribute.Campbell Barton
2013-09-28Fix [#36827] 2.69 bug with smoke domain, particle emitter and a force field c...Bastien Montagne
2013-09-28Fix #36826: make screencast with quicktime output gave black flickering areas.Brecht Van Lommel
2013-09-27Fix build error when building without OpenMP.Brecht Van Lommel
2013-09-27Fix #35684: cycles unable to use full 6GB of memory on NVidia Titan GPU. We nowBrecht Van Lommel
2013-09-27Elbeem: fix memory leak and add guarded allocator directivesSergey Sharybin
2013-09-27Elbeem: Use pragma directive instead of overriding number of omp threadsSergey Sharybin
2013-09-27blenderplayer stubs for WM_keymap_removeDalai Felinto
2013-09-27replace ints with bools for keymap functions.Campbell Barton
2013-09-27rna: implementing function to remove keymap from keyconfigDalai Felinto
2013-09-27install_deps.sh fix: add explicit OGG lib handling, we need it to pass correc...Bastien Montagne
2013-09-27Fix #36630, Particlesystem - boids - goal - collision.Lukas Toenne
2013-09-27relating to [#36822], apply clamping to hard limits tooCampbell Barton
2013-09-27Fix for #36823, SSS node now displays a warning, that it does not work on the...Thomas Dinges
2013-09-27Fix [#36822], Sky Turbidity values > 10 could result in weird behavior and cr...Thomas Dinges
2013-09-27Fix related #36824: Shrinkwrap modifier 'Subsurf Levels' doesn't seem to do a...Sergey Sharybin
2013-09-27Made PIL_time_utildefines self-sufficientSergey Sharybin
2013-09-27Fix for Freestyle hang up in stroke rendering, due to missing update of 2D st...Tamito Kajiyama
2013-09-26Fix for the name of line style ID blocks, from "FreestyleLineStyle" to "Line ...Tamito Kajiyama
2013-09-26Freestyle: remove a bunch of debug prints in the python code, these are confu...Brecht Van Lommel
2013-09-26quiet warnings (converting pointer to boolean)Campbell Barton
2013-09-26Use the brush icon rather than the particle icon for ID-block type of Freesty...Irie Shinsuke
2013-09-26Fix cycles issue with mapping node rotation and scale order. When using bothBrecht Van Lommel
2013-09-25Don't install LICENSE-bmonofont-i18n.ttf.txt unless international fonts are e...Irie Shinsuke
2013-09-25cmake - cached LLVM values would be overwritten on every execution.Campbell Barton
2013-09-25rename LLVM_LIB_DIR to LLVM_LIBPATH to match other cmake vars.Campbell Barton
2013-09-25knife was projecting vertex locations to the screen when it wasnt needed.Campbell Barton
2013-09-25fix error where BKE_mesh_cd_validate layer renaming would use invalid index v...Campbell Barton
2013-09-25Add font licenses to installation filesSergey Sharybin
2013-09-25fix [#36780] Knife Project brokenCampbell Barton
2013-09-24fix for crash freeing console history.Campbell Barton
2013-09-24Fix #36695, brushes would behave differently in scaled objects (testedAntony Riakiotakis
2013-09-24CMake: BOOST is a dependency of OpenImageIODalai Felinto
2013-09-24bmesh triangulate: skip intersection checks for degenerate geometry and just ...Campbell Barton
2013-09-24postpone crazy-space changes until next release, causes issues with extrude w...Campbell Barton
2013-09-24fix [#36781] triangulation modifer creasesCampbell Barton
2013-09-24allocate bmesh data from known sizes where possible (was still using defaults...Campbell Barton
2013-09-24add back crazy space check to only initialize a vertex once. (changed in r601...Campbell Barton
2013-09-24modifiers_isCorrectableDeformed now checks a modifier is enabled before retur...Campbell Barton
2013-09-24Fix #36783: click outside splash screen to close it would not highlight theBrecht Van Lommel
2013-09-24Fix #36793: missing update on undo with proxy object that is not using a prox...Brecht Van Lommel
2013-09-23Fix #36800: closing render window during render crashes, the operator would beBrecht Van Lommel
2013-09-23Fix related to #36319: restore SDL_VIDEODRIVER=dummy environment variable, itBrecht Van Lommel
2013-09-23typos on error messages in CMakeDalai Felinto
2013-09-23Further fix for #36382: bake buttons for linked objects could be grayed outBrecht Van Lommel
2013-09-23Minor cleanup for own commit, removed unused line.Lukas Toenne
2013-09-23Fix #36790, OSL point parameters of shader nodes not initialized correctly fr...Lukas Toenne
2013-09-23Fix #36797 make linked node groups local does not work. Node tree library fun...Lukas Toenne