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-05-20Fix: smoke noise tile was saved in Blender executable directory, which is oft...Miika Hamalainen
2013-05-20code cleanup: replace PARALLEL define with _OPENMPCampbell Barton
2013-05-20Cycles / Wireframe node:Thomas Dinges
2013-05-19fix memory corruption: allocated memory space did not match the needed spaceGaia Clary
2013-05-19fix for mistake in r56903Campbell Barton
2013-05-19Fix for last fix, compile error in smoke code.Brecht Van Lommel
2013-05-19Fix #35407: different particle behavior compared to 2.66, reverted part of 56...Brecht Van Lommel
2013-05-18Optimizations for dyntopoCampbell Barton
2013-05-18Fix #35404: crash in file save with python code that accesses mesh from panel.Brecht Van Lommel
2013-05-18bump to version '2.67a'Campbell Barton
2013-05-17Smoke simulator: Add flow subframes and ability to set custom particle size.Miika Hamalainen
2013-05-17Bug fix, own collection.Ton Roosendaal
2013-05-16Fix #35388, grouped nodes not editable in properties ui.Lukas Toenne
2013-05-15use bool arrays rather then char for weight paint lock/select arraysCampbell Barton
2013-05-15Fix slow resizing of ID property arrays with more than 1619 items, it incorre...Brecht Van Lommel
2013-05-15Fix #35354: dyntopo - materials and UI display issuesSergey Sharybin
2013-05-15Move sculptsession functions implementation from object.c to paint.cSergey Sharybin
2013-05-15Fix #35362: using dyntopo gives wrong render resultsSergey Sharybin
2013-05-14Fix #35347: constraints with vertex group targets were not using the vertex g...Brecht Van Lommel
2013-05-14bridge tool: fix for error in recent commit. missed NULL check for example face.Campbell Barton
2013-05-14style cleanupCampbell Barton
2013-05-13Cleanup and small improvements to libmvSergey Sharybin
2013-05-13Apply scale on scene reconstruction when applying scale on cameraSergey Sharybin
2013-05-13fix [#35335] Crash when rendering a text object with a remesh modifier and a ...Campbell Barton
2013-05-13add missing STACK_INIT, also quiet float <> double conversion warnings.Campbell Barton
2013-05-13Remplace bunch of annoying ifdefs in tracking.c with a libmv-capi_stub.ccSergey Sharybin
2013-05-13Fix for keyed marker search not happening correct in some casesSergey Sharybin
2013-05-12Fix for "no functional changes" commitSergey Sharybin
2013-05-12Refine markers position operatorSergey Sharybin
2013-05-12Documentation for functions inside tracking.cSergey Sharybin
2013-05-12Fix crash when closing blend files with no line stylesSv. Lockal
2013-05-12Fix material/lamp drivers not working sometimes when they were used by multipleBrecht Van Lommel
2013-05-12Image paint: 2D painting now supports texture masks and does masking moreBrecht Van Lommel
2013-05-12correct assert for driver evaluation,Campbell Barton
2013-05-10Couple fixes for my previous commit:Miika Hamalainen
2013-05-10Smoke: Add new "Full Sample" option to high resolution smoke panel.Miika Hamalainen
2013-05-10Optimize BKE_mesh_calc_normals(), gives approx 25% speedup.Campbell Barton
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-05-09Reconstructed scene scale ambiguity improvementSergey Sharybin
2013-05-09Changes to footage information panelSergey Sharybin
2013-05-09can't use alloca in inline functions (fills up stack - I thought compiler wou...Campbell Barton
2013-05-09bmesh: avoid using BLI_array macros for every face when converting to bmesh, ...Campbell Barton
2013-05-09bmesh speedup: skip free-realloc while running CustomData_bmesh_merge() when ...Campbell Barton
2013-05-09Partial revert of own commits r56604 and r56603:Thomas Dinges
2013-05-09UI naming consistency:Thomas Dinges
2013-05-08Blender 2.68 release cycle begin:Thomas Dinges
2013-05-08Extended the draw callback API for node sockets with an explicit text paramet...Lukas Toenne
2013-05-08Change to socket draw functions: instead of always only drawing the socket la...Lukas Toenne
2013-05-08Mask modifier for sequencesSergey Sharybin
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel