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
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-27BMesh Path Select: Add checker-select optionsCampbell Barton
2015-12-27BMesh: extract int/bmesh element access funcs.Campbell Barton
2015-12-27WM: add checker_interval utility functionsCampbell Barton
2015-12-27Move generic operator props into own fileCampbell Barton
2015-12-27Fix for error w/ QtCreator project builderCampbell Barton
2015-12-27OpenGL: stipple support added to basic GLSL shaderAlexander Romanov
2015-12-26CMake: Disable some features when using MinGW and full cmake configSergey Sharybin
2015-12-26CMake: Fix errors building by MinGWSergey Sharybin
2015-12-26Support custom project namesJulian Eisel
2015-12-26BMesh: add checks for duplicates in a faceCampbell Barton
2015-12-26BMesh: check at least 2 edges in each loops vertCampbell Barton
2015-12-26CleanupCampbell Barton
2015-12-25Minor cleanup.Bastien Montagne
2015-12-25MOD_UVWarp: switch from OMP to BLI_task.Bastien Montagne
2015-12-25Cleanup: SubsurfaceScatteringNode is a subclass of BsdfNode, no need to set t...Thomas Dinges
2015-12-24Fix (unreported) do not show 'appearances' options tool panel in ParticleEdit...Bastien Montagne
2015-12-24Cleanup: use enum for bmesh_elem_checkCampbell Barton
2015-12-24BMesh: remove doubles fix/optimizationCampbell Barton
2015-12-24BMesh: BM_verts_from_edges utility functionCampbell Barton
2015-12-24Add STACK_CLEAR macroCampbell Barton
2015-12-24Cycles: Fix Tile access in the TileManager for viewport renderingLukas Stockner
2015-12-23Cycles: Implement constant fold for the ConvertNode.Thomas Dinges
2015-12-23Fix a few warnings with Apple LLVM 7.0.2.Brecht Van Lommel
2015-12-23Fix T47051: cycles viewport textured shadeless draw bug.Brecht Van Lommel
2015-12-23Update Link to the Blender Store.Thomas Dinges
2015-12-23Fix weld edges into faces splicing verts that shared a faceCampbell Barton
2015-12-23Fix weld edges into faces - eternal loopCampbell Barton
2015-12-23Remove BLI_buffer calloc optionCampbell Barton
2015-12-23Fix BLI_buffer_reinit not clearing static flagCampbell Barton
2015-12-23Fix error in BLI_buffer_reinitCampbell Barton
2015-12-23Cycles: Sort tiles in rendering order at construction timeLukas Stockner
2015-12-23Fix bevel RNA enum/boolean mixupCampbell Barton
2015-12-23Math Lib: clamp closest_to_line_segment_v# when segment has no lengthCampbell Barton
2015-12-23Fix issue w/ transform orientation & vert selectionCampbell Barton
2015-12-23Remove feof check for file readingCampbell Barton
2015-12-23Disable calculating manipulator while transformingCampbell Barton
2015-12-23Add BM_vert_edge_pair utility functionCampbell Barton
2015-12-23Fix error in BM_vert_is_edge_pairCampbell Barton
2015-12-23Typo in last commitCampbell Barton
2015-12-23Select Linked: only use seam delimit for facesCampbell Barton
2015-12-22Fix T47003: OpenGL draw missing selection highlight when using hidden wire.Brecht Van Lommel
2015-12-22Get rid of OMP in MOD_build.Bastien Montagne
2015-12-22View3D: measure smoothview angle comparing quat anglesCampbell Barton
2015-12-22View3D: Rotate around selected support for view-rollCampbell Barton
2015-12-22Fix T31605: Nupad ignores Rotate around selectionCampbell Barton
2015-12-22Fix error orbiting out of camera + orbit-selectedCampbell Barton
2015-12-22View3D: use c99 compound literals for smoothview paramsCampbell Barton
2015-12-22Cleanup: Remove comments, now that we have the dedicated constant fold functi...Thomas Dinges
2015-12-22Cycles: Constant fold for the Gamma Node.Thomas Dinges