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
2018-05-31Merge branch 'master' into blender2.8Bastien Montagne
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-30Depsgraph API: renaming, more granular update information.Brecht Van Lommel
2018-05-30Fix missing Cycles 3D viewport updates when editing materials, lamps.Brecht Van Lommel
2018-05-29Merge branch 'master' into blender2.8Bastien Montagne
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-05-27Merge branch 'master' into blender2.8Bastien Montagne
2018-05-27Cleanup: Nuke most of remaining evil G.main from RNA.Bastien Montagne
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-17Outliner: add ID type filter option for Blender File and Orphaned Data.Brecht Van Lommel
2018-05-11Use Light Probe iconsPablo Vazquez
2018-05-07Merge branch 'master' into blender2.8Campbell Barton
2018-05-07Merge branch 'master' into blender2.8Campbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-05-07Cleanup: move unit char/short/float to functionsCampbell Barton
2018-05-02Static Override: Move 'auto' flag into override struct, expose it to RNA.Bastien Montagne
2018-05-01Add/finish rna read-only access to actual override rules.Bastien Montagne
2018-04-05Merge branch 'master' into blender2.8Sybren A. Stüvel
2018-04-05Load metadata from video files and expose via RNASybren A. Stüvel
2018-03-20Cleanup: remove useless static override reference pointer from ID struct.Bastien Montagne
2018-03-20Add basic read-only RNA access to static override data.Bastien Montagne
2018-01-16Static overrides API: add functions to create overrides from several databloc...Bastien Montagne
2018-01-12Fix T53759: Cycles / 2.8: Light position doesnt update in viewport renderSergey Sharybin
2017-12-18Fix bad merge happened at some pointSergey Sharybin
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-13RNA: Query is_updated flag from object data ID's rather than from object itselfSergey Sharybin
2017-12-11DNA/RNA: add 'py_instance' for ID typesCampbell Barton
2017-11-29ID Static Override, part II: RNA changes.Bastien Montagne
2017-11-29RNA: sync API changes from 2.8Campbell Barton
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-13Merge branch 'master' into blender2.8Campbell Barton
2017-09-13Cleanup: avoid right-shifted args in RNA registerCampbell Barton
2017-08-31Merge branch 'master' into blender2.8Campbell Barton
2017-08-31RNA: Limit which classes struct-map containsCampbell Barton
2017-08-23Merge branch 'master' into blender2.8Campbell Barton
2017-08-23RNA: report error on struct naming collisionCampbell Barton
2017-07-26PyAPI: Store PyInstances for ID'sCampbell Barton
2017-06-21RNA: avoid many calls to 'RNA_struct_is_a'Campbell Barton
2017-06-12Rename probe to light-probeCampbell Barton
2017-06-09Probe: fix some missing bits / errors in RNA ...Clément Foucault
2017-06-09Probe: Add new object datablockClément Foucault
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-12UI: Add template_search (version of template_ID for non-IDs)Julian Eisel
2017-04-17Fix T51150: user_remap on itself changes users to 0.Bastien Montagne
2017-04-13Datablock ID PropertiesAlexander Romanov
2016-12-12Cleanup: bad (harmless) usage of PARM_PYFUNC_OPTIONAL in new ID.make_local RN...Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne