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
2013-12-06BMesh Py API: add bmesh.geometry.intersect_face_point()Campbell Barton
2013-09-19replace macro PYC_INTERPRETER_ACTIVE for PyC_IsInterpreterActive() function c...Campbell Barton
2013-09-02Add poll message when poll fails because of window missing from the context.Campbell Barton
2013-06-12minor changes to the script auto-execution based on Brecht's suggestions.Campbell Barton
2013-06-10fix [#35691] Context Override replaces instead of overridesCampbell Barton
2013-06-10Python script auto-execution changes:Campbell Barton
2013-06-10code cleanup: group python reset functions in BPY_python_reset()Campbell Barton
2013-04-23minor changes to get numpy working with locally bundled python.Campbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-02-19fix [#34275] Text autocomplete cuts words with accents or special charactersCampbell Barton
2013-02-07fix for regression in bpy-api, python context passed to operators couldn't ov...Campbell Barton
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-02-06fix for building blender as a python module,Campbell Barton
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2013-01-04expose common extensions for image/movie/audio types, since python scripts ha...Campbell Barton
2013-01-02changes needed for EDL import to work again.Campbell Barton
2012-12-28remove workaround for [#31555], forcing PYTHONIOENCODING was causing stdout t...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-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-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
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-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-11fix for a bug running a script, then opening a new file.Campbell Barton
2012-09-05fix/workaround [#31555] Username with special chars in Windows 7Campbell Barton
2012-08-05code cleanup: remove redundant calls to CTX_data_main()Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-06-09fix for un-handled exception when entering in multiple values to a button, fl...Campbell Barton
2012-06-07fix for buffer overrun on windows by kjym3 on IRC.Campbell Barton
2012-05-25fix [#31597] Operator Preset: Python Warning whenever a preset is executed (s...Gaia Clary
2012-05-23style cleanupCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-18patch [#31507] site not automatically imported when using external python pac...Campbell Barton
2012-05-09Python/context: python could get invalid bpy.data in scene update handler afterBrecht Van Lommel
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-15add 'idprop' module so we can document idprop.types.*, currently doc generato...Campbell Barton
2012-04-13Fix #30858: UI losing buttons at some random moment after using Blender for aBrecht Van Lommel
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-27style cleanup: py apiCampbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-18spelling cleanupCampbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-04style cleanup - comment formattingCampbell Barton