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-02-02fix crash from report [#25746] Adding keyframes to nested custom properties (...Campbell Barton
2011-02-01partial revert for r34590, exclude render() from enabling the read-only state.Campbell Barton
2011-02-01correct fix for bug #23871, __main__ module was being overwritten in nested f...Campbell Barton
2011-02-01own fix for bug #23871 (r33277), crashes when running multiple operators in a...Campbell Barton
2011-02-01Pythons path functions - os.walk(). os.path.exists(). etc support bytes for p...Campbell Barton
2011-02-01fix for 2 segfaults running in background mode.Campbell Barton
2011-02-01workaround [#25845] Empty UI panelsCampbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-27internal changes, script writers won't notice.Campbell Barton
2011-01-26fix for crash when assigning unsupported type to collection properties.Campbell Barton
2011-01-25small internal cleanup, have matrix.scale_part() use same method to extract t...Campbell Barton
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-25improve unregister error check not to loop over parent classes properties (wo...Campbell Barton
2011-01-25fix [#25748] Addons register parameters/functions more than onceCampbell Barton
2011-01-25fix [#25778] Memoryblock Data from SCR: end corruptCampbell Barton
2011-01-24fix [#25776] Crash when operator's bl_idname has more than one dotCampbell Barton
2011-01-24Raise an exception when registering classes with ID names which are too long....Campbell Barton
2011-01-23bugfix + minor mathutils.Vector edits.Campbell Barton
2011-01-21change mathutils.Matrix.Shear() for 3x3 or 4x4 matricesCampbell Barton
2011-01-21correct spellingCampbell Barton
2011-01-21[#25732] Incorrect shear matrix in XY planeCampbell Barton
2011-01-19new command line option '--factory-startup' to skip reading startup.blend. us...Campbell Barton
2011-01-19support building with python3.2Campbell Barton
2011-01-18rename fcurve.keyframe_points.add() --> insert()Campbell Barton
2011-01-18bgl.Buffer()Campbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-18option for the path iterator to loop over packed files so their dir separator...Campbell Barton
2011-01-16detect mathutils types with mathutils_array_parse(), was using PySequence_Fas...Campbell Barton
2011-01-16use fast sequence functions for python's bpy.props.EnumProperty() arg parsing.Campbell Barton
2011-01-16Defining bpy.props.EnumProperty(... , options={'ENUM_FLAG'}) wasnt working ri...Campbell Barton
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-14misc python api improvementsCampbell Barton
2011-01-13bugfix [#25578] assigning to multi-dimensional arrays failsCampbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-11py/mathutils fix for eternal loop with Matrix.Rotation().Campbell Barton
2011-01-11- bpy.data.lamps.new() now takes a type argument since lamp type also sets cl...Campbell Barton
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-09use PySequence_Size() rather then PySequence_Length(), this is only kept in p...Campbell Barton
2011-01-09mathutils matrix initialization now matches other mathutils types.Campbell Barton
2011-01-09use PySequence_Fast for matrix slice assignment to speed up assignment.Campbell Barton
2011-01-09py matrix api Campbell Barton
2011-01-09quiet zombie python class warning. bug remains but its not useful to print ou...Campbell Barton
2011-01-09cleanup for mathutils multiplication functions, a little faster in some cases...Campbell Barton
2011-01-09Remove py mathutils Euler.unique() methodCampbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07incorrectly documented return typeCampbell Barton
2011-01-07py/rna api speedup for collection slicing in all cases, rather then having an...Campbell Barton
2011-01-06py/rna optimizations, will help for faster exporting.Campbell Barton
2011-01-05fix for py/rna mesh.materials[:] where empty materials exist, would raise a r...Campbell Barton