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
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-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-23Fix #36797 make linked node groups local does not work. Node tree library fun...Lukas Toenne
2013-09-23Fix potential usage of wrong track when setting axis for scene orientationSergey Sharybin
2013-09-22Fix [#36791]: Fire ignores force fields when smoke is set to 0.0Miika Hamalainen
2013-09-21style cleanup: whitespace & odd indentationCampbell Barton
2013-09-21Fix [#36788] changing the built in keying set prints "attempt to free NULL po...Bastien Montagne
2013-09-21bugfix: [#36786] customdata layers are not merging taken the names into consi...Dalai Felinto
2013-09-20bugfix [#36724] Ctrl+F in text editor opens Toolbar, but no longer closes itDalai Felinto
2013-09-20Mark Mesh->tface as DNA_DEPRECATEDSergey Sharybin
2013-09-20Let vertex bevel work on boundary verts of polys.Howard Trickey
2013-09-20FIX: [#27536] GLSL object space normal maps have wrong shadingAndrea Weikert
2013-09-20Fix [#36759] UV Project - Specified UV Map doesnt work properlyBastien Montagne
2013-09-20Images didn't get clear when using multires baker from python scriptSergey Sharybin
2013-09-20Clear color to gray when baking displacement mapSergey Sharybin
2013-09-20Fix for margin which didn't work properly with normalized displacement bakingSergey Sharybin
2013-09-20Fix for displacement bake buffer might be allocated twiceSergey Sharybin
2013-09-20Fix #36226, Select Linked works not in touch with Prefs.Lukas Toenne
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-20fix for nla-strip-path function not returning an allocated pointer and new ma...Campbell Barton
2013-09-20remove unused modifier argument from ParticleSystem.co_hairCampbell Barton
2013-09-20fix [#36777] uv_on_emmiter make Blender crashCampbell Barton
2013-09-20replace VIEW3D_OP_OFS_LOCK_TEST() macro with static function view3d_operator_...Campbell Barton
2013-09-20fix [#36773] Dolly breaks in quad viewCampbell Barton
2013-09-20Release cycle / 2.69:Thomas Dinges
2013-09-20correct include guards and add checks in check_style_c.py for them.Campbell Barton
2013-09-20Ensure positions can be read for sources that have strideNathan Letwory
2013-09-19Prevent assert failure in knife.Howard Trickey
2013-09-19Fix potential crash in knife.Howard Trickey
2013-09-19Fix #36755, EXR Layers are not fully updated on scene load or image refresh.Lukas Toenne
2013-09-19Fix for OutputFile node, this would crash with unconnected sockets in MultiEX...Lukas Toenne
2013-09-19speedup for ngon tessellation, check if the angle is an improvement before do...Campbell Barton
2013-09-19minor edits to poly_find_ear() bmesh function, no functional changes.Campbell Barton
2013-09-19fix [#36625] Particle Instances ignores Group offsetsCampbell Barton
2013-09-19replace macro PYC_INTERPRETER_ACTIVE for PyC_IsInterpreterActive() function c...Campbell Barton
2013-09-19style cleanupCampbell Barton
2013-09-19fix [#36771] Prevent 'Apply Transform' for Objects with a linked meshCampbell Barton