This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
d7155295bbcfd4606d2fead0d700820d8dc1ffeb
test2
/
source
/
blender
/
editors
/
uvedit
History
Antony Riakiotakis
c7185d2652
Stitch tool fully functional again. Many thanks to Howard Trickey for proposing the loop winding criterion for normal disambiguation of edges. Unfortunately some extra memory has to be allocated for this to work correctly. If the tool had been initially written for bmesh I would have used the already present adjacency information to make it work, avoiding some extra allocations. Maybe a project for another day though, when I am more proficient with bmesh internals.
2012-02-22 00:06:15 +00:00
..
CMakeLists.txt
svn merge ^/trunk/blender -r43461:43472
2012-01-17 21:08:25 +00:00
SConscript
scons fix
2011-03-17 23:30:29 +00:00
uvedit_buttons.c
- remove some unused editmesh functions.
2012-02-19 22:17:30 +00:00
uvedit_draw.c
Stitch tool fully functional again. Many thanks to Howard Trickey for proposing the loop winding criterion for normal disambiguation of edges. Unfortunately some extra memory has to be allocated for this to work correctly. If the tool had been initially written for bmesh I would have used the already present adjacency information to make it work, avoiding some extra allocations. Maybe a project for another day though, when I am more proficient with bmesh internals.
2012-02-22 00:06:15 +00:00
uvedit_intern.h
Stitch tool fully functional again. Many thanks to Howard Trickey for proposing the loop winding criterion for normal disambiguation of edges. Unfortunately some extra memory has to be allocated for this to work correctly. If the tool had been initially written for bmesh I would have used the already present adjacency information to make it work, avoiding some extra allocations. Maybe a project for another day though, when I am more proficient with bmesh internals.
2012-02-22 00:06:15 +00:00
uvedit_ops.c
change UvElement to directly use BMLoop * instead of tfindex. This saves quite some lookups on uv sculpting and stitching. Based on BMESH todo by Campbell, thanks for the idea!
2012-02-21 19:41:38 +00:00
uvedit_parametrizer.c
svn merge ^/trunk/blender -r43461:43472
2012-01-17 21:08:25 +00:00
uvedit_parametrizer.h
svn merge ^/trunk/blender -r44189:44204
2012-02-17 20:56:25 +00:00
uvedit_smart_stitch.c
Stitch tool fully functional again. Many thanks to Howard Trickey for proposing the loop winding criterion for normal disambiguation of edges. Unfortunately some extra memory has to be allocated for this to work correctly. If the tool had been initially written for bmesh I would have used the already present adjacency information to make it work, avoiding some extra allocations. Maybe a project for another day though, when I am more proficient with bmesh internals.
2012-02-22 00:06:15 +00:00
uvedit_unwrap_ops.c
- remove some unused editmesh functions.
2012-02-19 22:17:30 +00:00