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/doc
AgeCommit message (Expand)Author
2019-05-17API Docs: fix mistake in example codeBrecht Van Lommel
2019-05-17API Docs: add example use cases for mesh functions, fix wrong descriptionBrecht Van Lommel
2019-05-17Depsgraph: State behavior details more explicitlySergey Sharybin
2019-05-16Cycles: Fix missing viewport updates after recent changesSergey Sharybin
2019-05-16Tweak API to support adding evaluated meshes to main databaseSergey Sharybin
2019-05-16Dependency graph API changesSergey Sharybin
2019-05-01UV Sculpt: improve tool-system integrationCampbell Barton
2019-04-17Cleanup: use 2 space indentation for shell scriptsCampbell Barton
2019-04-04Fix T60891: bgl docs still include deprecated opengl functionsJacques Lucke
2019-03-27Python API: tweak RenderEngine example to be a bit more efficient.Brecht Van Lommel
2019-03-26Python API: add more detailed example for RenderEngine.Brecht Van Lommel
2019-03-21Docs: update examples for 2.8xCampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-18Fix (unreported) broken Py API doc after adding gpencil to buttons_context...Bastien Montagne
2019-03-17Cleanup: unused importsCampbell Barton
2019-03-12API Doc: Gotcha: add section about 'exceptions to the rules' known crashing c...Bastien Montagne
2019-03-12Context: add pose_objectCampbell Barton
2019-02-18API doc: info_gotcha: extend description of issues related to memory changes.Bastien Montagne
2019-02-18Cleanup: API doc 'info_gotcha': typos.Bastien Montagne
2019-02-18doxygen: update doxygen & add balembic groupCampbell Barton
2019-02-06Doxygen: don't warn on undocumented paramsCampbell Barton
2019-02-06Doxygen: update doxyfileCampbell Barton
2019-02-05Cleanup: remove contributors for Python filesCampbell Barton
2018-12-28Docs: update manpage and html with app description matching website.Brecht Van Lommel
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-12-17Context: add objects_in_mode(_unique_data)Campbell Barton
2018-12-17Context: remove active_gpencil_brushCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Fix typo in context docs.Campbell Barton
2018-11-30Docs: rename group -> collectionCampbell Barton
2018-11-30Docs: update quickstart for 2.8Campbell Barton
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: trailing spaceCampbell Barton
2018-11-27Docs: use float in bpy.app.timer examplesCampbell Barton
2018-11-27Python API Docs: Examples for new timer apiJacques Lucke
2018-11-27Python API: Fix partial buildJacques Lucke
2018-11-26Timer: Generic BLI_timer with Python wrapperJacques Lucke
2018-11-21Python API Docs: better titles.Brecht Van Lommel
2018-11-19Cleanup: gpu docsCampbell Barton
2018-11-19Py API Docs: use new bind context manager in gpu examplesJacques Lucke
2018-11-14Py API Docs: New custom shader exampleJacques Lucke
2018-11-13Py API Docs: Remove older GPUOffScreen exampleJacques Lucke
2018-11-13Py API Docs: New Example for off screen renderingJacques Lucke
2018-11-12Py API Docs: another use case for offscreen renderingJacques Lucke
2018-11-12Py API Docs: Another example for offscreen renderingJacques Lucke
2018-11-12Py API Docs: fix typos/wordingJacques Lucke
2018-11-12Py API Docs: Restructure gpu module introductionJacques Lucke
2018-11-09Py API Docs: More gpu module documentationJacques Lucke
2018-11-09gpu.offscreen, fix pydoc, example and rename modelviewmatrix > viewmatrixDalai Felinto
2018-11-08RNA: Object.select_set use boolean, only selectCampbell Barton