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-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
2012-12-02Fix warning about missing BKE_idcode_to_name_plural.Brecht Van Lommel
2012-12-02There was no way of knowing what ID type a property comes from by the tooltip...Campbell Barton
2012-11-25code cleanup: warnings, styleCampbell Barton
2012-11-25fix [#33299] When I click right button on proportional editing mode button Bl...Campbell Barton
2012-11-25Fix #33297: crash loading modal keymap after recent keymap bugfix.Brecht Van Lommel
2012-11-24Fix #33286: when keyframing object scale, noise fmodifier scale would showBrecht Van Lommel
2012-11-20Fix #33227: custom keymap syncing didn't work well always when adding/removingBrecht Van Lommel
2012-11-20Support for type callbacks on IDProperty pointers. Before this the type of th...Lukas Toenne
2012-11-11Replacing gettext i18n backend by boost::locale one.Bastien Montagne
2012-11-08patch [#32874] Fixed the property path calculation in situations where the li...Campbell Barton
2012-10-24fix [#32855] Obj im and export and the file path and nameCampbell Barton
2012-10-23fix for crash using an uninitialized pointer when fcurves reference missing c...Campbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-20More UI messages fixes and tweaks, and BKE_report<->BKE_reportf.Bastien Montagne
2012-10-14correct another misuse of FLT_MINCampbell Barton
2012-10-14style cleanupCampbell Barton
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-09-11code cleanup: use min/max inline functions rather than macros & simplify loopCampbell Barton
2012-09-08style cleanupCampbell Barton
2012-08-07use -FLT_MAX where FLT_MIN was misusedCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-09UI translation from inside Blender UI: first part.Bastien Montagne
2012-06-10change RNA_struct_find_function to accept a type rather then a PointerRNA, ad...Campbell Barton
2012-06-06style cleanup: (indentation)Campbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-18style cleanup: function definitionsCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-11no need to clamp python values twice when assigning.Campbell Barton
2012-05-11sequencer bug, was possible to add strips to negative channels, the channel c...Campbell Barton