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-04-19BGE: Extend Framing Mode + Camera sensorDalai Felinto
2013-04-19Fix #35014: collada import crash with UV coordinates.Brecht Van Lommel
2013-04-19Fix #35011: UV unwrap giving poor results for ngons.Brecht Van Lommel
2013-04-18remove snapping for first point added to the ruler.Campbell Barton
2013-04-18fix for problem with too low epsilon when calculating thickness, also increas...Campbell Barton
2013-04-18add display mode for sharp edges.Campbell Barton
2013-04-18Fix #34997: when starting the game engine in one window and switching to a se...Brecht Van Lommel
2013-04-18Fix "duplicate area into new window" making the window too big with high DPI ...Brecht Van Lommel
2013-04-18UV unwrap: decrease ABF minimum angle, I couldn't find cases where it needs toBrecht Van Lommel
2013-04-18Bugfix #34895Ton Roosendaal
2013-04-18Some i18n tools fixes (I'm ashamed...), and merge func for I18nMessages objects.Bastien Montagne
2013-04-18code cleanup: removed unneeded null check in object drawing, some warnings, s...Campbell Barton
2013-04-18Bug fix #34822Ton Roosendaal
2013-04-18Disabling live resize for Windows for now.Alexander Kuznetsov
2013-04-18A few fixes for recent own commit r56133.Lukas Toenne
2013-04-18Fix for #35015, Alpha input in color selectors was showing 0 precision. Proba...Lukas Toenne
2013-04-18Beware of SUBSURAFACES (sounds latin)Antony Riakiotakis
2013-04-18Enable numpy install for buildbotSergey Sharybin
2013-04-18Fix for access freed scene when doing freestyle renderSergey Sharybin
2013-04-18Fix: view plane for sculpting did not work correctly for rotatedAntony Riakiotakis
2013-04-18Bug fix #35017Ton Roosendaal
2013-04-18Fix for #35010, Node Groups don't show up anymore in Material Surface. Fixing...Lukas Toenne
2013-04-18More i18n tools tweaks:Bastien Montagne
2013-04-18Fix #34970: in glsl mode the vertex paint face mask is not visibleSergey Sharybin
2013-04-18View2D could potentially divide stuff by zero, giving bad matrices.Ton Roosendaal
2013-04-18Bug fix #34943Ton Roosendaal
2013-04-18fix range for face distortion and display for concave ngons.Campbell Barton
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-04-18Bug fix #34868Ton Roosendaal
2013-04-18add mesh distort display mode (highlights distorted faces)Campbell Barton
2013-04-18make bmbvh call BM_mesh_elem_index_ensure(), further calls to utility functio...Campbell Barton
2013-04-18style cleanupCampbell Barton
2013-04-18use modified vertex coords for calculating display thickness and intersections.Campbell Barton
2013-04-18bmbvh was allocating an array for vert coords but not using it, removed.Campbell Barton
2013-04-18fix for BMBVH_USE_CAGE option,Campbell Barton
2013-04-18Support object scale for mesh display options. (currently only uniform scale ...Campbell Barton
2013-04-18Cycles: code refactoring to deduplicate the various BVH traversal variations.Brecht Van Lommel
2013-04-17Turn OpenMP on for MinGW, it works the 32 bit compiler.Antony Riakiotakis
2013-04-17Fix thumbnails not appearing on MinGW64, was actually a mistake onAntony Riakiotakis
2013-04-17Fix for #34911, Compositor with multiple views autozooms to node when creatin...Lukas Toenne
2013-04-17Fix for node editor lib_link and memfile restore (undo): The snode->nodetree/...Lukas Toenne
2013-04-17Cycles: initialize LCG for sss and hair sampling without using the sobol samp...Brecht Van Lommel
2013-04-17Fix #35004: fireflies with .tif image in cycles, try to avoid extreme values ...Brecht Van Lommel
2013-04-17Fix for render results acquire/release in viewport render, should only releaseBrecht Van Lommel
2013-04-17Bug fix #34974Ton Roosendaal
2013-04-17Cycles Hair: Corrected own stochastic hair rng mistake and removed an unneces...Stuart Broadfoot
2013-04-17Don't use auto vectorization for MinGW-w64. It may be a source forAntony Riakiotakis
2013-04-17display options to help with 3d printing.Campbell Barton
2013-04-17Added back the basic Search operator to the node Add menu. This operator shou...Lukas Toenne
2013-04-17add function BKE_bmbvh_find_face_segment()Campbell Barton