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
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-02WM: Event simulation support for PythonCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-17PyAPI: minor change to bpy.app.debug_value exception handlingCampbell Barton
2019-01-16Cleanup/sanitize usages of G.debug_value.Bastien Montagne
2018-11-26Timer: Generic BLI_timer with Python wrapperJacques Lucke
2018-11-23Python API: restore bpy.app.autoexec_fail variables, some scripts use it.Brecht Van Lommel
2018-11-01Fix bpy.app, sentinel was removed by accidentCampbell Barton
2018-11-01UI: show blocking popup when auto execution of scripts is disabled.Brecht Van Lommel
2018-10-19Make Static Override optional/hidden by default.Bastien Montagne
2018-10-17Merge branch 'master' into blender2.8Bastien Montagne
2018-10-17Expose 'debug_io' flag in bpy.appBastien Montagne
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-04-20UI: Python API defining dynamic iconsCampbell Barton
2018-03-16Depsgraph: Support colored addresses in debug printsSergey Sharybin
2018-03-12Depsgraph: Make timing profile a command line optionSergey Sharybin
2018-02-21Depsgraph: Split debug flagsSergey Sharybin
2017-08-22PyAPI: replace PyC_FromArray with typed functionsCampbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2017-07-25PyAPI: Skip user scripts w/ factory-startupCampbell Barton
2017-06-15PyAPI: Proper Solution to bpy.appAaron Carlisle
2017-06-07Report OpenSubdiv version Blender is compiled againstSergey Sharybin
2016-09-14Fix T49342: TypeError when autocompleting bpy.app.something.Bastien Montagne
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-14PyAPI: Leak fix caused crash w/ attr swap trickCampbell Barton
2016-07-14PyAPI: fix memory leaks in dictionary assignmentCampbell Barton
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2016-01-23Implementation of OpenVDB as a possible cache format for smokeKévin Dietrich
2016-01-09PyAPI: Redraw notifier when debug value changesCampbell Barton
2016-01-09Cleanup: warning/spellingCampbell Barton
2015-08-10Data previews: add utils to generate/clear previews.Bastien Montagne
2015-05-06Add bpy.app.binary_path_pythonCampbell Barton
2015-04-24Add debug option --debug-gpumem to show GPU memory used in status bar.Antony Riakiotakis
2015-02-18Include SDL information in system info text.Sybren A. Stüvel
2015-01-21Added new debug flag which can be used to lazy-init the SimDebug drawing.Lukas Tönne
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2014-11-29Cleanup: unused 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-07-02Added missing G_DEBUG_DEPSGRAPH flag entry in the bpy.app.debug getters/sette...Lukas Tönne
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-06-16Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a))Campbell Barton
2013-12-08Extend system-info with information about OIIO, OCIO and OSLSergey Sharybin
2013-11-15Further tweaks to buildinfoSergey Sharybin
2013-11-04Made buildinfo aware of builds from GITSergey Sharybin