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
2012-03-29fix [#30715] bmesh: select linked not ignoring hidden verts/edges/facesCampbell Barton
2012-03-29More array modifier fixes.Nicholas Bishop
2012-03-29Fix uninitialized variable in CustomData_bmesh_merge.Nicholas Bishop
2012-03-29converting a mesh to an undo mesh now skips using bmesh operator.Campbell Barton
2012-03-29BGE: This fixes a problem where lamps in inactive layers were rendering shado...Mitchell Stokes
2012-03-29skip using bmesh operators for converting to/from undo meshes (gives some spe...Campbell Barton
2012-03-29Windows Blenderplayer: The console now closes when the Blenderplayer launches...Mitchell Stokes
2012-03-29fix [#30705] Playing animation in reverse prevents further forward playbackCampbell Barton
2012-03-29fix invalid *= on an un-initialized value when adding primitives.Campbell Barton
2012-03-29Partial fix for array modifier vertex merge (bug 30195).Nicholas Bishop
2012-03-28Fix #30702: game engine softbody weld threshold was exposed in UI, but actuallyBrecht Van Lommel
2012-03-28style cleanupCampbell Barton
2012-03-28Small cleanup for r45238, remove empty/unused function.Nicholas Bishop
2012-03-28expose image render_slot so keybindings can be configured to changeCampbell Barton
2012-03-28Cycles: add alpha output to image node.Brecht Van Lommel
2012-03-28Cycles: add rendered draw mode option in 3d view header to show the activeBrecht Van Lommel
2012-03-28Cycles: viewport rendered draw mode now shows background images, also changed...Brecht Van Lommel
2012-03-28bmesh: be more strict with operator string formatting, no tabs and only accep...Campbell Barton
2012-03-28print error if rip does nothing (rather then grabbing the unripped verts as i...Campbell Barton
2012-03-28Fix for the node tree nodes.new API function, this wasn't setting the scene a...Lukas Toenne
2012-03-28remove dissolve keybinding, conflicts with draw, add back to delete menu.Campbell Barton
2012-03-28fix [#30699] blender crashes when dissolving facesCampbell Barton
2012-03-28code cleanup: Ctrl+Click extrude - replace inline axis/angle to matrix conver...Campbell Barton
2012-03-28fix for vertex ripCampbell Barton
2012-03-28fix [#30701] bmesh: segfault when ripping partially connected verticesCampbell Barton
2012-03-28style cleanup: for creator.c & more useful assert message (file:line)Campbell Barton
2012-03-28style cleanupCampbell Barton
2012-03-28style cleanup: mainly whitespace around operators and indentation - paint/scu...Campbell Barton
2012-03-28own error r45225Campbell Barton
2012-03-28code cleanup: (dont include ';' in defines), last commit also missed changes ...Campbell Barton
2012-03-28fix [#30666] Texturepaint "Soften" brush gets stuckCampbell Barton
2012-03-28fix [#30685] Solidify tool behaves like Shrink/Fatten (editmesh functionality...Campbell Barton
2012-03-28Fix [#30700] Blend from Shape gives only selection for basis shapekeyBastien Montagne
2012-03-27Fix #30658: add new uv layer in object mode did not copy coordinates fromBrecht Van Lommel
2012-03-27Fix tweak for #30638: use same BMesh Face area computation functions as Mesh,Brecht Van Lommel
2012-03-27Fix related to #30674: remove unnecessary global undo push during image paint,Brecht Van Lommel
2012-03-27Patch [#30683] Editmesh_tools without descriptions by Harley Acheson (harley) Thomas Dinges
2012-03-27Fix related to #30674: 2D image painting would do unnecessary full GL textureBrecht Van Lommel
2012-03-27Fix bug 30697, strange shading on array modifier with offset object.Nicholas Bishop
2012-03-27Partial fix for bug 30695, "Array broke crease, weird visibility and slowdown"Nicholas Bishop
2012-03-27Fix more truncated comments.Nicholas Bishop
2012-03-27Spelling fix, sentine -> sentinel.Nicholas Bishop
2012-03-27bmesh py api:Campbell Barton
2012-03-27Fix bug 30696, circular mesh objects had wrong orientation.Nicholas Bishop
2012-03-27Fix bug 29123, subdivide smooth distorts shape with numcuts > 1.Nicholas Bishop
2012-03-27reload_sequence_new_file now works with movie clip strips as wellSergey Sharybin
2012-03-27minor code/style cleanupCampbell Barton
2012-03-27fix for undoMesh_to_editbtMesh not setting BMEditMesh.ob field.Campbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-27fix error in last commitCampbell Barton