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
2022-05-09Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-09Fix T97927: bpy.utils.units.to_string uses wrong units for velocity, accelera...Bastien Montagne
2022-05-09Cleanup: typo in variable name.Bastien Montagne
2022-05-09EEVEE & Viewport: Add a built-in shader called 3D_IMAGE, and expose to the py...Shashank Shekhar
2022-05-06Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-06Add documentation about Image/ImBuf to python/RNA API.Bastien Montagne
2022-05-06Cleanup: formatCampbell Barton
2022-05-06Cleanup: spelling in comments, use doxygen commentsCampbell Barton
2022-05-05Docs: Clarify docs for BMesh methodsjon denning
2022-05-05Cleanup: sort cmake file listsCampbell Barton
2022-05-03Fix T97731: Python traceback no longer includes line-numbersCampbell Barton
2022-05-03Cleanup: remove redundant PyErr_Clear calls after PyErr_FetchCampbell Barton
2022-04-28Cleanup: unbalanced doxy sections, add some sectionsCampbell Barton
2022-04-26Fix memory leak in Context.temp_overrideCampbell Barton
2022-04-26Cleanup: use boolean arguments and return valuesCampbell Barton
2022-04-26PyAPI: support persistent handlers for class & static methodsCampbell Barton
2022-04-22Cleanup: spelling in commentsCampbell Barton
2022-04-21gpu.types.GPUBatch: warn about deprecated primitive typesGermano Cavalcante
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-20PyAPI: improve deprecation warning for bpy.ops context overrideCampbell Barton
2022-04-20Fix crash passing no arguments to Context.temp_overrideCampbell Barton
2022-04-20PyAPI: temporary context override supportCampbell Barton
2022-04-20PyAPI: utility functions for parsing typed RNA argumentsCampbell Barton
2022-04-19PyGPU: remove outdated function 'code_from_builtin'Germano Cavalcante
2022-04-14Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-04-14Cleanup: Clang tidyHans Goudey
2022-04-13Fix some usages of 'GPU_shader_get_uniform_block'Germano Cavalcante
2022-04-13Docs: correct RST syntax for GPU documentationCampbell Barton
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-04-13gpy.types.GPUUniformBuf: support any object exposing buffer interfaceGermano Cavalcante
2022-04-13gpu.types.Buffer: fill buffer interface with just what is requestedGermano Cavalcante
2022-04-13Fix size of MAT3 and MAT4 in GPUShaderCreateInfo.push_constantGermano Cavalcante
2022-04-13Fix cases where 'Py_buffer' might not be releasedGermano Cavalcante
2022-04-13Fix possible pointer being freed without being allocated in pygpu moduleGermano Cavalcante
2022-04-13pyGPU: Port 'StageInterfaceInfo' and 'ShaderCreateInfo' typesGermano Cavalcante
2022-04-12Fix: BMesh Python API errors after vertex_normals additionHans Goudey
2022-04-11PyGPU: make sure the UniformBuffer is padded to 16 bytesGermano Cavalcante
2022-04-11Fix crash when creating a 'gpu.types.Buffer'Germano Cavalcante
2022-04-11BMesh Python API: add access to vertex crease layerKévin Dietrich
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-08PyAPI: use keyword only arguments for Text.region_{from/to} stringCampbell Barton
2022-04-08Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-04-07Cleanup: add clarifying comment to `bpy_app_getsets`Sybren A. Stüvel
2022-04-07Cleanup: pass the buffer length into `txt_insert_buf`Campbell Barton
2022-04-07Text Editor: Get/Set region text APIMatheus Santos
2022-04-06Cleanup: spelling & poor wording in code & commentsCampbell Barton
2022-04-06Fix: T78228 Send all python errors to info editorCampbell Barton
2022-04-06Fix off by one error placing the text cursor from a Python exceptionCampbell Barton
2022-04-06Fix accessing an empty context succeeding when it shouldn'tCampbell Barton
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton