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
2012-06-11Merged changes in the trunk up to revision 47700.Tamito Kajiyama
2012-06-10style cleanup: use capital camel case names for typedef'sCampbell Barton
2012-06-10fix for un-initialized memory use for modal inset/bevel.Campbell Barton
2012-06-07Quite some warnings...Bastien Montagne
2012-06-06style cleanupCampbell Barton
2012-06-04Merged changes in the trunk up to revision 47381.Tamito Kajiyama
2012-06-03code cleanup: replace some non utf8 charsCampbell Barton
2012-05-31Fix #31657: adding mesh objects did not take units into account for the gridBrecht Van Lommel
2012-05-30split up proportional editing keymap functions (adding this in tomato branch ...Campbell Barton
2012-05-27Merged changes in the trunk up to revision 47056.Tamito Kajiyama
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-26code cleanup: use array size and const for vector argsCampbell Barton
2012-05-25Modifications to the view3d.select() operator: Nathan Vegdahl
2012-05-24style cleanup: comma placementCampbell Barton
2012-05-23code cleanup: double promotion warningsCampbell Barton
2012-05-22Fix for customdata layer copying. Issue was caused by mixing up of destinatio...Andrew Hale
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-20Various small fixes:Bastien Montagne
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-19Merged changes in the trunk up to revision 46787.Tamito Kajiyama
2012-05-17Fix select_similar_type_itemf() enum-item-generator func to return the whole ...Bastien Montagne
2012-05-16modal operation for bevel and inset:Antony Riakiotakis
2012-05-16style cleanup: indentationCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-13code cleanup:Campbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-13code cleanup: minor improvements to float/vector usage.Campbell Barton
2012-05-12add bevel to select similar edges operatorCampbell Barton
2012-05-12Merged changes in the trunk up to revision 46557.Tamito Kajiyama
2012-05-10fix [#31382] Loop Cut and Slide numpad (-)Campbell Barton
2012-05-07fix [#31354] Segfault with "Extrude Individual Faces and Move"Campbell Barton
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-05-06Mesh elements sorting refactor.Bastien Montagne
2012-05-06add back pose specials menu, also add back the ability to clear user transfor...Campbell Barton
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-05Fix related to [#31157]: Tips (descriptions) of macro operators were not set ...Bastien Montagne
2012-05-05Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-05-05code cleanup: BKE_libblock_find_name() now takes an ID constant rather then a...Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05Merged changes in the trunk up to revision 46309.Tamito Kajiyama
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-05-04fix [#31235] Limited Dissolve problemsCampbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-05-04Fix #31258: collada now selects newly added objects after import.Brecht Van Lommel
2012-05-03Fix #31234: vertex normals not update after knife cut.Brecht Van Lommel
2012-05-03Fix #31139: fractal mesh subdivide was only working along normal where previo...Brecht Van Lommel