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-06-15merge from trunk r37405Xiao Xiangquan
2011-06-07disable the readonly state while rna property callbacks run.Campbell Barton
2011-06-07rna option not to save certain properties for redoing later, currently only u...Campbell Barton
2011-06-07update ctest md5sums for import/export to match changes to the scripts, also ...Campbell Barton
2011-06-06Support for update callbacks in python defined RNA properties as discussed la...Campbell Barton
2011-06-05panel headers were not scaling with DPI properlyCampbell Barton
2011-06-05py/drivers disable dont interning strings, no need really since this isnt don...Campbell Barton
2011-06-03disable python/string enum duplication from last commit because the array of ...Campbell Barton
2011-06-03when making the C/RNA copy of the python enum, duplicate all strings since th...Campbell Barton
2011-06-03pre-allocate the array when converting py/rna enums, also fix for memory leak...Campbell Barton
2011-06-02committed this by mistake.Campbell Barton
2011-06-02mathutils support for color arithmetic, also some minor whitespace edits. Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-30Add BLF_gettext(msgid) for C, and blf.gettext(msgid) for Python.Xiao Xiangquan
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-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
2011-05-27split BLO_library_append_named_part into 2 function, one that adds objects in...Campbell Barton
2011-05-26sphinx docstrng formatting (some lines were getting really long)Campbell Barton
2011-05-26support for dynamic items in bpy.props.EnumProperty(), the items keyword argu...Campbell Barton
2011-05-24use PyDoc_STRVAR macro, so its possible to build without docstrings.Campbell Barton
2011-05-24loading data with bpy.data.libraries.load(), now swaps out the strings in the...Campbell Barton
2011-05-22quiet compiler warnings for -WundefCampbell Barton
2011-05-21patch [#27449] bpy_script_paths() return path reversed [patch]Campbell Barton
2011-05-19add python access to mathutils.intersect_line_plane, update view3d_utils modu...Campbell Barton
2011-05-18python mathutils.Matrix.is_orthogonal readonly attribute.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-10remove some duplicate declarationsCampbell Barton
2011-05-10minor cleanup: make functions static, use NULL for pointer comparisons,Campbell Barton
2011-05-09minor cleanup, no functional changes.Campbell Barton
2011-05-08Fixes for bugs noticed during previous fix:Joshua Leung
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-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-21minor changesCampbell Barton
2011-04-20fix [#27072] Calling bpy.utils.blend_paths(True) results in segmantaion fault...Campbell Barton
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-04-18correction for windows.Campbell Barton
2011-04-18fix [#26951] blenderplayer and runtimes will not loadCampbell Barton
2011-04-17change unit evaluation only to do try the units replacements if evaluating wi...Campbell Barton
2011-04-14incorrect documentation spotted by macouno.Campbell Barton
2011-04-13fix for mistake checking engines on load.Campbell Barton
2011-04-12fix for compile issue on MSVC 2008 due to macro expansion differences with gcc.Andrea Weikert
2011-04-12fix for crash when pressing 'Copy Startup Settings', was using out of date ma...Campbell Barton
2011-04-11api changes needed for for copying old settings to new.Campbell 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-06include needed for windowsCampbell Barton