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-10-19More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to tra...Bastien Montagne
2012-10-19Fix #32219: Inconsistent influence of Units Scale on new objectsSergey Sharybin
2012-10-19fix for some issues with modal mesh tool interaction.Campbell Barton
2012-10-18More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-16un-subdivide bmesh operator, useful for making lower polygon versions of mode...Campbell Barton
2012-10-16MESH_OT_vert_connect was missing select flush (newly created edges were not s...Campbell Barton
2012-10-16Add BMesh and WM symmetrize operatorsNicholas Bishop
2012-10-15fix for error in filled rip copying customdata (new triangles were flipped ac...Campbell Barton
2012-10-15code cleanup: remove redundant pointer indirection.Campbell Barton
2012-10-14More UI messages and BKE_reportf->BKE_report fixes...Bastien Montagne
2012-10-14Rip-fill mesh tool (option for rip operator)Campbell Barton
2012-10-13And more UI messages spell check.Bastien Montagne
2012-10-13fix for own error, leaving in test code to set the smooth flag.Campbell Barton
2012-10-13improve edge rip when the edge has only 2 other connected edges.Campbell Barton
2012-10-13style cleanup: spelling Campbell Barton
2012-10-13add support for ripping off a single face from a single vertex when the verte...Campbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-12remove BLI_noise from BLI_blenlib.h, not that many files need this.Campbell Barton
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-10refactor foreachScreen functions for clipping, now the projection clipping fl...Campbell Barton
2012-10-10code cleanup: split `foreach` object data iterator functions out of drawobjec...Campbell Barton
2012-10-10object center selection now uses floats, also fix own error in circle selecti...Campbell Barton
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-08code cleanup: reduce change the size of some float vectors that were bigger t...Campbell Barton
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-06fix writing past array bounds in imagewraposa().Campbell Barton
2012-10-06toggle cut through in the knife tool now refreshes (before you had to wave th...Campbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-05Clean up in "add object" code:Bastien Montagne
2012-10-05knife tool: avoid sqrt's for length comparison, and define KNIFE_FLT_EPS rath...Campbell Barton
2012-10-05fix for bug in loop select, picking the active vert/edge/face was using globa...Campbell Barton
2012-10-05replace most uses of ED_view3d_project_float_noclip() with ED_view3d_project_...Campbell Barton
2012-10-05Improvements for knife tool execute function (code was a bit sloppy & could l...Campbell Barton
2012-10-04Kind of cleanup of "menu strings": always have a space between the entry's la...Bastien Montagne
2012-10-04style cleanup: comment blocksCampbell Barton
2012-10-01fix [#32716] continuous grab bevel inset facesCampbell Barton
2012-10-01fix for leak when freeing mask data in editmode.Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-28fix/workaround [#31811] Subdivision Surface (Apply modifier to editing cage d...Campbell Barton
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-24deleting mask data wasn't deleting loop data. also return OPERATOR_CANCELLED ...Campbell Barton
2012-09-24fix for crash joining objects with shape keys - own mistake when fixing anoth...Campbell Barton
2012-09-23fix for crashes caused by mixups when adding objects when incompatible object...Campbell Barton
2012-09-23fix for all pose-group editing functions crashing when the context didnt have...Campbell Barton
2012-09-22add back clear skin operator, removed with sticky by mistake.Campbell Barton
2012-09-21remove sticky coords from blender and the internal render engine.Campbell Barton
2012-09-21remove sticky coordinates from blender, this was missing from the UI since 2.49.Campbell Barton
2012-09-21calculate sticky wasnt working very well and had a few glites -Campbell Barton