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
2013-12-02MemArena: use size_t instead of int for alloc args and internal storage.Campbell Barton
2013-12-01Code Cleanup: make cpack into a function.Campbell Barton
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton
2013-11-30BMesh/Mesh: replace scanfill with polyfillCampbell Barton
2013-11-29Remove some extraneous glEnableClientState/glDisableClientState. ThisAntony Riakiotakis
2013-11-29Image wrapping for plane track in clip editorSergey Sharybin
2013-11-29Fix errors and inconsistencies in confirmation popup removal.Brecht Van Lommel
2013-11-29File Browser: autocomplete keeps focus in the file field when entering a folder.Brecht Van Lommel
2013-11-28Transform: improve normal orientationCampbell Barton
2013-11-28Fix T37143: Wrong normal dir with individual origins + one vert selectedCampbell Barton
2013-11-28View3D: split camera controlling parts of fly mode into their own functionsCampbell Barton
2013-11-27Fix T37414: local view not taken into account for blender internal F12 render...Brecht Van Lommel
2013-11-27Fix T37203: New face from an edge failed if only one vert was connected to a ...Campbell Barton
2013-11-27Disable redo for bend operatorCampbell Barton
2013-11-27Fix T37383: wrong spacing on Add menu in 3D view header.Brecht Van Lommel
2013-11-27Fix for recent error (editmesh triangulate crashed).Campbell Barton
2013-11-26Fix own regression in rB254aa8f3a0fb: Titles and sub-titles in menus were dra...Bastien Montagne
2013-11-26Fix T37624: Rename Marker does not update Marker in 3D View until Frame ChangeSergey Sharybin
2013-11-26Blender Internal: Fix material preview that the bounce lights permanently dis...IRIE Shinsuke
2013-11-26View3D: disable auto-perspective when orbiting the view out of a camera.Campbell Barton
2013-11-26Sculpt Dynamic Topology: support collapsing edges without subdividing edges a...Brecht Van Lommel
2013-11-26fix for error in own recent commit, removing orientations.Campbell Barton
2013-11-26Fix 37571: Knife Select should be disabled when no faces are selectedCampbell Barton
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-26Code cleanup: As Sergey stated on bf-committers one should use id_us_min() if...Thomas Beck
2013-11-26Fix T37617: "Add plane" was adding a 2*2 gridBastien Montagne
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25Fix: jump to next/previous marker shortcut keys conflicted with others in cli...Brecht Van Lommel
2013-11-25UIList: add proper support for ctrl-c/v (copy/paste) of names.Bastien Montagne
2013-11-25UI: fix errors in screen edge drawing, moving and region hiding.Anthony Edlin
2013-11-25Blender Internal: Add "Lamp Data" shader node that allows shaders to acquire ...IRIE Shinsuke
2013-11-25T37247 - Modifier "Mask" not updated correctly when switching from objectsHenrik Aarnio
2013-11-25Fix build warning in release mode with clang.Brecht Van Lommel
2013-11-25UI: remove unnecessary confirmation popupsEmanuel Claesson
2013-11-25Fix mesh triangulate not flushing selectionCampbell Barton
2013-11-25Fix T37612: UV warp modifier bone name doesn't update when renamedCampbell Barton
2013-11-25CMake Build: option to compile without opennl/superlu.Campbell Barton
2013-11-25Code cleanup: remove unused include dirsCampbell Barton
2013-11-25Fix T37586: Auto-perspective was changing to perspective while orbitingCampbell Barton
2013-11-25User Defaults: Change user defaults based on decission by new UI team - T37518Campbell Barton
2013-11-25Code Cleanup: style commentsCampbell Barton
2013-11-25Transform: old todo, removing an orientation now checks all screens.Campbell Barton
2013-11-25Transform: internal changes for orientations calculations.Campbell Barton
2013-11-24Commit D31 : Check if the user count needs to be decreased after adding a new...Thomas Beck
2013-11-24UI List: renaming can now also be done with double click and ctrl+enter.Brecht Van Lommel
2013-11-24Code Cleanup: use math functions and reduce View3d axis drawing into a loopCampbell Barton
2013-11-24Code Cleanup: whitespace / formattingCampbell Barton
2013-11-24Mesh Modifiers: Added Laplacian DeformAlexander Pinzon
2013-11-23revert part of last commit, add ui_but_find_mouse_over_ex()Campbell Barton
2013-11-23UI List: ctrl click on names in list can be used for renaming.Bastien Montagne