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-12-18RNA: add new property falg for pointers (and collection), 'NO_OWNERSHIP'.Bastien Montagne
2017-12-01Cleanup: forgot to rename RNA prop flag to override_static...Bastien Montagne
2017-11-29ID Static Override, part II: RNA changes.Bastien Montagne
2017-11-29Define RNA_STACK_ARRAY (usable everywhere in RNA), and make PYRNA_STACK_ARRAY...Bastien Montagne
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-08-31Merge branch 'master' into blender2.8Campbell Barton
2017-08-31RNA: Limit which classes struct-map containsCampbell Barton
2017-07-29Merge branch 'master' into blender2.8Campbell Barton
2017-07-29Cleanup: quiet picky ubsan warningsCampbell Barton
2017-04-21Unify RNA and core depsgraph.objectsDalai Felinto
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-01-12UI: Try limiting 'x' icon to search buttonsJulian Eisel
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-07-30Py-Driver: add 'self' optionCampbell Barton
2016-06-22Cleanup: use proper RNA struct type for ListBase typeBastien Montagne
2016-05-08Docs: explain some details of RNA enumsCampbell Barton
2015-11-16minor cleanup: typoMike Erwin
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-12-25Refactor 'immediate search' featureBastien Montagne
2014-04-05RNA: optimization to avoid malloc for iterators.Brecht Van Lommel
2014-02-08RNA: add flag to be used for changing numbers proportionallyCampbell Barton
2014-02-08RNA API: remove unused PROP_NEVER_CLAMP flagCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-12-12RNA: Add pixels property typeScott Petrovic
2013-08-30Cleanup, bitflags as bitshift ops, and some formating...Bastien Montagne
2013-08-27This commit adds optional parameters for pyfunc implementations of RNA API (i...Bastien Montagne
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-04-25Fix [#34545] Render layer name is unwantedly translated in composite node editorBastien Montagne
2013-03-13Fix #34481: camera focal length and sensor size did not use units yet, now th...Brecht Van Lommel
2013-02-12fix [#34198] Scene unit size and dyntopo detail sizeCampbell Barton
2013-02-08Cleanup: happily remove no-more-used PY_TRANSLATE RNA prop flag, and related ...Bastien Montagne
2013-02-04Fix #34079: RGB and HSV values inconsistencySergey Sharybin
2013-01-28Fix for RNA function flag conflict: FUNC_USE_REPORTS was using same bits as F...Lukas Toenne
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-05This patch adds support in bpy.props for getter/setter callback functions. We...Lukas Toenne
2012-12-20Support for actual class methods in the RNA/bpy. Previously all functions wit...Lukas Toenne
2012-11-03BPY/RNA: determine callback functions that are allowed to write data by a flagBrecht Van Lommel
2012-10-26* New string property subtype: PASSWORDJiri Hnidek
2012-07-17code cleanup: spellingCampbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-05Style Cleanup: Wrapping with parens for safety and whitespace editsJoshua Leung
2012-04-15style cleanup: for loop macros, also add a config file for uncrustify source ...Campbell Barton
2012-04-10code cleanup: replace (val >> 16) with macro RNA_SUBTYPE_UNIT_VALUE(val)Campbell Barton
2012-04-10Address [#30842] Blenders Measurement Units set to Metric, makes some Precisi...Campbell Barton
2012-04-09fix [#30865] Crash when browsing last operators in outliner (or by Python API)Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton