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-12-31update python api with changes from Joshua's commit r33917. translate reports...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-23minor edits to exception formatting (remove ... or \n from suffix)Campbell Barton
2010-09-01bugfix [#23285] Exporters not available whel using special characters in path...Campbell Barton
2010-08-14- PyLineSpit() - used to print the filename and line number for internal erro...Campbell Barton
2010-03-16made argument conversion for much more verbose, wasnt giving enough info with...Brecht Van Lommel
2010-03-14remove unused includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-01bpy.props.IntVectorProperty & BoolVectorPropertyCampbell Barton
2009-12-31remove python api cruft from custom operator registrationCampbell Barton
2009-12-07use sets rather then tuples for enum/flags so you can use bitfield operatorsCampbell Barton
2009-11-23workaround for an error with BKE_reportf (actually BLI_dynstr_vappendf)Campbell Barton
2009-11-10fix error with python exceptions in BPy_errors_to_reportCampbell Barton
2009-11-05- missing return valuesCampbell Barton
2009-09-03remove Py_CmpToRich (copy of py3.0 function), instead only support == and != ...Campbell Barton
2009-08-152.5: warning fixesBrecht Van Lommel
2009-08-10fix for build problem with audiospace and implicit declaration.Campbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-07-19Python operatorsCampbell Barton
2009-07-11PyApiCampbell Barton
2009-07-10RNABrecht Van Lommel
2009-06-22PyAPI Mathutils Vector callbacks, referencing other PyObjects rather then thi...Campbell Barton
2009-06-182.5 PythonBrecht Van Lommel
2009-06-14Blender/Python APICampbell Barton
2009-05-28rna_define.c, RNA_def_struct - set the py_type to NULL when making an rna str...Campbell Barton
2009-05-25Store the context for python in a static variable with assessor functions - B...Campbell Barton
2009-04-19RNA: Generic Type RegistrationBrecht Van Lommel
2009-04-082.5:Brecht Van Lommel
2009-04-01Python Panels WIPCampbell Barton
2009-03-21get rid of warnings, fix for a refcount errorCampbell Barton
2009-03-21- lazy subtype initialization rna, was initializing every type in bpy.types a...Campbell Barton
2009-03-19* removed warnings and fixed some python refcount errorsCampbell Barton
2009-03-11WIP PyAPI from winter camp discussions, make subtypes of the base RNA python ...Campbell Barton
2009-03-02* errors in bpyui draw scripts were segfaultingCampbell Barton
2009-02-28Python experimental UI APICampbell Barton
2009-02-26update to build with python 3.0.1 which removed Py_InitModule3, added richcom...Campbell Barton
2009-01-29include Py_CmpToRich for python versions lower then 3Campbell Barton
2008-12-28include order is important here :/Campbell Barton
2008-12-28missing bpy_compat.h for <3.0 pyCampbell Barton
2008-12-28PyOperator invoke function now receives the wmEvent and default properties as...Campbell Barton