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-07DRW: Remove viewport_size from DRWViewClément Foucault
2022-10-07EEVEE-Next: Use global viewport size instead of DRWView oneClément Foucault
2022-10-07GPencil: Use global viewport size instead of DRWView oneClément Foucault
2022-10-07Basic: Use global viewport size instead of DRWView oneClément Foucault
2022-10-07Overlay: Use global viewport size instead of DRWView oneClément Foucault
2022-10-07DRW: Remove screen_vecsClément Foucault
2022-10-07DRW: Move clipping planes to their own UBOClément Foucault
2022-10-07EEVEE: Move reflection clip plane to local storageClément Foucault
2022-10-07DRW: Use view_clipping_distances instead of world_clip_planes_set_clip_distanceClément Foucault
2022-10-07DRW: Remove view vectorsClément Foucault
2022-10-07DRW: Move CameraTexCoFactors to engine specific storageClément Foucault
2022-10-07DRW: Split ViewCullingData out of ViewInfosClément Foucault
2022-10-07Armature Modifier: skip non-deforming vertices in Multi-Modifier mode.Alexander Gavrilov
2022-10-07Fix T101547: Add update notifiers in dopesheet and timeline selection operatorsAmelie Fondevilla
2022-10-07Fix missing header include when using timeit feature.Bastien Montagne
2022-10-07Refactor: adding function to check if an animation container has grease penci...Amelie Fondevilla
2022-10-07Fix T100953: Zooming with NDOF is inverted in the camera viewCampbell Barton
2022-10-07Cleanup: replace static variables with argumentsCampbell Barton
2022-10-07Cleanup: use doxy sectionsCampbell Barton
2022-10-07Cleanup: remove redundant 'using'Campbell Barton
2022-10-073D View: depth sort candidates in the selection menuCampbell Barton
2022-10-07Cleanup: share factory reset propertiesCampbell Barton
2022-10-07Cleanup: quiet compiler shadowed variable warningCampbell Barton
2022-10-07Fix for T101481: Improved VFont LoadingHarley Acheson
2022-10-07Preferences: support loading factory settings only for app-templatesCampbell Barton
2022-10-07Cleanup: compiler warningCampbell Barton
2022-10-07Cleanup: spelling in commentsCampbell Barton
2022-10-07Cleanup: Avoid inconsistent naming in mesh topology APIHans Goudey
2022-10-07Cleanup: Move subdiv_ccg.c to C++Hans Goudey
2022-10-07Cleanup: Move eight modifier files to C++Hans Goudey
2022-10-07Sculpt: Raise pbvh->leaf_limit to 400 for dyntopoJoseph Eagar
2022-10-07Sculpt: Fix T101502: GPU tris miscounted for dyntopoJoseph Eagar
2022-10-06Cleanup: Move subdiv_modifier.c to C++Hans Goudey
2022-10-06Cleanup: Move shrinkwrap.c to C++Hans Goudey
2022-10-06Sculpt: Fix bug in sculpt attribute apiJoseph Eagar
2022-10-06Fix: Properly free non-trivial node editor runtime typeHans Goudey
2022-10-06Cleanup: Remove unnecessary MOD_nodes.h includesHans Goudey
2022-10-06DRW: fix use of potentially uninitialized variableGermano Cavalcante
2022-10-06Fix for T53332: BFont 43 Inaccessible GlyphsHarley Acheson
2022-10-06Animation: Expose "mute" for drivers in their properties UISybren A. Stüvel
2022-10-06Fix: Use after free in geometry node group loggerHans Goudey
2022-10-06UI: remove extraneous inversion of "inverted" button stateSybren A. Stüvel
2022-10-06Cleanup: Move multires.c to C++Hans Goudey
2022-10-06GPencil: Use new icons for Envelope and Outline modifiersAntonio Vazquez
2022-10-06UI: New modifier Icons Envelope and OutlineAntonio Vazquez
2022-10-06Fix T101618: Freeze when reloading a library in certain situationPhilipp Oeser
2022-10-06Fix T101492: UV stitch crash (more than 32 objects selected)Philipp Oeser
2022-10-06Fix T101517: GPencil strokes snap to origin in a Scale value is on 0Antonio Vazquez
2022-10-06Fix T101591: mathutils.geometry.intersect_line_line 2D vector errorCampbell Barton
2022-10-06Fix T101628: Correct frame node intersection in add reroute operatorLeon Schittek