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-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-27rename BM_vert_at_index -> BM_vert_at_index_find (since this searches the mem...Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-25Updating tooltip for Fill Holes "Sides" option.Jonathan Williamson
2013-10-23refactor transform.c - minor changesCampbell Barton
2013-10-15add 'Extrude Region, Vertex Normal' to the extrude menu, equivalent of 'Extru...Campbell Barton
2013-10-15renaming "Beautify Fill" to "Beautify Faces"Dalai Felinto
2013-10-14note in bisect tooltip that you need to click-drag the plane.Campbell Barton
2013-10-13code cleanup: utility function for getting a bool as a string.Campbell Barton
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-10-11fix for select linked walking over the same faces multiple times. (caused gse...Campbell Barton
2013-10-11use BLI_bitmap for editmesh selection buffer to save some memory.Campbell Barton
2013-10-11fix [#37030] Loop Cut and Slide doesn't clear header text if you click a blan...Campbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-05avoid divide by zero with grid fill (when there is no selection)Campbell Barton
2013-10-04code cleanup: warnings and minor edits.Campbell Barton
2013-10-04fix for lasso failing/glitches on overlapping lines, replace scanfill with 2d...Campbell Barton
2013-10-04fix for lasso selection (in non-zbuf mode) when the line intersected its self.Campbell Barton
2013-10-03remove assert recently added to EDBM_backbuf_check and explain odd logic.Campbell Barton
2013-10-01fix regression - convex hull tool leaving new faces unselected.Campbell Barton
2013-10-01allow knife-project to use sub-pixel length edges.Campbell Barton
2013-09-30Usual UI messages fixes...Bastien Montagne
2013-09-30fix [#36861] In face select masking circle select selects all when out of focus.Campbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-26quiet warnings (converting pointer to boolean)Campbell Barton
2013-09-25knife was projecting vertex locations to the screen when it wasnt needed.Campbell Barton
2013-09-25fix [#36780] Knife Project brokenCampbell Barton
2013-09-24allocate bmesh data from known sizes where possible (was still using defaults...Campbell Barton
2013-09-21bugfix: [#36786] customdata layers are not merging taken the names into consi...Dalai Felinto
2013-09-19Prevent assert failure in knife.Howard Trickey
2013-09-19Fix potential crash in knife.Howard Trickey
2013-09-18bugfix: [#34663] Cannot rotate view while using Knife tool with Maya presetDalai Felinto
2013-09-17add support for trackpad navigation while in knife operatorDalai Felinto
2013-09-17fix [#36246] Weight tools do not mirror properly in vertex selection mask mode.Campbell Barton
2013-09-16fix [#36537] "Grid Floor Scaling" can have some unexpected behaviour on new o...Campbell Barton
2013-09-16move make_prim_radius_prop into a generic function.Campbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-11fix [#36697] Topology mirror causes vertices to jump?Campbell Barton
2013-09-10Usual UI messages fixes...Bastien Montagne
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-09-09screw tool used uninitialized normal to detect flipping direction.Campbell Barton
2013-09-07changes to grid fillCampbell Barton
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-06error in recent gridfill commit, calculating span last failed.Campbell Barton
2013-09-06grid-fill now detects non-square grids (this is what users would expect)Campbell Barton
2013-09-06rename positive_mod to mod_i, make it work with nagative numbers (matching py...Campbell Barton
2013-09-05add function for rotating linked list so at item is last.Campbell Barton
2013-09-05grid-fill can now fill a single, closed edge loop.Campbell Barton
2013-09-04style cleanupCampbell Barton