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-12-03bridge tool - simple optimization, break early if edge loop length comparison...Campbell Barton
2012-12-03fix [#33391] Bridge two Edgeloops fails in simple caseCampbell Barton
2012-12-03fix own mistake with recent commit to skip calculating tessface. If you were ...Campbell Barton
2012-12-03Bevel: fix for bulging part of bug 33280.Howard Trickey
2012-12-02Bugfix [#33387] Smoke: Animating Smoke Type from Flow to None crashes blenderDaniel Genrich
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-12-02fix GhostSDL displaying text in multiple views.Campbell Barton
2012-12-02== FFMPEG ==Peter Schlaile
2012-12-02code cleanupCampbell Barton
2012-12-02Compositor:Thomas Dinges
2012-12-02Silent some warnings (the one in bmesh_operator.c was even preventing build i...Bastien Montagne
2012-12-02Fix warning about missing BKE_idcode_to_name_plural.Brecht Van Lommel
2012-12-02Fix #33376: non-square DDS textures were mapped wrong in the viewport / game ...Brecht Van Lommel
2012-12-02There was no way of knowing what ID type a property comes from by the tooltip...Campbell Barton
2012-12-02UI: revert the previous fix for middle click on button, conflicts with panning.Brecht Van Lommel
2012-12-02change uiButGetStrInfo() to use a trailing NULL arg rather then passing the n...Campbell Barton
2012-12-01UI: allow middlemouse in addition to leftmouse for clicking on various buttons,Brecht Van Lommel
2012-12-01Bevel: fix crash bug 33362, when beveling one edge at valence 2 vertex.Howard Trickey
2012-12-01Fix #33372: materials linked in node setups did not output alpha values unlessBrecht Van Lommel
2012-12-01fix [#33368] Crash with multilayer exr nodeCampbell Barton
2012-12-01style cleanupCampbell Barton
2012-12-01fix for bug in console indent, was not copying the null terminator.Campbell Barton
2012-12-01Bevel: fix spike in suzanne, bug 33354.Howard Trickey
2012-12-01fix [#33363] Text editor undo failJustin Dailey
2012-11-30Fix transfer weight tool enum properties all showing question mark icons,Brecht Van Lommel
2012-11-30fix for various asserts running operator tests - not likely any of these woul...Campbell Barton
2012-11-30fix for another error in my own recent commit, beauty fill crashed.Campbell Barton
2012-11-30Removed unused register_ lines from for and while loop nodes. These nodes wer...Lukas Toenne
2012-11-30fix own mistake in recent commit - entering editmode with a shape key crashed.Campbell Barton
2012-11-30Fix #33357: Strip modificator Bright/Contrast doesn't work correct for byte i...Sergey Sharybin
2012-11-30Map Range: added the same infinity clamping for Z buffer as normalize node.Sergey Sharybin
2012-11-30Normalize node: clamp infinities to 0/1 (depending on sign)Sergey Sharybin
2012-11-30Final render wouldn't set compositor's update_draw callback, so added NULL checkSergey Sharybin
2012-11-30Fix #33353: Smoke color problems with adaptive domainMiika Hamalainen
2012-11-30Compositor should never add notifiers by himself, notifiers should be addedSergey Sharybin
2012-11-30add margin to view fitting view-all/local-view (wasn't obvious with the model...Campbell Barton
2012-11-30fix for another glitch caused by r51636, setting the camera view with quad-vi...Campbell Barton
2012-11-30fix for r51636 - making the lens work in ortho mode made view-all and local-v...Campbell Barton
2012-11-30make setting local view take the view lens int account.Campbell Barton
2012-11-30make previous commit work when the camera is locked to the view (in that case...Campbell Barton
2012-11-30fix for view-all operator not taking the view-angle into account.Campbell Barton
2012-11-29Fix render from local view 3d viewport not using lamps in render.Brecht Van Lommel
2012-11-29remove unneeded mesh->bmesh conversion code that copied BMLoop data in a sepa...Campbell Barton
2012-11-29Fix navmesh after recent bmsh api changes.Sergey Sharybin
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-29Bevel: partial fix for distortion (bug 33280).Howard Trickey
2012-11-29Fix #33345: Crash when using bpy.ops.sculpt.brush_strokeSergey Sharybin
2012-11-29py/bmesh api: add radial prev/next attributes to the loopCampbell Barton
2012-11-29BGE: Fixing the double-click issue for mouse events too. The previous fix onl...Mitchell Stokes
2012-11-29bmesh py api: add bmesh.update_edit_mode(), there was no way to redraw the 3d...Campbell Barton