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-08Rename to BKE_view_layer_need_resync_tag, BKE_view_layer_synced_ensureMonique
2022-09-08Cleanup: make meaning of base visibility flags more clearBrecht Van Lommel
2022-09-08Remove const char nameMonique
2022-09-08Remove const char nameMonique
2022-09-08Nodes: fix handling cyclic node treesJacques Lucke
2022-09-08Fix Blender as a Python module for WIN32Campbell Barton
2022-09-08Add ensure_sync before BKE_view_layer_base_find.Jeroen Bakker
2022-09-08Add ensure_sync before BKE_view_layer_active_base_get.Jeroen Bakker
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-07Call ensure_sync before BKE_view_layer_active_object_get.Jeroen Bakker
2022-09-07Fix T100863, T100875: Vertex group reading broken for recent filesHans Goudey
2022-09-07Merge branch 'master' into temp-T73411-view-layer-lazy-cacheJeroen Bakker
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
2022-09-07Cleanup: unused argument warningCampbell Barton
2022-09-07Cleanup: remove unused Main argument to RNA_path functionsCampbell Barton
2022-09-07Cleanup: use 'continue' in customdata for loop, reduce right shiftCampbell Barton
2022-09-07Mikktspace: Optimized port to C++Lukas Stockner
2022-09-07Cleanup: Move (edit)mesh_tangent.c to C++Lukas Stockner
2022-09-06Fix T100760: No color attribute initialization when created by brushHans Goudey
2022-09-06Add ensure sync before calls to BKE_view_layer_edit_object_get.Jeroen Bakker
2022-09-06Fix: Restore fix for empty attributes after recent commitHans Goudey
2022-09-06Fix T99141: Crash with edit mode and copy location constraintSonny Campbell
2022-09-06Cleanup: Avoid using runtime node flag, use topology cacheHans Goudey
2022-09-06Fix T100841: Creating a frame node with shortcut doesn't sort nodesHans Goudey
2022-09-06Merge branch 'master' into temp-T73411-view-layer-lazy-cacheJeroen Bakker
2022-09-06Cleanup: IDManagement: Simplify `owner_get` calllback of IDTypeInfo.Bastien Montagne
2022-09-06Address to some extent issues with invalid embedded IDs in existing files.Bastien Montagne
2022-09-06Cleanup: Remove unused update custom data pointers in attribute APIHans Goudey
2022-09-06Blender 3.3 release version bump.Thomas Dinges
2022-09-06Fix (unreported) bad handling of embedded IDs on owner copying.Bastien Montagne
2022-09-06Fix T100850: Regression: Gpencil: crash on material color and other propertie...Bastien Montagne
2022-09-06IDManagement: better debug checks in `owner_get` callbacks.Bastien Montagne
2022-09-06Merge branch 'blender-v3.3-release'Philipp Oeser
2022-09-06Fix T100747: Cannot add "String" attribute to meshPhilipp Oeser
2022-09-06Cleanup: early exit when the active layer disallows procedural accessCampbell Barton
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-05Cleanup: Remove unused functionHans Goudey
2022-09-05Call ensureMonique
2022-09-05Add scene parameterMonique
2022-09-05Added ensure.Jeroen Bakker