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-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-10-16add IDP_FreeFromGroup(), replaces IDP_RemFromGroup(), IDP_FreeProperty(), MEM...Campbell Barton
2013-10-14fix [#37072] Crash on RMB click on bone's custom propertyCampbell Barton
2013-09-21Fix [#36788] changing the built in keying set prints "attempt to free NULL po...Bastien Montagne
2013-09-20Fix #36226, Select Linked works not in touch with Prefs.Lukas Toenne
2013-09-18fix relating to bug [#36758],Campbell Barton
2013-09-13correct error in libmv stub, also correct typo.Campbell Barton
2013-09-11Fix #36327: cycles render layers exclude layers animation did not work well.Brecht Van Lommel
2013-08-26RNA fixes regarding dynamic array properties in functions parameters (reviewe...Bastien Montagne
2013-08-24style cleanup: space around for loop wrappersCampbell Barton
2013-08-11Fix RNA parameter passing issue with dynamic arrays, was computing the wrongBrecht Van Lommel
2013-07-28move suspicious break statement in drawDispListsolid() to prevent falling thr...Campbell Barton
2013-07-09fix [#35806] Unable to check "Correct UVs" option in "Loop Cut and Slide" (Ke...Campbell Barton
2013-07-02fix for error reading defaults from custom properties, would read out of boun...Campbell Barton
2013-06-03fix [#35501] Operator log: some property changes log as [...].(null) = ...Campbell Barton
2013-05-17code cleanup: use BM_elem_flag_test rather then accessing 'ele->head.hflag'Campbell Barton
2013-05-15Fix another cases where painting long brush strokes with small radius was slowedBrecht Van Lommel
2013-05-14style cleanupCampbell Barton
2013-05-11style cleanupCampbell Barton
2013-05-11Fix #35289: UV layout export to image was extremely slow for large meshes. ThisBrecht Van Lommel
2013-05-03adjustment to own commit r56463.Campbell Barton
2013-04-25Fix [#34545] Render layer name is unwantedly translated in composite node editorBastien Montagne
2013-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-04-15Touch properties when clearing/adding to a collection.Sergey Sharybin
2013-04-09Fix #34938: Not freeing dynstr_cstring memory blocks when setting shape keysSergey Sharybin
2013-04-05Apparently, you shall not define variables in the middle of the blockSergey Sharybin
2013-04-05Fix #34862: some operators like mesh separate or object clear parent were notBrecht Van Lommel
2013-04-03Fix #34856: crash passing an object rather than a mesh to bpy.data.mesh.remov...Brecht Van Lommel
2013-03-31style cleanupCampbell Barton
2013-03-19Various cleanup around default i18n context.Bastien Montagne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-06add asserts for passing negative index values to RNA functions which don't su...Campbell Barton
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-02-28Fix #34372: mesh.verts.foreach_set not working with normals, regression due t...Brecht Van Lommel
2013-02-03style cleanup & some spellingCampbell Barton
2013-02-01Fix python foreach_get/foreach_set not working with dynamic sized arrays.Brecht Van Lommel
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-09fix [#33808] custom property write RNA_pointer_get: xxx.xxxx not found in the...Campbell Barton
2013-01-05This patch adds support in bpy.props for getter/setter callback functions. We...Lukas Toenne
2012-12-28fix [#33677] Lambda is un-settable for mesh.vertices_smooth_laplacianCampbell Barton
2012-12-28fix for memory leaks in own recent changes.Campbell Barton
2012-12-19fix error in recent addition - reporting property changes, setting None would...Campbell Barton
2012-12-18Various minor fixes to i18n code (mostly, translation of enum items' tooltips...Bastien Montagne
2012-12-18use 'bpy.context' when printing properties in the info window.Campbell Barton
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-18some speedup by avoiding translation on entire enum arrays, and just translat...Campbell Barton
2012-12-18add index argument to RNA_property_as_string() - currently unused.Campbell Barton