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-09-13Small changes during review.Monique
2022-09-13Remove debug print.Monique
2022-09-13Merge branch 'temp-T73411-add-scene-parameters' into temp-T73411-view-layer-l...Monique
2022-09-13Merge branch 'master' into temp-T73411-add-scene-parameterstemp-T73411-add-scene-parametersMonique
2022-09-13Fix: Resolve deprecation warning when copying polygon structHans Goudey
2022-09-13Geometry Nodes: Port the trim curve node to the new data-blockMattias Fredriksson
2022-09-13Fix T101027: Sculpt tools don't respect visibility after recent commitHans Goudey
2022-09-13EEVEE-Next: Cryptomatte render passes.Jeroen Bakker
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-13Docs: improve BKE_object_defgroup_flip_map doc-stringCampbell Barton
2022-09-13Cleanup: spelling in commentsCampbell Barton
2022-09-13Cleanup: remove unused functionCampbell Barton
2022-09-13Cleanup: Use attribute API for curves functionsHans Goudey
2022-09-13Cleanup: missing declaration warningCampbell Barton
2022-09-13Fix T101013: Reordering materials broken with only one assignedHans Goudey
2022-09-12Cleanup: Comment formattingHans Goudey
2022-09-12When these features aren't used, there is no sense in storing theHans Goudey
2022-09-12Sculpt: Fix T101008: Missing CD_MDISPS layerJoseph Eagar
2022-09-12Geometry: Avoid unnecessary initialization when resizing data arraysHans Goudey
2022-09-12Attributes: Add function to retrieve span without adding attributeHans Goudey
2022-09-12Merge remote-tracking branch 'origin/blender-v3.3-release'Sybren A. Stüvel
2022-09-12Fix T100918: change min value for NLAStrip startThibault de Villèle
2022-09-12Cleanup: Remove unused DerivedMesh functionsHans Goudey
2022-09-12Cleanup: replace BLI_snprintf with BLI_path_joinCampbell Barton
2022-09-11Fix T100974: Remesh operators reset mesh propertiesHans Goudey
2022-09-10Apply formatting, remove unneeded changes.Monique
2022-09-10Adding `const Scene*` parameter in many areas.Monique
2022-09-10BKE_appdir: add function attributesCampbell Barton
2022-09-10Cleanup: early return when directories can't be foundCampbell Barton
2022-09-10Mesh: Avoid saving redundant generic material index attributeHans Goudey
2022-09-09Merge branch 'master' into temp-T73411-add-scene-parametersJeroen Bakker
2022-09-09Add scene parameterMonique
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-09Subdiv: Avoid quadratic runtime for loose edgesHans Goudey
2022-09-09Correct error building on WIN32Campbell Barton
2022-09-09Realtime Compositor: Implement scale nodeOmar Emara
2022-09-09Add scene parameterMonique
2022-09-09Nodes: fix memory leakJacques Lucke
2022-09-09Cleanup: move return arguments last, use `r_` prefixCampbell Barton
2022-09-09Edit mode normalize fails to respect locked groupsCampbell Barton
2022-09-09Fix T96787: Edit mode normalize fails to respect locked groupsNate Rupsis
2022-09-09Cleanup: spelling in commentsCampbell Barton
2022-09-09Python: change bpy.app.binary_path behavior WITH_PYTHON_MODULECampbell Barton
2022-09-09Cleanup: check for Python module in BKE_appdir_program_path_initCampbell Barton
2022-09-09Python: install "bpy" as a package WITH_PYTHON_MODULECampbell Barton
2022-09-08WIP: Adding const Scene* to many areas.Jeroen Bakker
2022-09-08Silence warnings/assert about invalid embedded IDs for older blendfiles.Bastien Montagne
2022-09-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-09-08IDManagement: Add new `BKE_id_owner_get` accessor.Bastien Montagne