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 (Collapse)Author
2007-12-19Fixed bug #6711, Retopo problem when maximizing 3d view and still paintingNicholas Bishop
Caused by some incorrect usage of the current v3d during updates
2007-12-11display real fps in 3d view optionCampbell Barton
replace 1 with SELECT edited DVar texture tooltip
2007-09-23== Retopo ==Nicholas Bishop
Changed some of the retopo functions to use doubles instead of shorts; this makes the transformation more accurate if the view is zoomed out far enough to have multiple vertices appear at the same pixel location.
2007-02-09Bugfix #5971Ton Roosendaal
Crash in retopo paint, caused by missing NULL test. Fix provided by reporter, thanks Stephan Kassemeyer!
2007-01-29== Retopo ==Nicholas Bishop
Added a missing undo push for CKEY in retopo paint.
2007-01-27== Retopo ==Nicholas Bishop
Fixed bug #5829, Exiting editmode with TAB key toggles RETOPO * Moved the retopo_mode setting to ToolSettings. * Renamed the other retopo_mode to the (more accurate) retopo_paint_tool
2007-01-22== Retopo ==Nicholas Bishop
Fixed bug #5774, retopo - when using retopoall should give visual hint of what viewport is used for retopo * Added a call to select_area so that clicking Retopo All will offer the user a choice of what viewport to use.
2007-01-22== Retopo ==Nicholas Bishop
Fixed bug #5773, retopo - if in wireframe mode should give an error/warning * Show error message for Retopo All button if view is in wireframe mode * When toggling view shading, update view depth data if shading isn't set to wireframe
2007-01-22== Retopo ==Nicholas Bishop
Fixed bug #5776, retopo - Retopo doesn't work with bezier curves * Added check for 2D curves, since those obviously can't be wrapped onto a 3D surface * Added check for bezier curves, those get processed in the same way as other curves now * Added an object flush so that curves get redrawn properly after "Retopo All" is used * Added retopo paint tooltip from ideasman
2007-01-18Bugfix for retopo paint: deleting a line didn't do an undo push.Nicholas Bishop
2007-01-17Added a new function+struct to glutil that takes care of reading in the ↵Nicholas Bishop
OpenGL data needed for gluProject/gluUnProject. This allows retopo and sculptmode to share some of the same code, and is probably useful elsewhere as well.
2007-01-16Retopo paint fix: cleaned up the hotkeys, added Lkey for selecting the line ↵Nicholas Bishop
tool, Hkey for toggling the pen hotspot.
2007-01-16Fix for retopo: xkey and deletekey should remove the active paint line.Nicholas Bishop
2007-01-16Usabilility fix for retopo: allow user to disable hotspots on line ends, ↵Nicholas Bishop
also only display the controls for each tool (pen, line, and ellipse) when that tool is selected.)
2007-01-16Retopo bugfix: freeing editmesh should set retopo fields to 0/NULL.Nicholas Bishop
2007-01-09Improved exiting retopo paint; clicking on either of the retopo toggles in ↵Nicholas Bishop
editmode will popup a question to check whether retopo paint should be applied or canceled.
2007-01-07Fixed bug #5627, Retopo Paint doesn't work with LMB set as the main mouse buttonNicholas Bishop
2007-01-02Added undo push for retopo all.Nicholas Bishop
2007-01-01Fixed bug #5557, retopo - toggling fullscreen shifts painted linesNicholas Bishop
2006-12-24Fixed bug #5506 retopo - ctrl-click extrude doesn't work for the first vertice.Nicholas Bishop
2006-12-13Fixed bug #5402, retopo paint lines don't follow zoom level of 3d viewport. ↵Nicholas Bishop
Retopo paint is now specific to one view (the first view you click in after activating retopo paint.)
2006-12-08Fix for bug #5369, retopology - undo reverts elipse to penNicholas Bishop
Moved the retopo tool settings into ToolSettings.
2006-11-12Added custom vertex data support to editmode. Only used for vertex groupsBrecht Van Lommel
now, others can be added later (sticky, shape keys). Beside one small fix for knife exact vertex group interpolation, is intended to work the same as before. Also fixes bug #5200, related to editmode undo and vertex groups. And corrects the editmode to faceselect mode selection conversion, that was broken in a previous commit.
2006-11-07The occosional warning cleanup;Ton Roosendaal
- unused varialbles - unused functions - wrong casted callback for SDL - gcc3 related; (GLint *) for opengl calls.
2006-11-06Merged Google Summer of Code sculptmode/multires/retopo tools.Nicholas Bishop
From the tracker: https://projects.blender.org/tracker/index.php?func=detail&aid=5018&group_id=9&atid=127