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
path: root/source
AgeCommit message (Expand)Author
2015-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
2015-08-04Fix fast navigate winding being incorrect (apparent when backfaceAntony Riakiotakis
2015-08-04Nodes: Make method to detect hovered link during transform more predictable/r...Julian Eisel
2015-08-04Remove alloc checks in laplaciansmoothCampbell Barton
2015-08-04Remesh modifier has unnecessary MFace calculationCampbell Barton
2015-08-04Missed from last commitCampbell Barton
2015-08-04Remove MFace use w/ laplacian smoothCampbell Barton
2015-08-04OpenSubdiv: Report when OSD can't be enabled due to dependenciesSergey Sharybin
2015-08-04Use PyC_ParseBool to parse boolsCampbell Barton
2015-08-04Docs: comment functions in BLI & Py APICampbell Barton
2015-08-04BGE: Added getActionName() function to KX_GameObject()Mateo de Mayo
2015-08-03OpenSubdiv: Fix/workaround for missing generated coordinates in viewportSergey Sharybin
2015-08-03OpenSubdiv: Smooth shading became broken in recent commitSergey Sharybin
2015-08-03Sculpt: Fix tiling with brushes that use a locked planeAntony Riakiotakis
2015-08-03Multires sculpting drawing optimization:Antony Riakiotakis
2015-08-03OpenSubdiv: Made it a modifier option to enable OSD for viewportSergey Sharybin
2015-08-03Fix T45654 fast navigate artifacts.Antony Riakiotakis
2015-08-03OpenSubdiv: Avoid crashes when GPU subsurf is tried to be used on CPUSergey Sharybin
2015-08-03OpenSubdiv: Make new geometry relations ensures dependent data exists on CPUSergey Sharybin
2015-08-03OpenSubdiv: Resolve crashes when other object depends on subsurf-ed objectSergey Sharybin
2015-08-03OpenSubdiv: Remove workaround for simple subdivision modeSergey Sharybin
2015-08-03OpenSubdiv: Corrections to GLSL versionSergey Sharybin
2015-08-03Fix buffer overrun lofting nurbsCampbell Barton
2015-08-03Fix own mistake in curve refactorCampbell Barton
2015-08-03OpenSubdiv: More proper loop for UV map evaluation on CPUSergey Sharybin
2015-08-03OpenSubdiv: Fix crash caused by applying subsurf on non-mesh objectSergey Sharybin
2015-08-03Fix T45620: Coplanar faces w/ flipped normals not selectedCampbell Barton
2015-08-03Cleanup: remove redundant normalizeCampbell Barton
2015-08-03Fix bgl so that get-methods that take a string use strings instead of bgl buf...Martijn Berger
2015-08-03Add bool parser for PyArg_ParseTupleCampbell Barton
2015-08-03Fix T45625: Unpredictable grid fillCampbell Barton
2015-08-03Fix grid-fill offset optionCampbell Barton
2015-08-03Fix T45649: Adding Point Density Texture to World Color Crashes Blender.Kévin Dietrich
2015-08-02correct ifdefCampbell Barton
2015-08-02Aduaspace: fixing playback in the game engine.Jörg Müller
2015-08-02parenthisize macro args to avoid errorsCampbell Barton
2015-08-02Cleanup: quiet int overflow warningsCampbell Barton
2015-08-02Fix VSE showing FPS during scrubbingJulian Eisel
2015-08-02Fix VSE not able to playback after scrubbing (and a couple of crashes)Julian Eisel
2015-08-01Use Auto-offset for move_detach_links (alt+D) operator tooJulian Eisel
2015-08-01Note Editor: Auto-offset nodes on insertionJulian Eisel
2015-08-01Node Editor: A bunch of new utility functionsJulian Eisel
2015-08-01Allow accessing modal keymap strings directly from keymapJulian Eisel
2015-08-01Fix T45582: Connect vertex hangsCampbell Barton
2015-08-01BMesh connect pair, fallback to identity matrixCampbell Barton
2015-08-01Replace checks for tessface w/ polygonsCampbell Barton
2015-08-01Missed when updating effects to looptriCampbell Barton
2015-08-01Remove MFace use w/ clothCampbell Barton
2015-08-01Docs: doxy cleanup/minor editsCampbell Barton
2015-07-31Complete fix for T45618Antony Riakiotakis