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
2020-05-25Mesh: skip conversion from edit-mesh to mesh in edit-modeCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-22Objects: add infrastructure for hair, pointcloud, volume modifiersBrecht Van Lommel
2020-04-08Cleanup: spellingCampbell Barton
2020-04-07Fix crash using object.to_mesh() when in edit modeSergey Sharybin
2020-03-26Fix T67888: Incorrect Wireframe After Applying SubSurf/MultiResJeroen Bakker
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-13Cleanup: `BKE_mesh_nomain_to_mesh`: Add assert that source mesh is indeed not...Bastien Montagne
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel
2020-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-13Refactor libquery ID looper callback to take a single parameter.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-01-30Fix T65146: Curve Texture Coordinates in Cycles and Eevee differClément Foucault
2019-09-23Cleanup: remove unimplemented texture space rotation variablesBrecht Van Lommel
2019-09-23Cleanup: remove Mesh.bb and Curve.bb, no reason for these to be persistentBrecht Van Lommel
2019-09-19Fix T67724: Cycles renders metaballs with wrong texture spaceBrecht Van Lommel
2019-09-15fix: (unreported) When converting nurbs or curves to Mesh the generated UVMap...Gaia Clary
2019-09-12Cleanup: line breaks with commentsCampbell Barton
2019-08-25Cleanup: remove unused DM_to_mesh functionCampbell Barton
2019-08-21Cleanup: vertex coordinate access, naming & minor changesCampbell Barton
2019-08-15Cleanup: fix compiler warningsBrecht Van Lommel
2019-08-02Fix T68135: Do not return NULL/None when converting an object to a mesh.Bastien Montagne
2019-08-02Cleanup: spellingCampbell Barton
2019-07-10Fix T66631: Crash when converting objects from Curve to MeshSybren A. Stüvel
2019-06-09Fix T65638: memory leak - modifiers on curves.Bastien Montagne
2019-06-03Fix T65352: bpy.data.meshes.new_from_object() doesn't increment user count fo...Bastien Montagne
2019-05-27Fix (unreported) invalid handling of IDs usercount in `BKE_mesh_new_from_obje...Bastien Montagne
2019-05-27Depsgraph API: Allow preserving custom data layersSergey Sharybin
2019-05-21Fix T64842: crash rendering files with bevel curvesBrecht Van Lommel
2019-05-17Fix meshes.new_from_object() not preserving materialsSergey Sharybin
2019-05-16Use edit evaluated mesh when creating mesh for object in edit modeSergey Sharybin
2019-05-16Tweak API to support adding evaluated meshes to main databaseSergey Sharybin
2019-05-16Dependency graph API changesSergey Sharybin
2019-05-13Curve: Remove duplicated and confusing argumentSergey Sharybin
2019-04-29Fix T63616: applying armature modifier with another modifier under it doesnt ...Bastien Montagne
2019-04-29Cleanup: internal apply modifier code: make it clear we use eval modifier and...Bastien Montagne
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-10Fix T63441: Cycles applies modifiers twiceSergey Sharybin
2019-04-08Fix T63399: Obj exporter does not respect "Apply Modifiers" settingsSergey Sharybin
2019-04-03Fix T63217: Curve Modifier skipped in CyclesSergey Sharybin
2019-04-01Tweak behavior of object.to_mesh()Sergey Sharybin
2019-04-01Modifiers: Proper fix for the Apply ModifierSergey Sharybin
2019-03-20Fix T60211: MemLeak Convert Curve To MeshJeroen Bakker
2019-03-12Cleanup: BLI_utildefines struct macrosCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne