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
2021-04-09Spreadsheet: persistent column storage and data sourceJacques Lucke
2021-04-09Cleanup: use const for BKE_where_on_path and related structsCampbell Barton
2021-04-09Fix use of uninitialized memory in BKE_scene_objects_as_gsetCampbell Barton
2021-04-09Fix: Missing GeometryNodeCustomGroupRay Molenkamp
2021-04-08Geometry Nodes: Support volumes in the bounding box nodeHans Goudey
2021-04-08BKE: Refactor volume bounding box codeHans Goudey
2021-04-08BKE: Add a utility to transform a shallow copy of a volume gridHans Goudey
2021-04-08Geometry Nodes: Support instances in attribute searchHans Goudey
2021-04-08Cleanup: Use const arguments for volume codeHans Goudey
2021-04-08Spreadsheet: support showing data of specific nodeJacques Lucke
2021-04-08Fix T81707: Spline IK Joints "Floating" above curveSebastian Parborg
2021-04-08LibOverride: Fix several issues with resync code.Bastien Montagne
2021-04-08Minor cleanup to `scene_collection_array`.Bastien Montagne
2021-04-08BKE_collection: Add a util returning a gset with all objects in given scene's...Bastien Montagne
2021-04-08Cleanup: Typos in comments.Bastien Montagne
2021-04-08LibOverride: Add a new 'leftover' flag to ID.Bastien Montagne
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-04-07Cleanup: Rename function, switch order of argumentsHans Goudey
2021-04-07Geometry Nodes: Bounding Box NodeHans Goudey
2021-04-06Fix T87236: crash reading file with grease pencil palettesPhilipp Oeser
2021-04-05Render: faster animation and re-rendering with Persistent DataBrecht Van Lommel
2021-04-04Cycles: make AO bounces settings more discoverableBrecht Van Lommel
2021-04-02Geometry Nodes: Separate grid primitive X and Y sizeHans Goudey
2021-04-02BKE: attempt to fix build error on windowsAnkit Meel
2021-04-02Cleanup: Remove unecessary C API for direct mesh booleanHans Goudey
2021-04-02Cleanup: Use const argumentsHans Goudey
2021-04-02Cleanup: Remove unecessary part of instances component C APIHans Goudey
2021-04-01Cleanup: Move object_dupli.cc to C++Hans Goudey
2021-04-01Geometry Nodes: Improve speed of boolean node, use multi-input socketHans Goudey
2021-04-01Cleanup/Refactor: Transform Orientation: Use 'orient_index' instead 'orient_t...Germano Cavalcante
2021-04-01Curve: Remove 'CU_2D' flag used for nurbsGermano Cavalcante
2021-04-01Cleanup: Remove unused codeHans Goudey
2021-04-01Fix T87056: Segfault in GPU_batch_clear() involing Lattice evaluationSybren A. Stüvel
2021-04-01Cleanup: Use const arguments in curve codeHans Goudey
2021-03-31Cleanup: Remove remaining unused code for DispList "bevel_split"Hans Goudey
2021-03-30Cleanup/Refactor: Unify functions that redraw the depth bufferGermano Cavalcante
2021-03-30Geometry Nodes: support multiple group input nodesJacques Lucke
2021-03-30Cleanup: animation, remove `BONE_UNKEYED` flagSybren A. Stüvel
2021-03-29Fix T86298: crash when loading "corrupted" geometry node treeJacques Lucke
2021-03-29Mask: Fix possible nan values in the weight interpolationSergey Sharybin
2021-03-29Animation: add `PBONE_SELECTED` macroSybren A. Stüvel
2021-03-29Tracking: Avoid integer overflow in dopesheet updateSergey Sharybin
2021-03-29Fix: Override Test Cases Failing With Asserts.Jeroen Bakker
2021-03-29Cleanup: Remove no-op id recalc statementSergey Sharybin
2021-03-29Fix T78650: Lattice evaluation writes to shared dataSybren A. Stüvel
2021-03-29Overrides: API to create an override template.Jeroen Bakker
2021-03-29Cleanup: Remove unused node.c.Jeroen Bakker
2021-03-29Compositor: Add Anti-Aliasing nodeHabib Gahbiche
2021-03-28Cleanup: deduplicate attribute creating codeJacques Lucke
2021-03-28Cleanup: re-order expensive checks for indirect ID useCampbell Barton