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-17Fix #35369: Crop node or FileOutput node bug.Sergey Sharybin
2013-05-17code cleanup: use BM_elem_flag_test rather then accessing 'ele->head.hflag'Campbell Barton
2013-05-17ignore hidden edges for bmesh grid-fill.Campbell Barton
2013-05-17fix for BM_mesh_edgeloops_find(), could give edge loops with one vert. (cause...Campbell Barton
2013-05-17fix for error in bridge tool, using freed faces from bmo input.Campbell Barton
2013-05-173D Viewport rendering (Blender Internal)Ton Roosendaal
2013-05-17Fix #35393: Sculpt Shortcuts are bananas.Sergey Sharybin
2013-05-17Fix #35390: the verticel lines indicating scene start and end frame in theBrecht Van Lommel
2013-05-17bump mathutils callback slot size.Campbell Barton
2013-05-17This commit addresses the somewhat weak handling of stackless textures in Ble...Bastien Montagne
2013-05-17Fix #35398: changing render layer name causes animation to be lost.Brecht Van Lommel
2013-05-17Fix for Freestyle built-in style module sketchy_multiple_parameterization.py ...Tamito Kajiyama
2013-05-16workaround for loopselect-slide (with multicut enabled) changing from vertex-...Campbell Barton
2013-05-16fix for crash in grid-fill where it was possible for rail edges to overlap.Campbell Barton
2013-05-16Fix #35388, grouped nodes not editable in properties ui.Lukas Toenne
2013-05-16grid-fill: fix error in detecting face flipping.Campbell Barton
2013-05-16Fix #35384: animation to enable/disable render layers was applied one frame tooBrecht Van Lommel
2013-05-16Fix compile error on VS2012.Jürgen Herrmann
2013-05-16fix [#35385] freestyle rendering crash blenderCampbell Barton
2013-05-16bmesh grid fill: interpolate vertex customdata (useful for vertex weights and...Campbell Barton
2013-05-16Fix for [#35352] Freestyle + Geometry Spatial Noise freezes on render.Tamito Kajiyama
2013-05-16Fix #35368:Brecht Van Lommel
2013-05-16Fix #35372: sculpting/painting long brush strokes with small brush size wouldBrecht Van Lommel
2013-05-16Fix #35355: 2D image paint View mapping mode was dependent on zoom, this wasBrecht Van Lommel
2013-05-16bmesh, grid fill tool.Campbell Barton
2013-05-15Fix action zones not drawing properly while sculpting, due to recent bugfix.Brecht Van Lommel
2013-05-15Fixes for blender internal viewport render:Brecht Van Lommel
2013-05-15Fix for missing finalization of memory blocks allocated in the Freestyle module.Tamito Kajiyama
2013-05-15use bool arrays rather then char for weight paint lock/select arraysCampbell Barton
2013-05-15Attempt to fix #35057 and #35372: slow texture painting performance.Brecht Van Lommel
2013-05-15Fix another cases where painting long brush strokes with small radius was slowedBrecht Van Lommel
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-15The Area Split/Merge corner widget was drawing 1 pixel too big, the lines ove...Ton Roosendaal
2013-05-15Fix part of #35372: distorted strokes when painting zoomed out with a small b...Brecht Van Lommel
2013-05-15Fix #35364: sculpting - D shortcut inconsistencySergey 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-15bmesh edgeloop utility function, calculates an edge loop from 2 verts (start ...Campbell Barton
2013-05-15fix for own recent change with normal calculation (with no faces it wasn't fr...Campbell Barton
2013-05-15More fix for memory leaks in the Freestyle module.Tamito Kajiyama
2013-05-15Further fix for memory leaks in Freestyle Python API components:Tamito Kajiyama
2013-05-15Fix for a copy-and-paste bug in a Freestyle Python API helper function.Tamito Kajiyama
2013-05-14Moved main part of bpy.app.translations doc out of C code, as suggested by Ca...Bastien Montagne
2013-05-14Fix #35347: constraints with vertex group targets were not using the vertex g...Brecht Van Lommel
2013-05-14API doc for bpy.app.translations should look better now.Bastien Montagne
2013-05-14"Fix" for #35336. Added a warning in the doc string for nodetree.nodes.new() ...Lukas Toenne
2013-05-14bridge tool: fix for error in recent commit. missed NULL check for example face.Campbell Barton
2013-05-14Fix for #35349, multiple viewers nodes crashing during render. The condition ...Lukas Toenne
2013-05-14Code cleanup: fix confusing line of code with useless ||.Brecht Van Lommel