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-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
2013-09-17Fix #36718: Wrong lighting on text objectsSergey Sharybin
2013-09-17Update foreach_get/_set doc.Bastien Montagne
2013-09-17Fix for #36739: Delete new nodes added via the Add menu or toolbar if the sub...Lukas Toenne
2013-09-17Fix #36748 Sculpting/image painting does not respect undo steps limit.Antony Riakiotakis
2013-09-17Fix #36747: curve bevel and extrude issueSergey Sharybin
2013-09-17Setting keyframe is now possible for tracks which doesn't have marker at curr...Sergey Sharybin
2013-09-17Re-track the plane after clearing the keyframeSergey Sharybin
2013-09-17Muted footage in MCE still was reading the frames from diskSergey Sharybin
2013-09-17fix [#36246] Weight tools do not mirror properly in vertex selection mask mode.Campbell Barton
2013-09-17vertex group blend, support for blending multiple groups at once.Campbell Barton
2013-09-17minor renaming (adding related functions in future commits).Campbell Barton
2013-09-17add unused hair bsdf glsl callback function to register_node_type_sh_bsdf_hair()Campbell Barton
2013-09-17Fix wrong temporary path in user preferences, revert startup.blend and insteadBrecht Van Lommel
2013-09-16Fix issue with paint cursor overlay and size pressure drawing, it wouldAntony Riakiotakis
2013-09-16Fix #36734 Matcap displays solid black.Lukas Toenne
2013-09-16fix [#36732] Auto depth feature misbehaves on orbit with mouse cursor outside...Campbell Barton
2013-09-16fix [#36291] Applying subsurf to mesh or setting subdivisions to zero crashes...Campbell Barton
2013-09-16fix [#36537] "Grid Floor Scaling" can have some unexpected behaviour on new o...Campbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-09-16Undo the front-facing only commit for clay strips brushes, it adds anAntony Riakiotakis
2013-09-16replace RNA_property_array_length with RNA_property_array_check where the len...Campbell Barton
2013-09-16move make_prim_radius_prop into a generic function.Campbell Barton
2013-09-16move editcurve add functions into their own source file editcurve_add.cCampbell Barton
2013-09-16Cycles Hair: Two basic bair shaders addedStuart Broadfoot
2013-09-15Fix [#36727] Curve Object Scaled to 0 + Freestyle = CrashBastien Montagne
2013-09-15use crazy-space when modifiers_isCorrectableDeformed() fails,Campbell Barton
2013-09-15modify crazyspace_get_mapped_editverts to work like crazyspace_set_quats_meshCampbell Barton
2013-09-15use mpolys rather then tessfaces for crazy-space calculation. (was a todo sin...Campbell Barton
2013-09-15use stack memory for deform weight interpolation.Campbell Barton
2013-09-15replace BLI_edgehash_insert with BLI_edgehash_reinsert for explode operator, ...Campbell Barton
2013-09-15- update bl_run_operators.py for change in blender.Campbell Barton
2013-09-14minor style clanup and use more meaningful name for 3DCONNEXION source code.Campbell Barton
2013-09-14BGE: Adding a Python collision API. The initial patch was provided by agoose7...Mitchell Stokes
2013-09-14fix weird issue after last commit where grab brush would not work andAntony Riakiotakis
2013-09-14minor changes needed for building standalone mathutils.Campbell Barton
2013-09-14Sculpting:Antony Riakiotakis
2013-09-14Sculpting:Antony Riakiotakis
2013-09-13Fix for #36720 and #36721.Lukas Toenne
2013-09-13OSX: Compilefix for ndof symbols get magled when used extern C, now use discr...Jens Verwiebe
2013-09-13Cleanup and improvements of the compositor debug output.Lukas Toenne
2013-09-13Related to #36710: add a "use_viewport" option to the render operator, to spe...Brecht Van Lommel
2013-09-13Fix memory leak reading mesh data after change to skip saving temporaryBrecht Van Lommel
2013-09-13Match free_normals_split with calc_normals_split names ;)Bastien Montagne
2013-09-13change NODE_TREE_TYPES_BEGIN/END macros to include braces (matches CTX_DATA_B...Campbell Barton