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-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
2013-09-18Fix warnings message on load about packed images:Brecht Van Lommel
2013-09-18Fix memory leak that still existed when opening .blend file mesh data in olderBrecht Van Lommel
2013-09-18Fix #36754: animation not evaluated on object two levels down in dupligroups.Brecht Van Lommel
2013-09-18UVProject modifier was still requiring old tesselated UV data instead of new ...Bastien Montagne
2013-09-18fixes for python api docs.Campbell Barton
2013-09-18fix relating to bug [#36758],Campbell Barton
2013-09-18fix [#36758] Add Group Instance crashCampbell Barton
2013-09-18style cleanupCampbell Barton
2013-09-18fix [#36211] bridge edge loops joining vertecies that are far awayCampbell Barton
2013-09-18comments and more logical var names for bm_edge_calc_rotate_beauty(), (make i...Campbell Barton
2013-09-18BGE: Fixing a typo in the collision API that was found by agoose77.Mitchell Stokes
2013-09-18bugfix: [#34663] Cannot rotate view while using Knife tool with Maya presetDalai Felinto
2013-09-17Fix crash with recently added remove_on_cancel transform property, and hide thisBrecht Van Lommel
2013-09-17add support for trackpad navigation while in knife operatorDalai Felinto