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-01-14use booleans for bmesh api.Campbell Barton
2013-01-11fix for bpy.props string get-length callback, PyUnicode_GetLength() isn't a m...Campbell Barton
2013-01-10pyapi internal api code: check for == -1 rather then < 0, for known error ret...Campbell Barton
2013-01-10Another fix for bpy.props getters/setters: PyC_AsArray does a refcount decrem...Lukas Toenne
2013-01-10Fix for bpy.props getter/setter callbacks. These were missing a valid GIL sta...Lukas Toenne
2013-01-09partial fix for [#32581] Mesh properties API does not allow for zeros in byte...Campbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-07Add normal_flip() member to Python BMesh's Face.Howard Trickey
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2013-01-06add ability to use world gradient rendering when 'Only Render' option is enab...Campbell Barton
2013-01-06sequencer api args - rename start/end_frame to frame_start/end to match the r...Campbell Barton
2013-01-05This patch adds support in bpy.props for getter/setter callback functions. We...Lukas Toenne
2013-01-04commit bpy_path files, missed these in recent commit.Campbell Barton
2013-01-04change bpy.app.build_options from frozen set to PyStructSequence_Field, mathe...Campbell Barton
2013-01-04expose common extensions for image/movie/audio types, since python scripts ha...Campbell Barton
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton
2013-01-02changes needed for EDL import to work again.Campbell Barton
2013-01-02fix [#33726] keyframe_insert() and keyframe_delete() with index=-1 always failCampbell Barton
2013-01-01Add a warning to enum props' items parameter, to *never* use a generator as v...Bastien Montagne
2012-12-28style cleanupCampbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-28remove workaround for [#31555], forcing PYTHONIOENCODING was causing stdout t...Campbell Barton
2012-12-27use keyword args for bmesh.update_edit_mesh(...)Campbell Barton
2012-12-23Add keying "options" parameter to keyframe_insert() bpy_rna function, so now ...Bastien Montagne
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-20Change region drawing callbacks to work much closer to how blender manages th...Campbell Barton
2012-12-20Support for actual class methods in the RNA/bpy. Previously all functions wit...Lukas Toenne
2012-12-20py api: be more strict with boolean assignment, only accept 0 or 1, True/Fals...Campbell Barton
2012-12-19fix [#33616] Documentation not matching the behaviour of bmesh.utilsCampbell Barton
2012-12-19Minor fixBastien Montagne
2012-12-18Adding "build_options" to bpy.app, a frozenset containing strings matching op...Bastien Montagne
2012-12-17missed adding show_grease_pencil to node space in recent commitCampbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-17bpy/rna api: add support for classmethods.Campbell Barton
2012-12-16correct bad commentCampbell Barton
2012-12-16replace TypeError with Value error for matrix operations where the type is ri...Campbell Barton
2012-12-16add Matrix.normalized(), handy for transforming normals.Campbell Barton
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-12-12remove context argument from EDBM_update_generic()Campbell Barton
2012-12-12add destructive argument to bmesh.update_edit_mesh()Campbell Barton
2012-12-08ifdef out dynstr so mathutils can be compiled as an external module again.Campbell Barton
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-12-03fix own mistake with recent commit to skip calculating tessface. If you were ...Campbell Barton
2012-12-02change uiButGetStrInfo() to use a trailing NULL arg rather then passing the n...Campbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-29py/bmesh api: add radial prev/next attributes to the loopCampbell Barton