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
2012-12-03Tsss tsss... Copy-pasting! :PBastien Montagne
2012-12-03Minor fix for "no mask keyframe copy" error message in dopesheet editor...Bastien Montagne
2012-12-03Fix #33371: blender freezing in material draw mode.Brecht Van Lommel
2012-12-03revert part of r52720, Id rather leave these as-is, even if they give warning...Campbell Barton
2012-12-03fix [#33389] Curve points restricted to 0..1 range,Campbell Barton
2012-12-03fix own mistake with recent commit to skip calculating tessface. If you were ...Campbell Barton
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-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-01style cleanupCampbell Barton
2012-12-01fix for bug in console indent, was not copying the null terminator.Campbell Barton
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-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-29Fix navmesh after recent bmsh api changes.Sergey Sharybin
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-29Fix #33345: Crash when using bpy.ops.sculpt.brush_strokeSergey Sharybin
2012-11-29skip recalculating tessface when adding objects if 'EnterEdit-mode' is disabled.Campbell Barton
2012-11-28Fix #33330: Proxies are not built in Sequencer if preview is visibleSergey Sharybin
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-28use radians for 'spin' bmesh operator (since the rest of the py api uses radi...Campbell Barton
2012-11-28bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_si...Campbell Barton
2012-11-28Fix #33326: outliner numpad minus collapse followed by numpad plus expand did...Brecht Van Lommel
2012-11-28Fix #33324: Auto IK not working after recent changes. iTaSC it seems never wo...Brecht Van Lommel
2012-11-27Move to layer: remove the OK button and make it apply immediately like it didBrecht Van Lommel
2012-11-27Fix part of #32248: transform with a size limit constraint did not preserve n...Brecht Van Lommel
2012-11-27Camera Tracking: fixed camera solve operator not updating scene cameraSergey Sharybin
2012-11-27new bevel was still referring to old property name (holding shift wasnt worki...Campbell Barton
2012-11-27use clearer names for 'single' bmesh operator args & add '%e' to BMO_op_vinit...Campbell Barton
2012-11-27py/bmesh api - add support for single item buffers (odd feature but used quit...Campbell Barton
2012-11-27code cleanup: bmesh operator comments, readying for doc-generation.Campbell Barton
2012-11-27fix for asserts added in own recent commit with more strict type-checkingCampbell Barton
2012-11-27bmesh/py operator api:Campbell Barton
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-11-26Fix #33316: mesh edge short path select was wrong on large/small objects.Brecht Van Lommel
2012-11-26fix uv lasso and circle select - both were not working with uv-face-select mode.Campbell Barton
2012-11-26fix for changing images in UV editmode with sync-selection enabled, this was ...Campbell Barton
2012-11-26Fix #33293L VSE: strip - separate images [Y] dialog "image duration" missingSergey Sharybin
2012-11-26search box width's now scale with DPI setting.Campbell Barton
2012-11-26style cleanupCampbell Barton