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
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21Experimental option to build blender as a python module, rather then blender ...Campbell Barton
2011-02-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-02-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-11minor python register changes.Campbell Barton
2011-01-18option for the path iterator to loop over packed files so their dir separator...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-18fix [#25262] Keyboard shortcut presets can't be made because of wrong folderCampbell Barton
2010-12-09renaming blf_api.h to blf_py_api.hDalai Felinto
2010-12-07pass along the context to extension functions, this was already being done in...Campbell Barton
2010-12-06- converted path cleaning on file load to use bPath Iterator functions - imag...Campbell Barton
2010-12-06bpath iterator updatesCampbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-29fix for error when changing DISBALE_PYTHON -> WITH_PYTHON,Campbell Barton
2010-11-11fix for building, also use const char in more places.Campbell Barton
2010-10-30use PyImport_ExtendInittab for py module initialization rather then adding to...Campbell Barton
2010-10-26move geometry python module into mathutils.geometry, since it provides utilit...Campbell Barton
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-09-10rewrote python IDProperty metaclass in C, this was a quick hack to get it wor...Campbell Barton
2010-08-17Audaspace: This should fix all missing python includes now once for all...Joerg Mueller
2010-08-16svn merge -r 31314:31370 https://svn.blender.org/svnroot/bf-blender/trunk/ble...soc-2010-nexyonJoerg Mueller
2010-08-14- PyLineSpit() - used to print the filename and line number for internal erro...Campbell Barton
2010-08-10svn merge -r 31145:31210 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-07== docs ==Luca Bonavita
2010-07-21svn merge -r 30513:30565 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-07-20noise python module back from 2.4x, personal request from ant author Jimmy HazeCampbell Barton
2010-07-16svn merge -r 30323:30417 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-07-16== installation paths ==Andrea Weikert
2010-07-09Audaspace:Joerg Mueller
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
2010-06-15== python api docs ==Luca Bonavita
2010-06-09py/rna api:Campbell Barton
2010-05-11 bpy.utils.blend_paths(absolute=False) (was Blender.GetPaths in 2.4x)Campbell Barton
2010-04-18possible fix for [#22057] Autoname L/R in bones names center bones as .RCampbell Barton
2010-04-11py api file renameCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-14remove unused includesCampbell Barton
2010-03-03fix for minor errors/warningsCampbell Barton
2010-03-03set the context on importing bpy module.Campbell Barton
2010-02-28make BGL and BLF modile names lowercaseCampbell Barton
2010-02-28python BLF module for drawing text, updated template to draw text in the 3D v...Campbell Barton
2010-02-16update for missing docs & dont include operator classes in sphinx docs.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11bpy.utils.home_paths, use this to get script paths for the user/local/system ...Campbell Barton