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-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-19Fix T101888: Curves editmode: modifiers "Display in Edit mode" no effectPhilipp Oeser
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-15Cleanup: Rename attribute required functionsHans Goudey
2022-09-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-08-25Cleanup: Add asserts to curves data-block creationMattias Fredriksson
2022-08-05Fix T100143: RNA path information of Curves datablock incorrectHans Goudey
2022-07-26Fix T99271: modifier errors are not clearedJacques Lucke
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-07-20Curves: Remove redundant custom data pointersHans Goudey
2022-07-19Geometry Nodes: Copy parameters when copying a curves data-blockHans Goudey
2022-07-05Curves: move curves surface transforms to blenkernelJacques Lucke
2022-06-08Attributes: Use names instead of layers for some functionsHans Goudey
2022-06-07Cleanup: Use const pointers in attribute APIHans Goudey
2022-06-03Fix new curve objects showing as UNKNOWN in the outlinerDalai Felinto
2022-06-03Curves: Add surface UV map name propertyHans Goudey
2022-05-29Cleanup: Simplify custom data file writing processHans Goudey
2022-05-13Cleanup: Use standard variable names for curvesHans Goudey
2022-05-11Cleanup: use '_num' suffix instead of '_size' for CurveGeometryCampbell Barton
2022-05-09Refactor: Move resample curves code to the geometry moduleHans Goudey
2022-04-26Fix: Correctly copy and update curve type counts cacheHans Goudey
2022-04-25Curves: Cache the number of curves of each typeHans Goudey
2022-04-15Curves: initial geometry nodes support for curves objectsJacques Lucke
2022-04-07Curves: Name mutable data retrieval functions explicitlyHans Goudey
2022-03-25Cleanup: Further renaming in new curves codeHans Goudey
2022-03-24Cleanup: Adjust naming in new curves codeHans Goudey
2022-03-01Geometry Nodes: Port most curve primitives to new data-blockHans Goudey
2022-03-01Curves: Move curves primitive to object add codeHans Goudey
2022-02-25Curves: add surface object pointerJacques Lucke
2022-02-22Cleanup: Use curves wrapperHans Goudey
2022-02-16Curves: Further implementation of new curves data structureHans Goudey
2022-02-15BLI: Change dependencies in vector math filesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Fix: Incorrect size used for reading curves dataHans Goudey
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey