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
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-22Fix T60643: BMesh operator enum args fail when unset from PythonCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2019-01-07Cleanup: add trailing commas to structsCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Cleanup: naming (mean -> median) see T47811Campbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-11Implement BMesh.from_objectPhilipp Oeser
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-14Cleanup: python doc-stringsCampbell Barton
2018-11-14Cleanup: python doc-stringsCampbell Barton
2018-11-09BKE_id_is_in_gobal_main > BKE_id_is_in_global_mainDalai Felinto
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-10-10Python API: add loop triangles access, remove tessfaces.Brecht Van Lommel
2018-10-09Fix misuse of Py_INCREF in module creation.mano-wii
2018-09-27Cleanup: remove unused DerivedMesh code.Sebastian Parborg
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-13Merge branch 'master' into blender2.8Campbell Barton
2018-09-13Cleanup: use PyImport_GetModuleDictCampbell Barton
2018-09-03Merge branch 'master' into blender2.8Bastien Montagne
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-08-28Cleanup: indentationCampbell Barton
2018-08-27Implement BMesh Operator string enumerators and docs generation.Andrew Hale
2018-08-08Merge branch 'master' into blender2.8Campbell Barton
2018-08-08Cleanup: indentationCampbell Barton
2018-08-08Merge branch 'master' into blender2.8Campbell Barton
2018-08-06PyAPI: Make skin modifier roots settableAndrew Hale
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-22Merge branch 'master' into blender2.8Bastien Montagne
2018-06-22Cleanup: get rid of last G.main's in bpy area.Bastien Montagne
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: use clamp_* from BLI_math (replace macro)Campbell Barton
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-05-03Merge branch 'master' into blender2.8Campbell Barton
2018-05-03Fix T54927: BMesh Py error w/ select history sliceCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-02-19Merge branch 'master' into blender2.8Campbell Barton
2018-02-19Fix T54098: Crash existing /w dyntopo sculptCampbell Barton
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-13Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-12Fix bmesh.utils.face_join arg parsingCampbell Barton