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-08-10Data previews: add utils to generate/clear previews.Bastien Montagne
2015-08-05Doc fix: rather then -> rather thanSybren A. Stüvel
2015-08-04Use PyC_ParseBool to parse boolsCampbell Barton
2015-07-29Optimize PySequence_Fast usageCampbell Barton
2015-07-22Don't make Python classes of StructRNA on startupCampbell Barton
2015-07-18Cleanup: whitespace (CMake)Campbell Barton
2015-07-12PyAPI: Use separate writes for operator reportsCampbell Barton
2015-07-06Cleanup: style, spellingCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-11Add argument --python-expr to pass Python directlyCampbell Barton
2015-06-10Correct typosCampbell Barton
2015-06-03Correct own fix reference before assignmentCampbell Barton
2015-06-03Correct own recent error printing Python exceptionCampbell Barton
2015-05-26Correct own recent error, uninitialized var useCampbell Barton
2015-05-25Fix T44822: python enums' itemf callback did not handle 'NULL' context case.Bastien Montagne
2015-05-21Fix: GPU_shader_export fails /w some lamp attrsCampbell Barton
2015-05-18UI: errors in buttons now show in info reportCampbell Barton
2015-05-12Doc: correct rst syntaxCampbell Barton
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-05-08Add missing TEXTEDIT_UPDATE optionCampbell Barton
2015-05-06Add bpy.app.binary_path_pythonCampbell Barton
2015-04-24correcting typos in python api docsInes Almeida
2015-04-24Add debug option --debug-gpumem to show GPU memory used in status bar.Antony Riakiotakis
2015-04-16Cleanup: remove redundant initializersCampbell Barton
2015-04-07Cleanup: brace placement /w structsCampbell Barton
2015-04-01Real fix for T44127: Python does not guarantee to free all objects on exit...Bastien Montagne
2015-03-24BGE: Fix T43592: World GLSLThomas Szepe
2015-03-18Fix crash using removed data as function argumentsCampbell Barton
2015-03-16PyAPI: bpy.ops enum error was cut shortCampbell Barton
2015-03-02cleanup: whitespaceCampbell Barton
2015-02-28Py Enum props definition: 'default' parameter cleanup/fix.Bastien Montagne
2015-02-18CMake: indent & missing headerCampbell Barton
2015-02-18Include SDL information in system info text.Sybren A. Stüvel
2015-02-11BPY RNA: add `is_property_readonly()`.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-21Added new debug flag which can be used to lazy-init the SimDebug drawing.Lukas Tönne
2015-01-06PyAPI: add PyList_APPENDCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2014-12-27Fix a very stupid memleak in own bpy_app_translations.c code...Bastien Montagne
2014-12-25Refactor 'immediate search' featureBastien Montagne
2014-12-01Python: add 'render_write' callbackCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: duplicate headersCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-16Fix T42581: Add 'icon_value' feature to UI Py/RNA's operator button and items...Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton