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-01-09Rename last vector methods to use the static function versionClément Foucault
2022-01-09Rename normalize to use the static function versionClément Foucault
2022-01-09BLI_float3: add normalize to double and float2Clément Foucault
2022-01-09BLI_float: Rename length & length_squared to use static versionClément Foucault
2022-01-09BLI_float: Rename normalize to use static versionClément Foucault
2022-01-09BLI_float3: Add static functions equivalent of public methodsClément Foucault
2022-01-09Add vector templatesClément Foucault
2022-01-08Fix T94713: Alembic crash with empty frames and velocitiesKévin Dietrich
2022-01-08Fix T94534: dangling pointer in internal link after removing socketJacques Lucke
2022-01-08Cleanup: Use new socket builder APIAaron Carlisle
2022-01-08Cleanup: Loop through socket listbase instead of arrayAaron Carlisle
2022-01-08Fix Cycles compile error after last own commitJulian Eisel
2022-01-08Cleanup: Remove unused code from BKE_node.hHans Goudey
2022-01-08Fix Adjust Last Operation panel showing session UUID number buttonJulian Eisel
2022-01-08RNA: Support bitwise operators for property flags in C++Julian Eisel
2022-01-07Cleanup: Use forward declaration of struct in headerHans Goudey
2022-01-07Fix: connecting hair fails on meshes with no generative modifiersAleksi Juvani
2022-01-07Fix wrong shadow terminator geometry offset with deformation motion blurOlivier Maury
2022-01-07Fix wrong shadow terminator geometry offset for instancesOlivier Maury
2022-01-07Fix T93350: Cycles renders shows black during rendering huge resolutionsBrecht Van Lommel
2022-01-07Cycles: Fix Metal buildMichael Jones
2022-01-07LibOverrides: small refactor of resync main public function.Bastien Montagne
2022-01-07Fix T94078: Wrong Bound Box calculated for curvesGermano Cavalcante
2022-01-07Cleanup: Remove unused numapi librarySergey Sharybin
2022-01-07Remove dead numaapi code in blenlibSergey Sharybin
2022-01-07LibOverride: Add tag to libraries that had to be recursively resynced.Bastien Montagne
2022-01-07Cycles: Remove usage of libnumaapiSergey Sharybin
2022-01-07Fix T94310: Blender doesn't support with 128 threads well in Win11Jagannadhan Ravi
2022-01-07Fix T86952: Buffer overflow reading specific DDS imagesSergey Sharybin
2022-01-07Fix T94659: crash when deleting instances (part 2)Jacques Lucke
2022-01-07Fix T94707: inverted output of separate geometry node incorrectJacques Lucke
2022-01-07Cleanup: exclude uiFont from DNA, rename filename -> filepathCampbell Barton
2022-01-07Fix T94708: negative reference count error with Python API callbacksCampbell Barton
2022-01-07Cleanup: use the ELEM macroCampbell Barton
2022-01-07Fix T94629: The IMB_flip API would fail with large imagesJesse Yurkovich
2022-01-07Fix BKE_image_ensure_tile_token being called with a full pathCampbell Barton
2022-01-07Cleanup: use static sets for comparison, quiet unused arg warningsCampbell Barton
2022-01-07Cleanup: rename sculpt_brushes.c -> sculpt_brush_types.cCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-07Cleanup: Fix spelling in filenameAaron Carlisle
2022-01-07Cleanup: Add `bf_nodes_texture` libraryAaron Carlisle
2022-01-07Cleanup: Use new socket builder APIAaron Carlisle
2022-01-06Fix T94635: Sculpt Smooth in Surface mode with Anchored Stroke crashPhilipp Oeser
2022-01-06BLI_floatX: Add most missing constructors and operatorClément Foucault
2022-01-06Fix Cycles updating display unnecessarily when stopping 3D viewportBrecht Van Lommel
2022-01-06Fix T94672: incorrect Workbench shadows with GPU subdivisionKévin Dietrich
2022-01-06GPU subdiv: fix wrong data sizes used for lines adjacency IBOKévin Dietrich
2022-01-06Depsgraph: only link 'IK Constraint -> Init IK Tree' if animated.Alexander Gavrilov
2022-01-06Bone Overlay: support changing bone wireframe opacity.Alexander Gavrilov
2022-01-06Depsgraph: fix spurious cycles with identically named idprops on bones.Alexander Gavrilov