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
2011-05-03fix [#27218] Tooltip text renders incorrectly.Campbell Barton
2011-05-03fix [#27268] 2.57b Global Pivot Option not functional.Campbell Barton
2011-05-03remove player runtime writing functions, this is now an addon.Campbell Barton
2011-05-03fix [#27143] Cannot import key configuration with systemwide installCampbell Barton
2011-05-03correct url [#27252] Help link "Manual" in blender still points to 2.49 docum...Campbell Barton
2011-05-03replace OBJECT_OT_location_apply, OBJECT_OT_scale_apply, OBJECT_OT_rotation_a...Campbell Barton
2011-05-03change ghost/x11 toggleConsole to use dummy function in the header.Campbell Barton
2011-05-03take 3, fix [#26727] Make Proxy ignores group offsetCampbell Barton
2011-05-03fix [#27266] EdgeSplit + RemoveDoubles + MoveView = CrashCampbell Barton
2011-05-03auto-merge was incorrectly subtracting the doubles removed from the meshes to...Campbell Barton
2011-05-03=trunk=Joseph Eagar
2011-05-03bugfix: empty proxied (Ctrl+Alt+P) doesn't maintain draw type and sizeDalai Felinto
2011-05-02fix [#27148] *Invalid Path* in all "operator presets" dropdownsCampbell Barton
2011-05-02Fix for recent glsl commit, forgot to include this file.Brecht Van Lommel
2011-05-02remove dos/unix conversion scripts, enough editors and utilities can do this.Campbell Barton
2011-05-02fix for building windows/mingwCampbell Barton
2011-05-02Fix #26807: glsl diffuse/specular was not clamping negative values, givingBrecht Van Lommel
2011-05-02Fix #26697: glsl color management + vertex color was not working right.Brecht Van Lommel
2011-05-02reverse string lookup listbase function BLI_findstring counterparts, added BL...Campbell Barton
2011-05-02Potential fix for #27257: menus disappear particle edit mode wireframe draw.Brecht Van Lommel
2011-05-02enable face mask selection in texture paint mode again (worked in 2.4x).Campbell Barton
2011-05-02Fix #27098: missing 3d view updates when editing GLSL material nodes.Brecht Van Lommel
2011-05-02Fix for revision 36403, using BLI_findstring. This loop looks for the lastBrecht Van Lommel
2011-05-02Fix #27165: uvedit mesh selection sync did not handle click / shift+clickBrecht Van Lommel
2011-05-02Image Editor: remove toolbox menu, was an experiment and not in any other space.Brecht Van Lommel
2011-05-02UV Edit: move uv vertex buttons code to uvedit module. Brecht Van Lommel
2011-05-02workaround [#27203] Crashes with some high-res image thumbnail generationCampbell Barton
2011-05-02Fix #27230: texture paint face selection mask did not work on multires. ItBrecht Van Lommel
2011-05-02Related to bug #27004: there is now an option to disable color management forBrecht Van Lommel
2011-05-02Fix #27243: missing seed button for halo materials.Brecht Van Lommel
2011-05-02Also add build fix for OSX (not-tested, so OSXers, please do test).Nathan Letwory
2011-05-02copying/freeing node trees now adjusts grease pencil user count.Campbell Barton
2011-05-02x11 builds again.Campbell Barton
2011-05-02Fix [#26981] Command window is not opening in 2.57.0Nathan Letwory
2011-05-02Use enum menu for angle source in sculpt mode -- rake toggling wasn'tSergey Sharybin
2011-05-02fix transform code using a node space as an image space, accessing unallocate...Campbell Barton
2011-05-02build system changes to eltopo, re-applied.Campbell Barton
2011-05-02SVN maintenance.Guillermo S. Romero
2011-05-02=trunk=Joseph Eagar
2011-05-01warp modifier, using negative strength inverts the transformation matrix but ...Campbell Barton
2011-05-01warp modifier, added in the render branch for durian.Campbell Barton
2011-05-01improve image sequence usability, problem was when the image didn't load ther...Campbell Barton
2011-05-01Style CleanupCampbell Barton
2011-05-01tweak image stamp, was 1px overlap and text was drawn too far up.Campbell Barton
2011-05-01- remove UV_OT_select_inverse, instead use invert option for UV_OT_select_all.Campbell Barton
2011-05-01- Description of texture angle sources and stroke methodsSergey Sharybin
2011-05-01Fix #27239: "A" menu in Sculptmode failsSergey Sharybin
2011-05-01replace inline string searches with BLI_findstring(), strcmp(..., ""), with c...Campbell Barton
2011-05-01copying texture point density was using inline dupalloc rather then BKE_copy_...Campbell Barton
2011-05-01fix for r36399Campbell Barton