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-10-17Geometry Nodes: separate Instances from InstancesComponentJacques Lucke
2022-10-11Cleanup: Remove unused spreadsheet geometry cache itemHans Goudey
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-28Cleanup: decentralize .blend I/O for space typesKévin Dietrich
2022-09-25BLI: simplify removing elements from containers with predicateJacques Lucke
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-22Fix T101262: Crash in spreadsheet selection filter with empty domainHans Goudey
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-08Fix: Spreadsheet row filters unimplemented for boolean typeHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-30Geometry Nodes: Use separate field context for each geometry typeHans Goudey
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-07-26Fix T99373: add some padding in spreadsheet vector columnsJacques Lucke
2022-07-25Fix T99961: crash when spreadsheet shows volume gridsJacques Lucke
2022-07-21Spreadsheet: Implement selection filter for curves sculpt modeHans Goudey
2022-07-20Cleanup: remove unused get_cage_mesh parameterJacques Lucke
2022-07-19UI: Port view item features to base class, merge view item button typesJulian Eisel
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-07Cleanup: Use std::move for geometry setHans Goudey
2022-07-07Cleanup: Use C++ style of avoiding unused variable warningsHans Goudey
2022-07-07Cleanup: Use generic index mask utilityHans Goudey
2022-07-07Fix: Spreadsheet does not display original curves dataHans Goudey
2022-06-29Cleanup: Clang tidy, unused variable warningHans Goudey
2022-06-29Spreadsheet: display byte colors as scene linear floatsBrecht Van Lommel
2022-06-23Cleanup: make formatBrecht Van Lommel
2022-06-23Spreadsheet: Support operations for filtering colorsAngel Bueno
2022-06-03Merge remote-tracking branch 'origin/blender-v3.2-release'Dalai Felinto
2022-06-03Spreadsheet Editor: Support int 8 attributeDalai Felinto
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-31Attributes: Hide internal UI attributes and disallow procedural accessHans Goudey
2022-05-30Cleanup: Clang tidyHans Goudey
2022-05-30Merge remote-tracking branch 'origin/blender-v3.2-release'Dalai Felinto
2022-05-30Fix T98446: Spreadsheets filter not working on Name columnDalai Felinto
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-05-11Cleanup: rename BLI_str_format_attribute_domain_sizeCampbell Barton
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-04-21Geometry Nodes: better support for byte color attributesJacques Lucke
2022-04-15Curves: initial geometry nodes support for curves objectsJacques Lucke
2022-04-01Cleanup: Move geometry set fields to a separate headerHans Goudey
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel