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-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-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-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-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
2022-09-08Nodes: fix handling cyclic node treesJacques Lucke
2022-09-08Fix Blender as a Python module for WIN32Campbell Barton
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-08Cleanup: remove ED_types.h & ACTIVE, DESELECT definitionsCampbell Barton
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Fix T100863, T100875: Vertex group reading broken for recent filesHans Goudey
2022-09-07BLI: new C++ BitVector data structureJacques Lucke
2022-09-07IDManagement: Add some assert to ensure lib consistency in embedded IDs.Bastien Montagne
2022-09-07Geometry Nodes: improve printing geometry set for debuggingJacques Lucke
2022-09-07Cleanup: Remove some references to proxies in comments/log messages.Bastien Montagne
2022-09-07Nodes: add owner_tree method to nodesJacques Lucke
2022-09-07Fix T100862: only leading deform modifiers used in weight/vertex paint.Alexander Gavrilov
2022-09-07Cleanup: formatCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-07Cleanup: spelling in comments, correct doxy slashes, replace '/w'Campbell Barton