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
2017-12-04Cleanup: link/append: get rid of booleans in func parameters.Bastien Montagne
2017-12-04Cleanup: wrap long function args in seqeffectsCampbell Barton
2017-12-04Cleanup: styleCampbell Barton
2017-12-02BLI_ghash: Description of GHash, GSetCampbell Barton
2017-11-30Removing OMP: legacy ccgsubsurf.Bastien Montagne
2017-11-30Transform: Use single flag with more meaningful name to prevent snapping to a...Sergey Sharybin
2017-11-30Transform: Remove some legacy code about snapping in particle edit modeSergey Sharybin
2017-11-30Depsgraph: More full explanation for previous commitSergey Sharybin
2017-11-30Depsgraph: Fix DEG_id_type_tag commentDalai Felinto
2017-11-30Haiku OS SupportCampbell Barton
2017-11-30Fix T53410: 3D Text always recalculatedCampbell Barton
2017-11-30Select similar for bones by group indexCampbell Barton
2017-11-29Fix T53116: default texture coordinates for volume materials are blank.José Luis Oliveira Cunha
2017-11-29Sequencer: add many more color blend modes, and a new color mix strip.Maikon Araujo
2017-11-29Fix paint float color blending bugs with alpha 1.0 and vivid light.Brecht Van Lommel
2017-11-29Depsgraph: Cleanup, use explicit NULL pointer checksSergey Sharybin
2017-11-29Cleanup: De-duplicate code in object update routinesSergey Sharybin
2017-11-29Cleanup: Split depsgraph uber transform function callbackSergey Sharybin
2017-11-29Cleanup: Remove unused argumentSergey Sharybin
2017-11-29Cleanup: Make object_handle_update easier to followSergey Sharybin
2017-11-29Cleanup: Remove unused functionSergey Sharybin
2017-11-29Transform: Avoid use of ob->recalc in snapping codeSergey Sharybin
2017-11-29Depsgraph: Fix assert failureSergey Sharybin
2017-11-29Cleanup: rename bpy_util -> bpy_capi_utilsCampbell Barton
2017-11-29PyAPI: add function to check any mathutils typeCampbell Barton
2017-11-29RNA: sync API changes from 2.8Campbell Barton
2017-11-29RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-11-29PyAPI: PyC_Err_PrintWithFunc utility functionCampbell Barton
2017-11-28Cleanup (remove commented OMP directive).Bastien Montagne
2017-11-28Removing OMP: BKE's tracking_stabilize.Bastien Montagne
2017-11-28makesdna/makesrna: silence output by defaultCampbell Barton
2017-11-27Fix T53145: bevel tool does not start with amount at zero.Brecht Van Lommel
2017-11-27Cleanup: indentationSergey Sharybin
2017-11-27Remove workaround for loopcut and DM stabilitySergey Sharybin
2017-11-27Depsgraph: Make sure unexpected configuration does not happenSergey Sharybin
2017-11-27Sequencer: Fix missing FX compositor when starting rendering from frame with ...Sergey Sharybin
2017-11-27Sequencer: Add option to render OpenGL preview with DoFSergey Sharybin
2017-11-27Refactor view3d offscreen drawing to avoid having multiple boolean argumentsSergey Sharybin
2017-11-27Tracking: Cleanup. make code friendly for multi-column editingSergey Sharybin
2017-11-27Cleanup: incorrect commentCampbell Barton
2017-11-26Cleanup: ImageEditor's mask drawing code was re-implementing `BKE_maskrasteri...Bastien Montagne
2017-11-26Removing OMP: BKE's mask_rasterize.cBastien Montagne
2017-11-26Removing OMP: autotrack BKE code.Bastien Montagne
2017-11-26Removing OMP: bmesh_operators.cBastien Montagne
2017-11-26Removing OMP: bmesh_interp.cBastien Montagne
2017-11-26Removing OMP: nuke last usages in bmesh_mesh.cBastien Montagne
2017-11-26Cleanup: rename edge -> edgesCampbell Barton
2017-11-26Minor improvement to last commitCampbell Barton
2017-11-26BMesh: improve edge rotate when edges share facesCampbell Barton
2017-11-26Cleanup: move edge-rotate into own fileCampbell Barton