220e2f0c25fbe02d10257a13e6781be35b10c8d0
new features: - after choosing a loop to cut you go into a second mode that lets you choose where exactly on the edge you want to cut. the placement is in percentages, so 0% is one side of the edge, and 100% is the other side. - holding CTRL snaps the placement to whole percentages. 1.00 instead of the standard 0.01 of a percentage. - Pressing S while you place the cut turns on Smooth-subdivide for the cut (or as I like to call it: Loopcutsubdividesmooth :) - the percentages and the ON/OFF for smooth cut can be seen in the view3D header. fixes: - loop takes into account hidden vertices, this solves bug #895. - Cutpreviews are drawn correctly for triangular faces. - renamed the function from loop -> loopoperations. I'm sure someone has a problem with the new name too, but BLAH! :D - the parameters for the function are defines. loopoperations(LOOP_CUT) cuts, and loopoperation(LOOP_SELECT) selects (duh). this is changes in all the places the function gets called. if people find new bugs, feel free to yell! :) Roel
Welcome to the fun world of open-source. For instructions on building and installing Blender, please see the file named INSTALL. ---------------------.Blanguages and the .blender directory--------------------- The .blender directory holds various data files for Blender. In the 2.28a release those are the .Blanguages file containing a list of translations, the translations themselves and a default ttf font. Blender checks for the presence of this directory in several locations: - the current directory - your home directory - On OSX, the blender bundle is also checked - On Windows, the installation dir is checked. If you get a 'File ".Blanguages" not found' warning, try to copy the .blender dir to one of these locations (your home directory being recommended). -------------------------------------Links-------------------------------------- Getting Involved: http://www.blender.org/docs/get_involved.html Community: http://www.blender3d.org/Community/ Main blender development site: http://www.blender.org/ The Blender project homepage: http://projects.blender.org/projects/bf-blender/ Documentation: http://www.blender.org/modules.php?op=modload&name=documentation&file=index Bug tracker: http://projects.blender.org/tracker/?atid=125&group_id=9&func=browse Feature request tracker: http://projects.blender.org/tracker/?atid=128&group_id=9&func=browse
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%