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-11-25OpenGL: set geometry shader input length implicitlyMike Erwin
2015-11-25BMesh: raise exception face-split w/ adjacent loopsCampbell Barton
2015-11-25BMesh: remove double faces when triangulatingCampbell Barton
2015-11-25Fix error in recent check for duplicate trisCampbell Barton
2015-11-24Sculpting optimization: Avoid iterating the PBVH for intersection duringAntony Riakiotakis
2015-11-24Fix T46855: Limit Location Max value limited to 1000 units.Bastien Montagne
2015-11-24Fix T46851: Crash on multires more than millionSergey Sharybin
2015-11-24Fix T46839: New dependency graph missed time update on motrack constraintsSergey Sharybin
2015-11-24Fix outliner crash after recent no-functional-changes cleanup commitsSergey Sharybin
2015-11-24Cycles: Support per-render layer world AO settingsSergey Sharybin
2015-11-24BGE: Save screenshots in a different threadSybren A. Stüvel
2015-11-24Cleanup: Unsued variablesJulian Eisel
2015-11-24OpenGL: when checking GL version, assume >= 2.1Mike Erwin
2015-11-24OpenGL: clean up use of old extensionsMike Erwin
2015-11-24fix error in last commitCampbell Barton
2015-11-24Fix T46805: Scale along axis fails w/ PythonCampbell Barton
2015-11-24Fix T46816: Vert/Edge snap fails at edge of boundsCampbell Barton
2015-11-24View3D: move snapping functions out of rulerCampbell Barton
2015-11-23Cleanup: shadowing (unwrap)Campbell Barton
2015-11-23Fix T46841: Thick lines w/ graph visibleCampbell Barton
2015-11-23OpenGL: Replace some more ARB suffix from glBindBufferARB.Thomas Dinges
2015-11-23Cleanup: shadowing (interface)Campbell Barton
2015-11-23Cleanup: shadowing (editors)Campbell Barton
2015-11-23Cleanup: shadowing (rna, modifiers, *misc*)Campbell Barton
2015-11-23Cleanup: shadowing (bmesh)Campbell Barton
2015-11-23Cleanup: shadowing (render)Campbell Barton
2015-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-11-23Cleanup: shadowing (blenlib, gpu, imbuf)Campbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-23Cleanup: use single struct for freestyle globalsCampbell Barton
2015-11-23Cleanup: redundant string escapeCampbell Barton
2015-11-23Cleanup: warningCampbell Barton
2015-11-23OpenGL: fix hq viewport dof on Mac / GL 2.1Mike Erwin
2015-11-23OpenGL: codegen formattingMike Erwin
2015-11-23OpenGL: update geometry shaders, fixes T46838Mike Erwin
2015-11-23OpenGL: choose compatible GLSL versionMike Erwin
2015-11-23revert file mode to 644Mike Erwin
2015-11-23OpenGL: bump gpu_extensions to GL 2.1, prepare for 3.xMike Erwin
2015-11-23OpenNL: make the API thread safe by always passing context.Brecht Van Lommel
2015-11-23OpenNL: significantly simplify code using Eigen / STL.Brecht Van Lommel
2015-11-23OpenNL: removed unused softbody code.Brecht Van Lommel
2015-11-23C99 is now the C standard for all our C code.Brecht Van Lommel
2015-11-22Error out on Windows if driver does not support OpenGL 2.1 with an errorAntony Riakiotakis
2015-11-22Remove vertex array support from GPUBuffers. Remove USER_DISABLE_VBO. AllAntony Riakiotakis
2015-11-22Smoke drawing code cleanups (and little refactor)Kévin Dietrich
2015-11-22OpenGL: bump gpu_buffers to GL 2.1Mike Erwin
2015-11-22Fix T46678: Extending left handle of a VSE multicam effect strip with snap cr...Bastien Montagne
2015-11-21Fix/Request T46798: Alt+I removes keyframes from all bones, not only selected...Joshua Leung
2015-11-21BMesh: improve face-path-picking w/ tri-fansCampbell Barton
2015-11-20Fix T46826: EXR Compression method set in UI does not always get passed corre...Bastien Montagne