GraphicAll.org
Paste Code
Paste Blends
Paste Images

    NOTICE: New site is available at www.graphicall.org This old site will remain visible for only a few weeks. Uploading and editing of builds has been disabled



    Latest Commit on Blender Trunk,[38887] by: campbellbarton
    2011-05-03T07:51
    correct url [#27252] Help link "Manual" in blender still points to 2.49 documents.
    Download a 42 s old Instant Build of Blender Trunk [38887] :

    Next 20 Commits on Blender Trunk:

    20 - Commit [38886] by: campbellbarton
    2011-05-03T07:51
    replace OBJECT_OT_location_apply, OBJECT_OT_scale_apply, OBJECT_OT_rotation_apply with OBJECT_OT_transform_apply with 3 boolean options. added back menu item from 2.4x to apply Rotation and Scale.
    19 - Commit [38885] by: campbellbarton
    2011-05-03T07:51
    change ghost/x11 toggleConsole to use dummy function in the header.
    18 - Commit [38884] by: campbellbarton
    2011-05-03T07:51
    take 3, fix [#26727] Make Proxy ignores group offset
    17 - Commit [38883] by: campbellbarton
    2011-05-03T07:51
    fix [#27266] EdgeSplit + RemoveDoubles + MoveView = Crash
    16 - Commit [38882] by: campbellbarton
    2011-05-03T07:51
    auto-merge was incorrectly subtracting the doubles removed from the meshes total face count, remove doubles handles this.
    15 - Commit [38881] by: joeedh
    2011-05-03T07:51
    =trunk= Recommitted eltopo collision code (but disabled by default) with Genscher's permission. To use, you need to install liblapack and libblas
    14 - Commit [38880] by: dfelinto
    2011-05-03T07:51
    bugfix: empty proxied (Ctrl+Alt+P) doesn't maintain draw type and size reported by me in my Blender ranting sessions with myself
    13 - Commit [38879] by: campbellbarton
    2011-05-03T07:51
    fix [#27148] *Invalid Path* in all "operator presets" dropdowns
    12 - Commit [38878] by: blendix
    2011-05-03T07:51
    Fix for recent glsl commit, forgot to include this file.
    11 - Commit [38877] by: campbellbarton
    2011-05-03T07:51
    remove dos/unix conversion scripts, enough editors and utilities can do this. update debian spec for new icon location.
    10 - Commit [38876] by: campbellbarton
    2011-05-03T07:51
    fix for building windows/mingw
    9 - Commit [38875] by: blendix
    2011-05-03T07:51
    Fix #26807: glsl diffuse/specular was not clamping negative values, giving some inconsistent results with the renderer.
    8 - Commit [38874] by: blendix
    2011-05-03T07:51
    Fix #26697: glsl color management + vertex color was not working right.
    7 - Commit [38873] by: campbellbarton
    2011-05-03T07:51
    reverse string lookup listbase function BLI_findstring counterparts, added BLI_rfindstring, BLI_rfindstring_ptr, these search from the end of the listbase (like pythons rfind).
    6 - Commit [38872] by: blendix
    2011-05-03T07:51
    Potential fix for #27257: menus disappear particle edit mode wireframe draw. Depth test got re-enabled without check if it was necessary.
    5 - Commit [38871] by: campbellbarton
    2011-05-03T07:51
    enable face mask selection in texture paint mode again (worked in 2.4x).
    4 - Commit [38870] by: blendix
    2011-05-03T07:51
    Fix #27098: missing 3d view updates when editing GLSL material nodes.
    3 - Commit [38869] by: blendix
    2011-05-03T07:51
    Fix for my own recent commit, forgot to update stubs.
    2 - Commit [38868] by: blendix
    2011-05-03T07:51
    Fix for revision 36403, using BLI_findstring. This loop looks for the last found entry, not the first, made this a bit more explicit in the code now.
    1 - Commit [38867] by: blendix
    2011-05-03T07:51
    Fix #27165: uvedit mesh selection sync did not handle click / shift+click for switching selection modes in the header.