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-04-22Yet another Stupid Stub Fix™!Bastien Montagne
2013-04-22fix for scaling on individual center in mesh editmode when the object has non...Campbell Barton
2013-04-22fix own mistake updating edge slide, even edge-slide was brokenCampbell Barton
2013-04-22Fix part of #34746: crash importing certain collada files with armatures. It ...Brecht Van Lommel
2013-04-22tweak to vertex slide drawing, reduce line alpha, could cover vertex and make...Campbell Barton
2013-04-22Fix #35051: when viewing a complex node setup in the material properties, theBrecht Van Lommel
2013-04-22Fix #34350: Maya Keyboard map preset problemsSergey Sharybin
2013-04-22Fix #35054: adjust tooltip for Render Border option in 3D view panel to sayBrecht Van Lommel
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-04-22fix [#35026] Curve build modifierCampbell Barton
2013-04-22Footage information panelSergey Sharybin
2013-04-22Support more mapping modes for alpha masks. Tiled, stencil and randomAntony Riakiotakis
2013-04-22Fix #35037: Compositor: MultilayerEXR + undo loses image. Crash when selectin...Sergey Sharybin
2013-04-22Fix #35039: two other issues with curve capsSergey Sharybin
2013-04-22fix for error in own recent changes to vertex weight drawing in editmode.Campbell Barton
2013-04-22revision r56196 adding uv select more/less used 4 nested 'for' loops, Campbell Barton
2013-04-22remove unneeded null checks from commit r56194, also minor style cleanup.Campbell Barton
2013-04-21rigidbody: Add function to perform convex sweep testSergej Reich
2013-04-21Add Select More (ctrl np+) and Select Less (ctrl np-) to UV editorSv. Lockal
2013-04-21Fix for NULL pointer bug, reported by Jens Verwiebe in IRC. ED_node_tag_updat...Lukas Toenne
2013-04-21fix [#35043] Camera view breaks with multiple scenes and the "view center cam...Campbell Barton
2013-04-21missed this previous commit (r56188), using normalized angle function.Campbell Barton
2013-04-21utility function volume_tetrahedron(), for mathutils and BLI math.Campbell Barton
2013-04-21code cleanup: avoid unneeded normalizations when joining tris -> quads, also ...Campbell Barton
2013-04-21Minor code clean-up & removal of unused code segments.Tamito Kajiyama
2013-04-21Fix for a crash due to uninitialized local Main (introduced in revision 56127).Tamito Kajiyama
2013-04-20Removed the group_tree_idname property from node types. This was a bit of a h...Lukas Toenne
2013-04-20revert own change from 56177, game bounds can be useful to see in editmode,Campbell Barton
2013-04-20Fix #34846, Node->Ungroup menu entry is broken. The standard node group opera...Lukas Toenne
2013-04-20skip checks in statvis_calc_thickness(). also remove paranoid NULL checks in ...Campbell Barton
2013-04-20fix [#35025] Mesh Debug samples strange behaviorCampbell Barton
2013-04-20fix for glitch in object drawing, color of texspace was last used editmode dr...Campbell Barton
2013-04-20code cleanup: remove unused var from drawobject 'warning_recursive'. also re...Campbell Barton
2013-04-19Bring back support of FFmpeg >= 0.7Sergey Sharybin
2013-04-19style cleanup: edge slideCampbell Barton
2013-04-19uv project from camera now sets defaults so the image maps to the camera bounds,Campbell Barton
2013-04-19Usual Stupid Blenderplayer Stub Fix™! :PBastien Montagne
2013-04-19UI drawing fix:Ton Roosendaal
2013-04-19Added minimal support for progressbar in pythonGaia Clary
2013-04-19Fix #34818: Sculpting Mode only rotates around geometry origin (bring bug back)Sergey Sharybin
2013-04-19More fix (cleanup) to r56063: remove call to RNA_create_pointer, it has alrea...Bastien Montagne
2013-04-19fix for crash in r56063, was just missing an ID property copy (which menu does)Campbell Barton
2013-04-19fix for bug where edge slide could set mouse start/end points to the same val...Campbell Barton
2013-04-19fix for incorrect edge slide interpolation at loop endpoings with ngons.Campbell Barton
2013-04-19fix [#35009] Edge/Vertex Slide issue using G-G.Campbell Barton
2013-04-19Fix for bug reported by Dalai Felinto on IRC, crash in blenderplayer after r5...Lukas Toenne
2013-04-19code cleanup: edge slide, avoid building BVH tree, more logical var names.Campbell Barton
2013-04-19fix for incorrect edge loop slide direction when one of the loop sides was lo...Campbell Barton
2013-04-19code cleanup: remove unused vars in edge slide, only store the initial vertex...Campbell Barton
2013-04-19simple optimization, replace BM_face_other_edge_loop() with BM_loop_other_edg...Campbell Barton