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-11-19Cleanup: Add an empty() method to RNA's CollectionRef classJesse Yurkovich
2021-11-04Fix T91986: incorrect syncing of geometry instancesJacques Lucke
2021-08-17RNA: de-duplicate enums in generated sourceCampbell Barton
2021-07-05Cleanup: spelling, punctuationCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-10Add unit for time stored in secondsSergey Sharybin
2021-05-20Cleanup: rename incorrectly named experimental feature flagJacques Lucke
2021-05-17UI: add non-linear slider supportHenrik Dick
2021-03-23RNA: support automatically mapping string property to char pointerJacques Lucke
2021-03-16Fix T86332: Error using lambda in annotations in Python 3.10Campbell Barton
2021-03-05Cleanup: Rename func occurences to _fnSebastián Barschkis
2021-01-15RNA: support range-based for loops in C++ apiJacques Lucke
2021-01-04Cleanup: add NULL check for filename argument which could be NULLCampbell Barton
2020-12-15Asset System: Data-block asset metadata storage, reading and APIJulian Eisel
2020-12-15Move Point Cloud object back to Experimental FeaturesDalai Felinto
2020-12-02Cleanup: remove all of "#ifdef WITH_POINT_CLOUD"Dalai Felinto
2020-11-07Cleanup: Clang-tidy else-after-returnAnkit Meel
2020-11-06Cleanup: use STR_ELEM macroCampbell Barton
2020-11-06Cleanup: clang-formatCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-21Preferences: separate feature flags for geometry nodes and point cloud typeJacques Lucke
2020-10-20Cleanup: makesrna, Clang-tidy else-after-return-fixes.Ankit Meel
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-09Geometry: add .attributes in the Python API for Mesh, Hair and Point CloudBrecht Van Lommel
2020-09-07UI: Add temperature unitsHans Goudey
2020-08-19Cleanup: compiler warningsBrecht Van Lommel
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
2020-08-08Cleanup: replace sizeof division with ARRAY_SIZE macroCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Cleanup: avoid debug-only includes for BLI_assert.hCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke
2020-07-03Clang-tidy: Enable braces-around-statements warningSebastian Parborg
2020-06-29RNA: Add a way to prevent automatic addition of 'no ownership' flag for ID po...Bastien Montagne
2020-06-23Preferences: New experimental settings for particle system and hairJacques Lucke
2020-06-02Turn most flags in BlenderDefRNA into proper bool.Bastien Montagne
2020-05-26Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-25Fix T77009: texture baking crash on WindowsBrecht Van Lommel
2020-05-22RNA: Make enum properties compatible with raw access.Bastien Montagne
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-17Cleanup: Fix warnings about function signature of register passRay Molenkamp
2020-03-15Cleanup: add NULL check for RNA filename argumentCampbell Barton