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-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-03dont display image sequences outside the frame range in the 3D viewport.Campbell Barton
2012-07-01fix for own error renaming bmesh operator dupeCampbell Barton
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-06-29Fix [#31939] Loop cutting a self intersecting face loopBastien Montagne
2012-06-27style cleanup: also some spelling correction.Campbell Barton
2012-06-25Fix for [#31900] Loop Selection on wireframe selects vertex behind.Bastien Montagne
2012-06-25Fixes for modifier data in multi-user meshes.Nicholas Bishop
2012-06-22This backtracks an error introduced in r48155 when trying to fix: http://proj...Nicholas Rishel
2012-06-21Fixes [#31433] BMesh: Knife tool Angle Constraint functionNicholas Rishel
2012-06-20Fixes [#31577] Select N-th vertex/face/edge doesnt workNicholas Rishel
2012-06-15Added option in shift-g to select verts by number of connected edges (valence).Joseph Eagar
2012-06-13code cleanup: use const float's where possible and specify vector size.Campbell Barton
2012-06-11Add missing/incorrect selection flushes.Nicholas Bishop
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-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-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-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-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