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-09-15New C/Py api utility function PyC_Err_Format_Prefix() which raises an error w...Campbell Barton
2011-09-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton
2011-09-07use Py_ssize_t rather than int when dealing with list sizes (original patch f...Campbell Barton
2011-09-03whitespace editsCampbell Barton
2011-09-01use a fixed 32byte buffer for getting an rna string from python. gives a slig...Campbell Barton
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-26correct missing bpy doc references.Campbell Barton
2011-08-25executing operators that changed the context from the console wasnt returning...Campbell Barton
2011-08-25error when a python operator gave an incorrect return value was near useless,...Campbell Barton
2011-08-25bpy-rna - simplify enum string/set parsing.Campbell Barton
2011-08-24fix [#28356] Import export STL files, problem in script in version r39307Campbell Barton
2011-08-22properly escape chars for pythons bpy objects __repr__Campbell Barton
2011-08-19minor speedup to python/rna api keyword argument lookups.Campbell Barton
2011-08-19minor style changeCampbell Barton
2011-08-18formatting edits, no functional changes.Campbell Barton
2011-08-14add in asserts for when array/non array RNA funcions are used incorrectly, wo...Campbell Barton
2011-08-05ifdef out support for for python owning and freeing BPy_StructRNA because thi...Campbell Barton
2011-08-05pyrna - add own callable function type rather then using a standard python me...Campbell Barton
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added __al...Campbell Barton
2011-07-30bpy fix for crash/assert on running dir() on a non collection property + some...Campbell Barton
2011-07-18script to report deprecated functions of text and their age in days.Campbell Barton
2011-07-15move mathutils into its own lib.Campbell Barton
2011-07-09fix for NULL pointer usagesCampbell Barton
2011-06-21update cmake checker to ignore file list and add some headers to the source l...Campbell Barton
2011-06-21py api: make all classes __init__ functions in a readonly state, except for o...Campbell Barton
2011-06-18py-api: store frequently used strings as unicode PyObject's to avoid creating...Campbell Barton
2011-06-17fix [#27681] Python: crash assigning a 'set' to an arrayCampbell Barton
2011-06-07disable the readonly state while rna property callbacks run.Campbell Barton
2011-06-02mathutils support for color arithmetic, also some minor whitespace edits. Campbell Barton
2011-05-29access pythons code object directly rather than attribute access.Campbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-26sphinx docstrng formatting (some lines were getting really long)Campbell Barton
2011-05-24use PyDoc_STRVAR macro, so its possible to build without docstrings.Campbell Barton
2011-05-18RNA: make mechanism used by operators to keep python instance alive more gene...Brecht Van Lommel
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel
2011-05-06py/rna debugging option (defaults to off), which quickly exposes errors with ...Campbell Barton
2011-04-30whitespace edits for bpy api, split some really long lines.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21minor changesCampbell Barton
2011-04-08add new subtype PROP_COORDS, for generic coordinates that are not to be chang...Campbell Barton
2011-04-08change to fcurve keyframe coords broke simplify addon since the propertyCampbell Barton
2011-04-02Fix register method order. Was broken when Campbell moved it to the C impleme...Martin Poirier
2011-03-31fix for crash when running blender with define WITH_PYTHON_SAFETY & no startu...Campbell Barton
2011-03-28color gamma (such as theme colors), were not being wrapped by python as 'math...Campbell Barton
2011-03-27fix [#26616] Line of code make Blender crashCampbell Barton
2011-03-23allow unregistered rna classes to have rna properties assigned before registr...Campbell Barton
2011-03-22fix [#25688] undocumted functions in pyapiCampbell Barton
2011-03-22py/api registration:Campbell Barton
2011-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-03-17fix own error - missing NULL check [#26523] Crash when load factory settings ...Campbell Barton