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
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
Campbell Barton
8a238fb8f9
disable engine info until report popup bug is fixed.
2011-04-13 09:08:55 +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
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
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
b636418bd9
ignore the local blender folder when displaying the copy old settings button.
2011-04-12 14:57:02 +00:00
Brecht Van Lommel
a475368deb
Fix #26860 : uv snap/weld/stitch did not take live unwrap setting into account.
2011-04-12 14:22:52 +00:00
Campbell Barton
62c0dfbb46
fix [ #26888 ] 3D viewport shading broken after solidify modifier
2011-04-12 12:59:37 +00:00
Campbell Barton
6e98c791af
fix [ #26885 ] transform option disapears when deselecting loops
...
deselecting edgeloop & edgering would leave the verts de-selected even if other edges had them selected.
2011-04-12 12:49:54 +00:00
Campbell Barton
a42bf45333
revert Joseph Eagar's eltopo commits r36073, 36075 (& some minor edits)
...
discussed with Janne, Ton, Nathan and we agreed this kind of change at least needs discussion with module owners.
Its also too close to release to be making these kinds of changes.
commands used:
# reverse merge
svn merge -r36073:36072 .
# for some reason this gave a lot of property changes
svn revert `svn st | grep "^ M" | awk '{print $2}'`
# reverse merging didn't work here, removing while dir.
svn rm extern/eltopo/
# manually fixed conflict in
# ./source/blenderplayer/CMakeLists.txt
#
# also manually removed 2 lines from
# ./CMakeLists.txt
2011-04-12 11:09:10 +00:00
Sergey Sharybin
b7269aa36e
Fix #26879 : Some sculpt brushes does not work when sculpting corrective shapekeys
...
It was simply missed crazyspace correction for shape keys when mesh is
deformed by modifiers and current tool is smooth/layer (they need special
approach due to they don't use proxies)
2011-04-12 10:16:00 +00:00
Campbell Barton
618690b05e
modify the method for calculating ghost alpha.
...
* ghost frame 1 did nothing (alpha 0.0).
* was subtracting alpha from the existing alpha which could end up with negative alpha.
* with larger frame ranges the frames on each size would get too close to being the same as the active frames alpha, use 66% alpha for all non-active frames as well as time based falloff.
2011-04-12 10:13:09 +00:00
Campbell Barton
8fd1d53a31
change behavior of restoring old settings
...
- only attempt to restore old 'user' settings (not local), since bundled blender's always use their own settings.
- only automatically run 'bpy.ops.wm.read_homefile()' after copying files if the user hasnt alreadt started making changes in the blend file.
2011-04-12 04:23:38 +00:00
Campbell Barton
3a73a75e84
enable blenderplayer library sorting on windows, (was already enabled for blender), resolves linking issue on windows
2011-04-12 01:56:03 +00:00
Campbell Barton
9699592628
py api: bpy.data.is_dirty wasn't working like image is dirty, instead is would return if the file was saved or not.
...
- rename to 'is_saved' (and negated).
- add 'is_dirty' which is true when the files edits are not saved to disk.
2011-04-11 15:31:05 +00:00
Campbell Barton
66419dcc12
operator & splash button to copy over old settings when blender version changes.
2011-04-11 15:13:06 +00:00
Campbell Barton
f8c09b37d4
api changes needed for for copying old settings to new.
...
- py: bpy.utils.resource_path('USER', 2, 56)
- C: BLI_get_folder_version(id, major, minor, check);
2011-04-11 13:56:58 +00:00
Campbell Barton
d4d88de2b0
fix [ #26856 ] Can't change target object in modifier by Ctrl+V
2011-04-11 05:33:43 +00:00
Joseph Eagar
0ce2c5a385
forgot to remove the old function
2011-04-11 01:40:12 +00:00
Joseph Eagar
53a85a8edf
=bmesh=
...
Made the new "superknife" tool much stabler
then it was, though a few minor quirks remain.
Rather then the shortest-distance-in-graph method
I was using to rebuild the mesh post-knife I
reworked it to build a triangulation instead,
then merge the triangles into the right correct
faces.
2011-04-11 01:38:20 +00:00
Campbell Barton
2d1e663440
patch [ #26861 ] Spelling, Typos, and Grammar
...
- also fix own bad assert from yesterday & remove testing cmake print.
2011-04-11 01:18:25 +00:00
Campbell Barton
cfc2b0b01f
fix for one of the [ #26854 ] UV issues
...
- add back UV X/Y number buttons, the report points out they are missing.
- set the 2D cursor's subtype to PROP_COORDS (so buttons say x/y now)
2011-04-11 00:49:08 +00:00
Joerg Mueller
e37dc17991
Fix for [ #26652 ] "Audio Muted" in Time Line Editor is not working
...
-> The feature was completely missing o_O
Also fixed an ffmpeg seeking bug.
2011-04-10 22:40:37 +00:00
Ton Roosendaal
2afae38019
Bugfix #26842
...
Compositor: when using RenderLayer nodes from other scenes and FSA,
Blender crashed because these nodes didn't get a 'tag' for refresh.
2011-04-10 18:15:24 +00:00
Campbell Barton
dbd3009108
- background job style cleanup.
...
- assert if material assignment is called with lib. (so the callers can be corrected).
- correct example docs
2011-04-10 15:24:05 +00:00
Ton Roosendaal
f2b9dfe9f7
Redid the previous startup.blend changes by Thomas
...
(icon for material, 1 console).
A windows tmp path crept in somehow...
2011-04-10 13:14:34 +00:00
Andrea Weikert
e137a3a081
Fix [ #26827 ] Blender Crashes when it opens corrupt jpeg
...
* memory corruption when skipping over long marker (was attempting to read over end of file)
* also updated internal jpeg macros to be the same as in jpeg lib
2011-04-10 11:36:29 +00:00