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-11-09Asset System: New core type to represent assets (`AssetRepresenation`)Julian Eisel
2022-10-17Geometry Nodes: separate Instances from InstancesComponentJacques Lucke
2022-10-07Cleanup: Move subdiv_ccg.c to C++Hans Goudey
2022-10-06Cleanup: Move subdiv_modifier.c to C++Hans Goudey
2022-10-06Cleanup: Move shrinkwrap.c to C++Hans Goudey
2022-10-06Cleanup: Move multires.c to C++Hans Goudey
2022-10-02Cleanup: Move more files using mesh runtime data to C++Hans Goudey
2022-09-30Cleanup: Move files that use mesh runtime data to C++Hans Goudey
2022-09-30Cleanup: Move object_update.c to C++Hans Goudey
2022-09-30Cleanup: Move modifier.c to C++Hans Goudey
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-20Move workspace.c to C++Jacques Lucke
2022-09-20Cleanup: Move mesh_mapping.c to C++Hans Goudey
2022-09-18Curves: Remove CurveEval and old Spline typesHans Goudey
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-09Python: install "bpy" as a package WITH_PYTHON_MODULECampbell Barton
2022-09-07Cleanup: Move (edit)mesh_tangent.c to C++Lukas Stockner
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-30Geometry Nodes: Use separate field context for each geometry typeHans Goudey
2022-08-27CMake: include missing header filesCampbell Barton
2022-08-23Cleanup: Move paint.c to C++Hans Goudey
2022-08-18Cleanup: Move subdiv_mesh.c to C++Hans Goudey
2022-08-17Outliner: Compile outliner tree-hashing files in C++Julian Eisel
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-09Cleanup: Move mball.c to C++Hans Goudey
2022-07-26Cleanup: Move mesh_tessellate.c to C++Hans Goudey
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-07-22Cleanup: move crazyspace.c to c++Jacques Lucke
2022-07-20IDManagement: Speedup ID unique name assignment by tracking used names/basena...Aras Pranckevicius
2022-07-08Cleanup: convert brush.c to C++Brecht Van Lommel
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-06-25Curves: Skip CurveEval in legacy curve conversionHans Goudey
2022-05-31Cleanup: Move lib_override.c to C++Hans Goudey
2022-05-31Cleanup: tabs to spaces for CMake files & sort file-listsCampbell Barton
2022-05-30Cleanup: Move attribute.c to C++Hans Goudey
2022-05-30Nodes: add separately allocated run-time data for bNodeTreeJacques Lucke
2022-05-10Curves: Interpolate point count in add brushHans Goudey
2022-05-05Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-05Workaround T81065: Merge UV's when applying modifiersCampbell Barton
2022-05-05Cleanup: sort cmake file listsCampbell Barton
2022-04-15PBVH Pixel extractor.Jeroen Bakker
2022-04-14Cleanup: Move three mesh files to C++Hans Goudey
2022-04-13Cleanup: Split paint_canvas into BKE and ED.Jeroen Bakker
2022-04-09Curves: Port tangent and normal calculation to the new data-blockHans Goudey
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-04-05Refactor: Evaluate surface objects as mesh componentsHans Goudey
2022-04-01Cleanup: Move geometry set fields to a separate headerHans Goudey
2022-03-28Cleanup: Move scene.c to C++Hans Goudey
2022-03-27Cleanup: Remove frameserver cmake definitionAaron Carlisle