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-03-18PyAPI: add BPY_execute_string_as_stringCampbell Barton
2017-03-18Cleanup: use return args last and 'r_' prefix.Campbell Barton
2016-07-30Py-Driver: add 'self' optionCampbell Barton
2016-04-01Generic check for string being a Py keywordCampbell Barton
2015-12-31Cleanup: Py API namingCampbell Barton
2015-06-11Add argument --python-expr to pass Python directlyCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-12-17Partial fix for T37604: Deadlock when stopping rendered viewport (Blender Int...IRIE Shinsuke
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-06-10code cleanup: group python reset functions in BPY_python_reset()Campbell Barton
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2012-10-26fix [#31661] Custom properties do no respect min/max valuesCampbell Barton
2012-10-26fix for crash when a python operator or render engine was freed in the C code...Campbell Barton
2012-05-09Python/context: python could get invalid bpy.data in scene update handler afterBrecht Van Lommel
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-17pydrivers: 'frame' is now in the driver namespace,Campbell Barton
2011-11-03ability to have permanent callbacks that stay active when new blend files are...Campbell Barton
2011-10-31use_verify option to defvert_sync_mapped and defvert_sync was flipped, also m...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel
2011-06-24own patch [#27752] Python Callback (Scriptlink functionality)Campbell Barton
2011-06-02mathutils support for color arithmetic, also some minor whitespace edits. Campbell Barton
2011-04-17change unit evaluation only to do try the units replacements if evaluating wi...Campbell Barton
2011-03-01Py/RNA API test code to prevent crashing blender when python references freed...Campbell Barton
2011-02-26fix for 'live edit', running python scripts as you typeCampbell Barton
2011-02-21doxygen: entry for gpu, modifiers, nodes, python and renderNathan Letwory
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2010-12-07minor internal python api change - pass the context rather then getting from ...Campbell Barton
2010-12-04Maintenance, Campbell Barton
2010-11-27python access to driver namespace, rather then have a textblock defined for d...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-05-30- Python console argument '--python-console', option so you can start blender...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-26fixes for errors/warnings found with cppcheckCampbell Barton
2009-12-08compile python driver expressions for faster re-evaluation.Campbell Barton
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-11-13changes python initializationCampbell Barton
2009-11-10Function declaration for BPY_context_getMartin Poirier
2009-08-10adding back button evaluation so you can do 1/60, 90*0.1 etc as well as dimen...Campbell Barton
2009-07-22remove scriptlinks,Campbell Barton
2009-07-092.5Ton Roosendaal
2009-06-23SVN maintenance.Guillermo S. Romero
2009-06-222.5: warning fixesBrecht Van Lommel
2009-06-14Blender/Python APICampbell Barton
2009-04-23F8Key reloads all python scripts and redraws for quick testingCampbell Barton
2009-04-20Drivers: "Scripted Expression" drivers (i.e. PyDrivers) work againJoshua Leung
2009-04-11Added back importing UI scripts rather then running,Campbell Barton