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-16Fix: crash when evaluating geometry nodes after deleting an unlinked nodeJacques Lucke
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-15Cleanup: Rename attribute required functionsHans Goudey
2022-09-15Fix: Merging mesh and non-empty BMesh creates "flag" attributesHans Goudey
2022-09-15PointCloud: add BKE_pointcloud_nomain_to_pointcloudKévin Dietrich
2022-09-14Cleanup: Remove unused argument from modifier data mask callbackHans Goudey
2022-09-14Sculpt: Separate hide status from face sets, use generic attributeHans Goudey
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-14Fix: Mesh SoA format conversion skips versioningHans Goudey
2022-09-14Cleanup: use proper `bool` variables in Main, instead of `char`.Bastien Montagne
2022-09-14Optimization: Exit early when resizing material slots.Erik Abrahamsson
2022-09-14Fix reports printing twice when called from Python in background-modeCampbell Barton
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-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-10Cleanup: early return when directories can't be foundCampbell Barton
2022-09-10Mesh: Avoid saving redundant generic material index attributeHans Goudey
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-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-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
2022-09-08Cleanup: make meaning of base visibility flags more clearBrecht Van Lommel