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-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-02Cleanup: spelling in commentsCampbell Barton
2022-01-31Fix (studio-reported) missing RNA path for EEVEE render passes.Bastien Montagne
2022-01-25Point Cloud: expose in Python API for release, now that Cycles uses itBrecht Van Lommel
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'makesrna'Campbell Barton
2021-09-23Asset Browser: Disable metadata editing for external asset librariesJulian Eisel
2021-07-21Cleanup: Centralize/unify asset library reference from/to enum codeJulian Eisel
2021-07-15Assets: Add an active asset library per workspace, for the UI to useJulian Eisel
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
2021-05-20Cleanup: rename incorrectly named experimental feature flagJacques Lucke
2021-03-05Asset Browser Space API: add `activate_asset_by_id()` functionSybren A. Stüvel
2021-02-12Cycles: Use Blender Settings For AOVJeroen Bakker
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-04EEVEE: Arbitrary Output VariablesJeroen Bakker
2020-12-02Cleanup: remove all of "#ifdef WITH_POINT_CLOUD"Dalai Felinto
2020-12-02VSE: Unify sequences collections APIRichard Antalik
2020-10-21Preferences: separate feature flags for geometry nodes and point cloud typeJacques Lucke
2020-09-09Geometry: add .attributes in the Python API for Mesh, Hair and Point CloudBrecht Van Lommel
2020-08-26Fix #ifdef WITH_PARTICLE_NODES and WITH_HAIR_NODES mixup in rna_internal.hEvan Wilson
2020-08-18Remove (ifdef) RNA for simulation, point cloud and particlesDalai Felinto
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-13RNA code cleanup: Fix wrong usages of `rna_idproperty_check()`.Bastien Montagne
2020-07-10Refactor override code to properly deal with runtime rna properties too.Bastien Montagne
2020-06-18LibOverride: increase speed of RNA diffing process.Bastien Montagne
2020-06-03RNA: add option to enable by default lib overridale flag of defined properties.Bastien Montagne
2020-06-02Turn most flags in BlenderDefRNA into proper bool.Bastien Montagne
2020-04-20Simulations: Add new simulation data blockJacques Lucke
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-03RNA: support 64 bit boolean bitflags in DNABrecht Van Lommel
2020-02-20Cleanup: declatatuons for functions that don't existCampbell Barton
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-11-21Bevel: Custom Profile and CurveProfile WidgetHans Goudey
2019-09-11RNA: automatically initialize defaults from DNACampbell Barton
2019-09-11RNA: separate internal allocation functionCampbell Barton
2019-08-27Fix T69165: wrong update function on Bone b-bone properties crashes.Alexander Gavrilov
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-05-22Fix T64679: Missing dirty preferences tagCampbell Barton
2019-05-22RNA: add fallback update functionCampbell Barton
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-05-17Mesh Select: use select context instead of static structsmano-wii