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
2015-03-28Keyframes on NLA-Strip F-Curves are detected by RNA buttons tooJoshua Leung
2015-03-18Fix crash using "Copy to selected" on ID-propsCampbell Barton
2015-03-13RNA: avoid inefficient array printingCampbell Barton
2015-02-20RNA: calloc -> malloc when fixbuf is uninitializedCampbell Barton
2015-02-18RNA: assert when non 0/1 values used as boolCampbell Barton
2015-02-18RNA: assert on over-sized array index accessCampbell Barton
2015-02-18RNA: use __func__ for alloc-id'sCampbell Barton
2015-02-17RNA API: reuse property lookupsCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-16Uninitialised var warningJoshua Leung
2014-11-16Bugfix T41525: Button keyframe indicators don't work correctly when editing N...Joshua Leung
2014-10-16Fix T42258: Drivers: `dimensions.x` is always invalid, but `dimensions[0]` worksBastien Montagne
2014-08-13RNA: use static declarationsCampbell Barton
2014-08-12Fix T41409: Copy Custom Property function does nothing with pose bones.Bastien Montagne
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-08-05Fix T41062: "copy to selected" doens't work for all attributes.Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-20This reverts commit c998d6d4b5a3bd88375c3255761e1e64a5321559.Campbell Barton
2014-05-20Fix T40224: Crash moving objects to another layerCampbell Barton
2014-04-28Fix for strict compiler flags after recent const array changesSergey Sharybin
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-22Code cleanup: use const for rnaCampbell Barton
2014-04-07Correct assert for RNA IDPropsCampbell Barton
2014-04-05RNA: optimization to avoid malloc for iterators.Brecht Van Lommel
2014-04-04Code cleanup: no need to use calloc when memory is initialized afterCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-19Fix `bpy.types.Operator.bl_rna.foobar` not working since rBfe094eaf20.Bastien Montagne
2014-03-12Fix possible (unlikely) use of uninitialized pointer in RNA resolvingCampbell Barton
2014-03-11Fix T39080: copy-to-selected operator fails for pointer properties.Lukas Tönne
2014-03-10Minor cleanup: use rna_ prefix for path_resolve_* functions forLukas Tönne
2014-03-10Cleanup for RNA_path_resolve_full.Lukas Tönne
2014-02-27Fix root of the issue of bad_cast bug in localizationSergey Sharybin
2014-02-19Fix T38706: dropdown labels in popups not updatingCampbell Barton
2014-02-18Fix regression that Blender crashes on startup if UI translation is enabled, ...IRIE Shinsuke
2014-02-17RNA: assert on NULL return values from itemf callbacksCampbell Barton
2014-02-17Fix T38650: Crash from enum item functions returning NULL instead of aLukas Tönne
2014-02-15IDProp API: change IDP_NewString so `sizeof()` can be passed in.Campbell Barton
2014-02-09RNA: add RNA_enum_from_identifier, RNA_enum_from_value search functionsCampbell Barton
2014-02-05Fix for RNA stringifying enum-flags freeing wrong pointer.Campbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-12-21Fix T37903: Operator log serialization broken for sets.Bastien Montagne
2013-12-12RNA: Add assert to ensure the idprop is correct size on array get/setCampbell Barton
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-10-16add IDP_FreeFromGroup(), replaces IDP_RemFromGroup(), IDP_FreeProperty(), MEM...Campbell Barton
2013-10-14fix [#37072] Crash on RMB click on bone's custom propertyCampbell Barton
2013-09-21Fix [#36788] changing the built in keying set prints "attempt to free NULL po...Bastien Montagne