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
2010-02-28bugfix [#21247] Controls holding numbers are not zeroed when empty string val...Campbell Barton
2010-02-27was using wrong global flag for python script disabling in recent commit.Campbell Barton
2010-02-27rename flag for auto script execution since scriptlinks are no more.Campbell Barton
2010-02-27option to set the blend file as from a 'Trusted Source' on load.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
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-02-01Fixed a few lingering compiler warnings with the bpy_app stuffJoshua Leung
2010-02-01Mathutils doc improvements + other small thingsCampbell Barton
2010-01-30utility functions is_negative_m3 & is_negative_m4, added python Mathutils acc...Campbell Barton
2010-01-29Fix the underlying problem from the last commit, which was workedBrecht Van Lommel
2010-01-19patch [#20724] Randomize Loc Rot Size py operator for B2.5Campbell Barton
2010-01-11Fix for cmake + windows debug build crash on startup, PYTHONPATH needs to be ...Brecht Van Lommel
2010-01-10- fix for crash if drivers were used in the .B.blendCampbell Barton
2010-01-03new python submodule. eg.Campbell Barton
2009-12-28new python module constantsCampbell Barton
2009-12-13MSVC 9 compile fixes and cleanupsAndrea Weikert
2009-12-09split out driver functions into its own fileCampbell Barton
2009-12-08OSX: print warning if Blender application is located in a path Python lib can...Damien Plisson
2009-12-08compile python driver expressions for faster re-evaluation.Campbell Barton
2009-12-07[#20021] Non-ASCII characters on blender 2.5 alpha 0Campbell Barton
2009-11-20- dont define properties in the global script namespaceCampbell Barton
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-11-19operator properties were not the correct typeCampbell Barton
2009-11-16missing includeCampbell Barton
2009-11-16ID property access from python for pose channels, bones and any ID objects.Campbell Barton
2009-11-13changes python initializationCampbell Barton
2009-11-11Fix #19313: running python scripts with PyRun_File couldBrecht Van Lommel
2009-11-10Running with -d, python context also prints members asked from context that a...Martin Poirier
2009-11-10Function declaration for BPY_context_getMartin Poirier
2009-11-08bpy/rna api class featureCampbell Barton
2009-11-05- added bpy.context to the python moduleCampbell Barton
2009-11-04new operator directory, move some scripts from ioCampbell Barton
2009-11-03renamed bpy.sys to bpy.utils, since it used to be a attempt to replace python...Campbell Barton
2009-10-29Modified python rna property types (BPy_PropertyRNA), so PySequence_Check() r...Campbell Barton
2009-10-29Python can now run operators with their own context (data context).Campbell Barton
2009-10-28ob.getChilren() often requested for 2.4x api, notice this is only 1 line of p...Campbell Barton
2009-10-23Bugfixes:Joshua Leung
2009-10-12added rna api MVert,MFace & MEdge index propertiesCampbell Barton
2009-09-28remove warnings, print errors if bpy_ops.py or bpy_sys.py fail to importCampbell Barton
2009-09-28Added "scripts/modules" as permanent module search path.Campbell Barton
2009-09-28- removed 2.4x release/scriptsCampbell Barton
2009-09-21bugfix [#19392] Typing help() in the console window freezes BlenderCampbell Barton
2009-09-21Better unix filesystem integration as documented hereCampbell Barton
2009-09-13use Py_SetPythonHome rather then setting environment vars PYTHONHOME and PYTH...Campbell Barton
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-09-03Missing header include for non-linux OS "BLI_exist()"Daniel Genrich
2009-08-30bugfix: on windows, it wouldn't correctly recognize directories and import py...Martin Poirier
2009-08-26- Mathutils.Vector assignment wasnt working in the BGE's py api, was using ge...Campbell Barton
2009-08-15changes to help refcounts in rna be more predictable (still leaks when reload...Campbell Barton