Commit Graph

29920 Commits

Author SHA1 Message Date
Joseph Eagar
e64fba68a0 =bmesh=
Added a temporary (but fairly complete) wavefront 
obj exporter.  There's no importer as yet, however.
2011-05-02 00:58:33 +00:00
Joseph Eagar
733a97f88e =bmesh= gave friendlier names to loop to region/region to loop 2011-05-01 21:12:45 +00:00
Joseph Eagar
3a77417205 =bmesh= brought loop to region/region to loop back 2011-05-01 20:43:54 +00:00
Joseph Eagar
f9bcacdbe8 =bmesh=
Fixed some bugs with mesh primitive add 
operators.  Suzanne now faces forward,
instead of down.  Cylinder and circle
both now work.  Cone lets you adjust the
diameter at both ends now.

I also reorganized the walker code, to
be more maintainable and understandable.
2011-05-01 18:53:18 +00:00
Joseph Eagar
13d8d63cf4 =bmesh=
Holding shift in knife mode will turn
off edge/vert snapping for original
geometry.  The snapping threshold for 
knife cuts is also halved, for additional
precision.
2011-05-01 04:40:59 +00:00
Joseph Eagar
1da8eee665 =bmesh= fixed edge loop preview, patch from Francisco De La Cruz. man did I hate writing this code, thanks Francisco for fixing this bug :) 2011-05-01 00:23:08 +00:00
Joseph Eagar
e0c83f2de9 =bmesh= made connected PET work better 2011-04-29 17:32:42 +00:00
Joseph Eagar
b85935cbbc =bmesh= fixed material deletion 2011-04-24 08:11:44 +00:00
Joseph Eagar
84afe5f3c9 =bmesh= fixed a tesselation bug, and smooth shaded operator in object mode 2011-04-24 08:06:26 +00:00
Joseph Eagar
342ebe938f =bmesh= request from Danial Salazaar, added merge->collapse to delete menu 2011-04-24 07:49:21 +00:00
Joseph Eagar
e5d3923a61 edge slide works in ortho now 2011-04-24 07:45:24 +00:00
Joseph Eagar
023482722f =bmesh= removed annoying preview thingy on edge ring select 2011-04-24 07:02:45 +00:00
Joseph Eagar
c2b670030d =bmesh= brought back fill faces, alt-f 2011-04-23 00:05:13 +00:00
Joseph Eagar
133a1c2699 =bmesh= fixed edge split modifier, and a bug in knifetool reported by letterrip. also brought back beautify-fill. 2011-04-22 23:37:58 +00:00
Joseph Eagar
2a24370bab =bmesh= fixed a shapekey issue with undo 2011-04-17 05:08:03 +00:00
Joseph Eagar
0e9ce1b40d =bmesh= odd bug, sometimes edge slide would result in invalid derivedmesh. I had to put a recalcData() call into edge slide's free function. not sure why edge slide but not other transform tools are acting up. 2011-04-17 04:12:53 +00:00
Joseph Eagar
489eaaa46d =bmesh= build modifier works now, also made scanfill thread-safe 2011-04-16 23:58:49 +00:00
Joseph Eagar
a141cea6fe =bmesh= fixed a memory leak 2011-04-16 13:00:41 +00:00
Joseph Eagar
372141e672 =bmesh= bevel flag fix so recursion works on single edges. 2011-04-15 23:42:43 +00:00
Joseph Eagar
1dd7a944a4 =bmesh= minor bugfix 2011-04-15 07:13:45 +00:00
Joseph Eagar
1be85801f0 =bmesh= fixed a uv editor crasher 2011-04-15 07:12:23 +00:00
Joseph Eagar
a354b148b5 =bmesh= connected PET now works, for the most part 2011-04-15 07:08:36 +00:00
Joseph Eagar
798e0b02c0 =bmesh= modifiers can now be applied with shapekeys 2011-04-15 05:20:18 +00:00
Joseph Eagar
d1c55039eb =bmesh= fixed crasher 2011-04-15 02:45:02 +00:00
Joseph Eagar
c785b06cc4 fixed a bug with normals 2011-04-15 02:18:24 +00:00
Joseph Eagar
005b37643d fixed idling problem 2011-04-15 02:13:37 +00:00
Joseph Eagar
c98148a963 =bmesh= merge from trunk at r36153 2011-04-15 01:19:13 +00:00
Joseph Eagar
0bba684d08 =bmesh= fixed a few bugs in the uv editor 2011-04-13 22:30:25 +00:00
Joseph Eagar
1c56255ca7 =bmesh=
Edge slide now handles facedata (e.g. sliding within uv
space), including multires.
2011-04-13 21:48:16 +00:00
Campbell Barton
fa63c29775 work-around for grease pencil single points in the image view drawing really large (bigger then the image). 2011-04-13 15:30:26 +00:00
Campbell Barton
9ba543a522 minor improvements to sphinx doc main page 2011-04-13 14:43:11 +00:00
Campbell Barton
5fbfbd4470 fix [#26904] Crush while open file !
commit r28002 was attempting to run do-versions on an invalid pointer.
2011-04-13 14:40:50 +00:00
Nathan Letwory
2215bd601f Remove unnecessary lines. 2011-04-13 09:09:37 +00:00
Campbell Barton
8a238fb8f9 disable engine info until report popup bug is fixed. 2011-04-13 09:08:55 +00:00
Nathan Letwory
04af4f7c23 Version bump for doxygen. 2011-04-13 08:47:35 +00:00
Joseph Eagar
8d6657e562 =bmesh= fixed some minor bugs with bevel/knife creating duplicate/overlapping faces 2011-04-13 03:56:14 +00:00
Campbell Barton
cacc6b5ecf fix [#26895] STL import in Win 7 64bit
fixes python non-utf8 path access for file selector 'files' property.
2011-04-13 02:47:52 +00:00
Campbell Barton
b68c911931 fix for mistake checking engines on load. 2011-04-13 00:51:48 +00:00
Joseph Eagar
4d7de0796b =bmesh=
Knife tool now works on multires data, it's also
a tad bit faster now.
2011-04-13 00:35:48 +00:00
Thomas Dinges
84e793a6f9 Crap, there was still a old Link to Release Logs. Maybe retag, after this and last commit (Tooltip error in Splash Screen) ? 2011-04-12 21:17:31 +00:00
Thomas Dinges
656dd38f0d Fixed a copy and paste error in "Copy Previous Settings" operator. ;-) 2011-04-12 21:00:53 +00:00
Andrea Weikert
d78220549b fix for compile issue on MSVC 2008 due to macro expansion differences with gcc. 2011-04-12 17:58:54 +00:00
Campbell Barton
771390793f fix for crash when pressing 'Copy Startup Settings', was using out of date main database. 2011-04-12 17:18:02 +00:00
Campbell Barton
2ed8b5f679 reference the release PDF correctly 2011-04-12 16:56:15 +00:00
Campbell Barton
2a0d8a4dfb edits to blender version data. 2011-04-12 16:36:14 +00:00
Ton Roosendaal
4239d7c1a5 The Epic Blender 2.57 first stable commit! :)
Let's do a quick last check if things work, call for release will be done
shortly on bf-committers.

Thanks everyone for making it possible!
2011-04-12 16:24:24 +00:00
Campbell Barton
f0b45cc1fb - fix for cmake when there is no version character.
- link to release docs correctly from the splash page.
2011-04-12 16:20:41 +00:00
Campbell Barton
d14738a560 report missing engines on file load. (request from Martin). 2011-04-12 15:55:38 +00:00
M.G. Kishalmi
bfa332e275 changed image texture filters description from 'Area filter' to
'selected filter'.
2011-04-12 15:55:04 +00:00
Campbell Barton
a1b6e077fd add randomize transform & object align back into the menu. 2011-04-12 15:12:05 +00:00