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
2020-09-09Geometry: add Attributes panel for PointCloud and HairBrecht Van Lommel
2020-09-09Geometry: use generic attributes for Hair and Point CloudsBrecht Van Lommel
2020-09-09Geometry: add .attributes in the Python API for Mesh, Hair and Point CloudBrecht Van Lommel
2020-09-09Cleanup: Rename public "bUnit" functionsHans Goudey
2020-09-08UI: Tooltip grammar fixAaron Carlisle
2020-09-08Hide tools with missing icons under experimentalPablo Dobarro
2020-09-08UI: Aesthetic tweaks to Select All by Type operatorPablo Vazquez
2020-09-07UI: Add temperature unitsHans Goudey
2020-09-07Add a Self option to the Exact boolean modifier. Fixes T52425.Howard Trickey
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
2020-09-07Cleanup: change Python version checks to include newer versionsCampbell Barton
2020-09-07Cleanup: spellingCampbell Barton
2020-09-05GPUTexture: Add support for samplersClément Foucault
2020-09-04GPencil: New option to set steps in Interpolate SequenceAntonio Vazquez
2020-09-03UI: Expose important settings from file browser popoversHans Goudey
2020-09-03UI: Reduce limits for the text size theme optionsYevgeny Makarov
2020-09-03Object: add BKE_object_obdata_to_type utility functionCampbell Barton
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-09-02Make rigidbody simulation handle animated objects gracefullySebastian Parborg
2020-09-02Fix crash accessing image space properties without an active windowCampbell Barton
2020-09-01PyAPI: expose 'bl_options' for operators in bpy.opsCampbell Barton
2020-09-01RNA: rename Area.ui_type 'VIEW' enum identifier to 'IMAGE_EDITOR'Campbell Barton
2020-09-01Fix T80031: UI: "Stencil Opacity" is vagueAaron Carlisle
2020-08-30UI: Use term "Plasticity" instead of "Plastic"Aaron Carlisle
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-27UI: Use alternating row theme color in file browserRed Mser
2020-08-26Fix T80080: improve tooltip for render number of threadsBrecht Van Lommel
2020-08-26Merge remote-tracking branch 'origin/blender-v2.90-release'Dalai Felinto
2020-08-26Fix #ifdef WITH_PARTICLE_NODES and WITH_HAIR_NODES mixup in rna_internal.hEvan Wilson
2020-08-26Cleanup: add SEQ_ALL_BEGIN, SEQ_CURRENT_BEGIN to .clang-formatCampbell Barton
2020-08-25Fix T80012: Bevel Shader node Samples value has too low hardcoded limitPhilipp Oeser
2020-08-25Sculpt: Cloth Snake Hook BrushPablo Dobarro
2020-08-24Theme: Remove TH_UV_OTHERS from bThemeJeroen Bakker
2020-08-21Cleanup: rename iterators over sequences to be more clear about what they do.Bastien Montagne
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-21Fix crash when accessing `view_layer.depsgraph` through BPYJulian Eisel
2020-08-20Fix T79935: Inonsistent simplify behavior when linking collection with object...Bastien Montagne
2020-08-20Fix T79935: Inonsistent simplify behavior when linking collection with object...Bastien Montagne
2020-08-19GPencil: Change default Onion Keyframe mode to ALLAntonio Vazquez
2020-08-19RNA: Validate scene/view-layer combination for statistics queryJulian Eisel
2020-08-19Fix T79816: Restore scene.statistics() BPY functionHans Goudey
2020-08-19Fix T79816: Restore scene.statistics() BPY functionHans Goudey
2020-08-19Cleanup: compiler warningsBrecht Van Lommel
2020-08-19Cleanup: warningsCampbell Barton
2020-08-18Sculpt: Enable Cloth Simulation Target for Pose and BoundaryPablo Dobarro
2020-08-18Sculpt: Invert Smooth to Enhance DetailsPablo Dobarro
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-08-18Merge remote-tracking branch 'origin/blender-v2.90-release'Dalai Felinto
2020-08-18Remove (ifdef) RNA for simulation, point cloud and particlesDalai Felinto