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
2012-12-08Merged changes in the trunk up to revision 52815.Tamito Kajiyama
2012-12-06bump python requirement to 3.3Campbell Barton
2012-12-05update parse_syntax_error() from python3.3 - this is an internal python funct...Campbell Barton
2012-12-04fix for python button evaluation not restoring the __main__ module.Campbell Barton
2012-12-04fix for typo when overwriting pythons stdout/stderr, also print errors if the...Campbell Barton
2012-12-03re-apply a workaround for [#31555] Username with special chars in Windows 7Campbell Barton
2012-11-26Merged changes in the trunk up to revision 52546.Tamito Kajiyama
2012-11-22avoid string -> unicode conversion when registering classes, also avoid unlik...Campbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-08Merged changes in the trunk up to revision 51985.Tamito Kajiyama
2012-11-05hopefully fixes building on msvc, also some minor header editsCampbell Barton
2012-11-05default to Python3.3 on Linux for SCons and CMake, warn when building with py...Campbell Barton
2012-11-04Merged changes in the trunk up to revision 51853.Tamito Kajiyama
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-11-03BPY/RNA: determine callback functions that are allowed to write data by a flagBrecht Van Lommel
2012-11-01all library data now gets the PointerRNA's invalidated on removal.Campbell Barton
2012-11-01fix for long standing problem with blender 2.5x py api.Campbell Barton
2012-10-30when an invalid subtype is passed to a property, a list of valid subtypes is ...Campbell Barton
2012-10-30rename subtype FILENAME --> FILE_NAME to match FILE_PATH, DIR_PATHCampbell Barton
2012-10-30Disallow collection add/remove/clear/move when drawing. - similar to how writ...Campbell Barton
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-27add --debug-handlers so --debug-events isnt so noisy.Campbell Barton
2012-10-26* Windows compile fix for __func__ (r51642)Thomas Dinges
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26* New string property subtype: PASSWORDJiri Hnidek
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-10-26style cleanupCampbell Barton
2012-10-26Fix #32973: crash adding python property with update=None parameter passed.Brecht Van Lommel
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-20Merged changes in the trunk up to revision 51448.Tamito Kajiyama
2012-10-17code cleanup:Campbell Barton
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-10-14More UI messages and BKE_reportf->BKE_report fixes...Bastien Montagne
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-07Merged changes in the trunk up to revision 51126.Tamito Kajiyama
2012-10-02revert fix for [#31555] Username with special chars in Windows 7Campbell Barton
2012-10-01fix for crash found when attempting to setup testing environment to find cras...Campbell Barton
2012-09-30Merged changes in the trunk up to revision 50956.Tamito Kajiyama
2012-09-30style cleanupCampbell Barton
2012-09-29correct addon example, it used both __doc__ and bl_descriptionCampbell Barton
2012-09-28add warning that RNA update callbacks dont have checks for infinite recursion. Campbell Barton
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-26fix for very bad bug with python list slicing which - in bmesh and bpy api fo...Campbell Barton
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-09-23fix for crash executing a python script.Campbell Barton
2012-09-22fix for crash getting a member from the operator context override, in some ca...Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton