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
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
2013-09-20Fix #36226, Select Linked works not in touch with Prefs.Lukas Toenne
2013-09-18fix relating to bug [#36758],Campbell Barton
2013-09-13correct error in libmv stub, also correct typo.Campbell Barton
2013-09-11Fix #36327: cycles render layers exclude layers animation did not work well.Brecht Van Lommel
2013-08-26RNA fixes regarding dynamic array properties in functions parameters (reviewe...Bastien Montagne
2013-08-24style cleanup: space around for loop wrappersCampbell Barton
2013-08-11Fix RNA parameter passing issue with dynamic arrays, was computing the wrongBrecht Van Lommel
2013-07-28move suspicious break statement in drawDispListsolid() to prevent falling thr...Campbell Barton
2013-07-09fix [#35806] Unable to check "Correct UVs" option in "Loop Cut and Slide" (Ke...Campbell Barton
2013-07-02fix for error reading defaults from custom properties, would read out of boun...Campbell Barton
2013-06-03fix [#35501] Operator log: some property changes log as [...].(null) = ...Campbell Barton
2013-05-17code cleanup: use BM_elem_flag_test rather then accessing 'ele->head.hflag'Campbell Barton
2013-05-15Fix another cases where painting long brush strokes with small radius was slowedBrecht Van Lommel
2013-05-14style cleanupCampbell Barton
2013-05-11style cleanupCampbell Barton
2013-05-11Fix #35289: UV layout export to image was extremely slow for large meshes. ThisBrecht Van Lommel
2013-05-03adjustment to own commit r56463.Campbell Barton
2013-04-25Fix [#34545] Render layer name is unwantedly translated in composite node editorBastien Montagne
2013-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-04-15Touch properties when clearing/adding to a collection.Sergey Sharybin
2013-04-09Fix #34938: Not freeing dynstr_cstring memory blocks when setting shape keysSergey Sharybin
2013-04-05Apparently, you shall not define variables in the middle of the blockSergey Sharybin
2013-04-05Fix #34862: some operators like mesh separate or object clear parent were notBrecht Van Lommel