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
2017-03-20User Preferences: Split out addon and keymap freeCampbell Barton
2017-03-18Alternate fix for T50899Campbell Barton
2017-03-16Add BKE_blendfile_userdef_read_from_memoryCampbell Barton
2017-03-16Add support for loading preference structCampbell Barton
2017-03-16Support passing in UserDef for free functionCampbell Barton
2017-03-16Fix BGE building.Bastien Montagne
2017-03-15Load user-preferences before startup fileCampbell Barton
2017-03-15Fix bug on Blender version stringDalai Felinto
2017-03-15Move Blender version string handling to its own functionDalai Felinto
2017-03-15Fix T50938: Cache not being reset when changing simulation settings with new ...Sergey Sharybin
2017-03-14CLNor: rework threaded computation.Bastien Montagne
2017-03-14CLNor code: use averaged debug timing.Bastien Montagne
2017-03-14Fix T50876: Cycles Crash - Cycles crashes before sampling when certain meshes...Bastien Montagne
2017-03-14Fix own mistake in recent 'edge split' refactor.Bastien Montagne
2017-03-12Cleanup: styleCampbell Barton
2017-03-11Cleanup: code style & cmakeCampbell Barton
2017-03-11Add support for Objects in Drive variable `Rotational Difference`Germano Cavalcante
2017-03-10rBa81ea408367abe2f33b351ff6dcc6b09170fd088 "object" -> "target"Germano Cavalcante
2017-03-10fix T50899: Even though the Shrinkwrap options hide the possibility of using ...Germano Cavalcante
2017-03-10Fix useless allocation of edge_vectors in threaded case of loop split generat...Bastien Montagne
2017-03-07Task scheduler: Remove per-pool threads limitSergey Sharybin
2017-03-03Fix T49655: Reloading library breaks proxies.Bastien Montagne
2017-03-02Fix own stupid mistake in recent mesh 'split_faces' rework.Bastien Montagne
2017-03-01Task scheduler: Remove query for the pool's number of threadsSergey Sharybin
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2017-02-27Similar to previous commit, but for object constraintsSergey Sharybin
2017-02-27Depsgraph: Shrinkwrap constraint actually depends on geometrySergey Sharybin
2017-02-24Add "Gravitation" option to "Force" type force fieldsLuca Rood
2017-02-22Fix T50745: Shape key editing on bezier objects broken with Rendered Viewport...Bastien Montagne
2017-02-22Cycles: Fix shading with autosmooth and custom normalsSergey Sharybin
2017-02-22Refactor Mesh split_faces() code to use loop normal spaces.Bastien Montagne
2017-02-20Fix T50718: Regression: Split Normals Render Problem with CyclesSergey Sharybin
2017-02-20Mesh faces split: Add missing vertex normal copySergey Sharybin
2017-02-17Remove unused functions related to distance between BoundBox and rayGermano Cavalcante
2017-02-17Forgotten in last commit: Check the allocationGermano Cavalcante
2017-02-17Do not release the arrays used in the parameters of the expanded functions of...Germano Cavalcante
2017-02-16Faces split: Don't leave CD_NORMAL after splitSergey Sharybin
2017-02-16CDDM Copy: Only tag data layers dirty if we ignored tessellation dataSergey Sharybin
2017-02-16Fix more corner cases failing in mesh faces splitSergey Sharybin
2017-02-15Fix wrong edges created by split facesSergey Sharybin
2017-02-15Fix T50662: Auto-split affects on smooth mesh when it sohuldn'tSergey Sharybin
2017-02-15Fix wrong loop normals left after face splittingSergey Sharybin
2017-02-15Mesh: Re-implement face split solving issue mentioned earlierSergey Sharybin
2017-02-15Revert "Mesh: Solve incorrect result of mesh.split_faces()"Sergey Sharybin
2017-02-15Comments: notes on polyfill2d, minor correctionsCampbell Barton
2017-02-14Mesh: Solve incorrect result of mesh.split_faces()Sergey Sharybin
2017-02-14Mesh: Cleanup, use shorter version of loopSergey Sharybin
2017-02-14Mesh: Use faster calculation of previous loopSergey Sharybin
2017-02-14`BKE_boundbox_ensure_minimum_dimensions` is no longer necessaryGermano Cavalcante
2017-02-12Image: Fix non-deterministic behavior of image sequence loadingSergey Sharybin