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
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
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-21Partly revert own rBb97c567c1df1e, clear_proxy is actually safe.Bastien Montagne
2016-11-21Fix two very bad issues in new ID.make_local RNA function.Bastien Montagne
2016-11-10Added bpy.types.ID.make_local() that can make a single ID block local.Sybren A. Stüvel
2016-09-22RNA/UI: Allow displaying in tooltip why RNA property isn't editableJulian Eisel
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-09-09Fix missing 'prop_required' flags in some ID RNA funcs.Bastien Montagne
2016-08-12Depsgraph: tag relations for update when aterial slots changesSergey Sharybin
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-26Correct UI names of ID typesJulian Eisel
2016-07-19Add 'reload' function to libraries' RNA API.Bastien Montagne
2016-07-12Fix 48831, Step I: Mismatch issues bewteen ID icon and preview system.Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-06-25Cleanup: remove RNA's `ID.destroy()` function.Bastien Montagne
2016-06-22ID-Remap, step two: add some user-level tools.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-01-06'users of ID' py API.Bastien Montagne
2015-12-28Cleanup: use BLI_libblock prefix for id functionsCampbell Barton
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-09Fake user: add BKE_library helpers to set/clear that flag.Bastien Montagne
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2015-10-06Cleanup: return PROP_EDITABLE rna flagCampbell Barton
2015-09-01RNA PreviewImage: add float pixels accessors.Bastien Montagne
2015-08-10Data previews: add utils to generate/clear previews.Bastien Montagne
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-07-14Fix T45423: depsgraph: crash in IDDepsNode::tag_updateSergey Sharybin
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-04-13Cleanup: styleCampbell Barton
2015-04-13Minor edits of python class documentation (regarding ID tagging)Gaia Clary