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
2018-01-13Fix T53771: missing view pixels when rendering multiview + FSAA.Brecht Van Lommel
2018-01-12Fix bmesh.utils.face_join arg parsingCampbell Barton
2018-01-12User Prefs: app-template option to hide the cursorCampbell Barton
2018-01-12User Prefs: add new flag for app-template optionsCampbell Barton
2018-01-11Cleanup commented out OMP command.Bastien Montagne
2018-01-11Nuke OMP from multires.c: forgot that one in previous commit.Bastien Montagne
2018-01-11Nuke OMP usage in multires.c.Bastien Montagne
2018-01-11Preparation step for nuking OMP from multires code.Bastien Montagne
2018-01-11Cleanup typo in comment.Bastien Montagne
2018-01-11Subsurf: Allow partial threading over geometry arraysSergey Sharybin
2018-01-11Mesh evaluate: Tweak threadability criteriaSergey Sharybin
2018-01-11Mesh deform: Tweak threadability criteriaSergey Sharybin
2018-01-11Subsurf: Make copyFinalLoopArray() threadedSergey Sharybin
2018-01-11Depsgraph: Make eval initialization more friendly for threadingSergey Sharybin
2018-01-11Subsurf: Use regular mutex instead of RW oneSergey Sharybin
2018-01-11Fix critical issue with our DNA ID tags (two totally different tags having sa...Bastien Montagne
2018-01-11Fix T53311: transform edge/normal orientationCampbell Barton
2018-01-11UI: option not to show screen splitting widgetsCampbell Barton
2018-01-11UI: don't draw outline when it's not calculatedCampbell Barton
2018-01-11Fix T53455: Object disappear w/ TrackTo constraintCampbell Barton
2018-01-11Fix T53752: Draw curve fails w/ stylusPhilipp Oeser
2018-01-11Cleanup: BKE naming conventions for datablock add/localizeCampbell Barton
2018-01-10Subsurf: Loop array should not be called mvSergey Sharybin
2018-01-10Subsurf: Remove increment of unused variableSergey Sharybin
2018-01-10Fix wrong data type used for undo memory limitSergey Sharybin
2018-01-10Task scheduler: Use const qualifier in callbacks for parallel rangeSergey Sharybin
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-10Task scheduler: Use more const qualifiersSergey Sharybin
2018-01-10RNA: Increase memory limit settings to their possible max on platformSergey Sharybin
2018-01-10math utils: Add size_t version of min and max functionsSergey Sharybin
2018-01-10Cleanup: comment block alignmentCampbell Barton
2018-01-10Alternate fix for brush user countCampbell Barton
2018-01-10Correction to brush user commitCampbell Barton
2018-01-10Fix brush user countCampbell Barton
2018-01-10Correct typosCampbell Barton
2018-01-10Fix T53491: Absolute tablet motion detection failsCampbell Barton
2018-01-10fix t53701 minimal changes to get it working rightbjornmose
2018-01-09Fix (unreported) potential crash.Bastien Montagne
2018-01-09Task scheduler: Use single thread branch when range fits into single chunkSergey Sharybin
2018-01-09Task scheduler: Fix wrong tasks calculation when chunk size is too bigSergey Sharybin
2018-01-09Task scheduler: Use const qualifiers in parallel rangeSergey Sharybin
2018-01-09Task scheduler: Avoid over-allocation of tasks for parallel rangesSergey Sharybin
2018-01-09Task scheduler: Add minimum number of iterations per thread in parallel rangeSergey Sharybin
2018-01-09Task scheduler: Simplify parallel range functionSergey Sharybin
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2018-01-09Fix T53691: Motion Tracking Object Solver Constraint doesn't work as Bone Con...Sergey Sharybin
2018-01-09Depsgraph: Move special handling of tracking constraints to a dedicated functionSergey Sharybin
2018-01-09Depsgraph: Perform early check on constraint info NULLSergey Sharybin
2018-01-09Correct error in last commit (versioning)Campbell Barton