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-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
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-01-12Cleanup: add missing MovieClip entry in RNA's id_type_items, and respect alph...Bastien Montagne
2014-10-07RNA: id enum was incompleteCampbell Barton
2014-08-05Add RNA access to packed librariesCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-03Icon for LineStyleCampbell Barton
2014-01-03Text3d: avoid converting utf8 to wchar_t in editmodeCampbell Barton
2013-09-26Fix for the name of line style ID blocks, from "FreestyleLineStyle" to "Line ...Tamito Kajiyama
2013-09-26Use the brush icon rather than the particle icon for ID-block type of Freesty...Irie Shinsuke
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-08-14add materials.clear() method, matching other python list method.Campbell Barton
2013-08-13make materials.pop() and more like pythons list.popCampbell Barton
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-10code cleanup:Campbell Barton