Campbell Barton
0baec4cf2d
fix [ #35858 ] there were two bugs here, hidden faces were occluding in vertex selection mode.
2013-07-01 08:25:27 +00:00
Campbell Barton
e9208e99b7
bridge tool: calculate face normals before triangulating, own error when removing normal recalc from the bmesh operator.
...
also rename `Fill Grid` -> `Grid Fill` to match `Beauty Fill`
2013-07-01 07:15:12 +00:00
Campbell Barton
73d32fdcc2
add type checking assert in bmesh operator iterator.
2013-07-01 07:12:05 +00:00
Campbell Barton
6321f11f03
tweak to commit r57891, dont draw hidden faces/edges in editmode.
2013-07-01 01:25:21 +00:00
Campbell Barton
c729c5ab4b
fix [ #35911 ] Show weights not working with a weight edit modifier in edit mode
2013-07-01 00:42:44 +00:00
Campbell Barton
b3ceab896a
add some missing members to opengl debug print, also use a macro to avoid passing each arg twice.
2013-06-30 23:50:17 +00:00
Campbell Barton
c9add22b5e
opengl debug info, make GPU_state_print() only show values in arrays that are set. (was print 32 values every time)
2013-06-30 23:30:21 +00:00
Campbell Barton
e64ae3ad7c
fix [ #35914 ] Blender crashes when trying to use vertex selection masking on a copy directly after using SHIFT+d
2013-06-30 22:04:03 +00:00
Campbell Barton
5dad1b2bb5
minor change for high res displays, scale fcurve handles and view3d axis size.
2013-06-30 21:41:06 +00:00
Jeroen Bakker
d492a9ffa9
Fix for
...
* [#35922 ] RGB Input Node doesn't work properly
2013-06-30 13:35:00 +00:00
Brecht Van Lommel
97bf777cba
Fix more swapped descriptions for mouse X/Y position properties.
2013-06-29 11:02:36 +00:00
Brecht Van Lommel
3a69d276f8
Fix swapped descriptions for window X/Y position properties.
2013-06-29 10:59:54 +00:00
Brecht Van Lommel
07f4465c77
Fix scons/windows build error, missing pthreads include in blenfont for mutex.
2013-06-29 10:52:18 +00:00
Campbell Barton
32d5b52f59
re-arrange '--help' output into more useful sections (added debug, python).
...
also minor style cleanup
2013-06-29 10:09:15 +00:00
Gaia Clary
b70c844c5f
fixed a compiler warning message in vs 2008
2013-06-29 08:41:20 +00:00
Gaia Clary
23d3c64b59
fixed Blender crash, but unclear when this situation can happen
2013-06-29 08:38:17 +00:00
Campbell Barton
62ab3baea4
replace LATTICE_PT macro with BKE_lattice_index_from_uvw().
2013-06-28 21:24:38 +00:00
Campbell Barton
f55ef8b3fc
fix regression since early 2.5x, there was no way to copy library linked objects.
2013-06-28 19:33:58 +00:00
Campbell Barton
24e8f2f4ce
fix for crash linking fonts to other objects with linked obdata (link, undo would crash).
2013-06-28 18:39:39 +00:00
Campbell Barton
b6ffc681b1
view-selected didnt work for metaballs in object mode (radius from previous commit was 2x too large too).
2013-06-28 18:19:55 +00:00
Brecht Van Lommel
77e0709e48
Fix #35551 : the topology mirror setting affected shape key and vertex group but
...
this was confusing as there was no setting visible for it. Now these menus
contain an entry to mirror without and with topology mirror.
2013-06-28 17:13:09 +00:00
Campbell Barton
5d413b523a
fix for crash when setting the cursor in background mode.
2013-06-28 16:37:39 +00:00
Campbell Barton
86515e5086
test operator script, add ability to load files from a path while testing operators.
2013-06-28 16:30:34 +00:00
Campbell Barton
8b96383b8f
fix [ #35860 ] crash if pressing <F8> in import dialog
...
disallow reloading scripts while running modal, python operators.
2013-06-28 16:15:44 +00:00
Brecht Van Lommel
dc85135045
Fix #35412 : blender internal "from dupli" texture coordinates not working with
...
particles in linked groups.
2013-06-28 16:06:55 +00:00
Gaia Clary
9e709d82ae
changed Pulldown box label for clarity
2013-06-28 15:12:54 +00:00
Brecht Van Lommel
e5f23c00c1
Fix: blender internal transparent shadows were not influenced by object color alpha.
2013-06-28 15:00:05 +00:00
Brecht Van Lommel
a7e7b69a65
Fix #35902 : build navigation mesh crash with multiple meshes selected.
2013-06-28 14:15:14 +00:00
Brecht Van Lommel
c57d9cc44b
Fix #35900 : image editor save multilayer EXR was not using the compression
...
codec specified by the user.
2013-06-28 13:13:45 +00:00
Brecht Van Lommel
0d7dbbb6e1
Fix #35884 : crash opening .blend with generated color grid image and preview render.
...
Printing text on the color grid image would initialize font glyphs from a thread at
the same time as the UI, causing conflicts. The freetype glyph renderer needs to be
mutex locked because it uses a shared buffer internally even when rendering for
different fonts. Also needed to change the image generate function to use the render
monospace font to avoid conflicts in blenfont.
What's still weak in the blenfont API is that there is no distinction between a font
and a thread using that font to render with some particular size, style, etc.
2013-06-28 13:05:15 +00:00
Campbell Barton
ca33bea285
view-select wasn't working for metaballs.
2013-06-28 06:54:49 +00:00
Campbell Barton
3370b765ec
fix [ #35901 ] Hooks on armature bones are calculated in wrong space
2013-06-28 06:00:38 +00:00
Campbell Barton
aa9ffc0bc2
avoid crashes running screendump and screen editing operators in background mode. (not that these would be useful but better not crash)
2013-06-28 05:39:05 +00:00
Brecht Van Lommel
6d400423f9
Fix #35808 : blender internal viewport with freestyle would keep continuously
...
rerendering for no reason.
Update tags were not being done in the proper Main database.
2013-06-27 22:13:40 +00:00
Campbell Barton
eba9b4f6c1
fix for out of bounds read in BLI_path_rel
2013-06-27 20:47:59 +00:00
Campbell Barton
d1f4827a40
IK plugin range check was wrong, could do out of bounds reads.
2013-06-27 19:52:50 +00:00
Gaia Clary
e2e487a877
Fix: Check for locked Vertex Group (returned true where false was expected)
2013-06-27 18:23:03 +00:00
Campbell Barton
73fcfd8651
fix for memory leak in vgroup_copy_active_to_sel
2013-06-27 17:11:23 +00:00
Thomas Dinges
c6ce8de20e
Code cleanup / Cycles:
...
* Some cleanup for castings.
2013-06-27 15:48:16 +00:00
Campbell Barton
00d9344719
correct previous startup.blend - r57698 (which disabled cycles by accident).
...
also correct sequencer grid theme color.
2013-06-27 15:40:32 +00:00
Brecht Van Lommel
4d5fffa1a9
Fix #35809 : dragging a non-active node in the node editor did not work reliably.
...
Disabled timer events from the properties editor were cancelling gestures.
2013-06-27 15:07:27 +00:00
Brecht Van Lommel
2403a23953
Fix #35802 : searchbox menu not opening when opened from a popup near the bottom
...
of the window.
2013-06-27 14:30:26 +00:00
Thomas Dinges
ee85587a43
Blender 2.68 Release maintenance:
...
* Update readme and release-log links to 2.68.
2013-06-27 11:30:53 +00:00
Brecht Van Lommel
fcea195baa
Fix a few DPI/retina scaling issues in the graph editor and movie clip editor.
...
Patch #35889 by David Jeske.
2013-06-27 11:29:53 +00:00
Campbell Barton
d665c46a64
fix [ #35884 ] evil bge.types.BL_Shader.setUniformMatrix3()
2013-06-27 07:49:20 +00:00
Gaia Clary
763a737fcc
Changed Tool Tip for clarity
2013-06-27 07:03:40 +00:00
Gaia Clary
821c02ddb7
Added checks to Vertex Groups panel to respect locked Vertex Groups
2013-06-27 06:33:01 +00:00
Campbell Barton
35e92f54a1
make screenshot poll for background mode.
2013-06-27 06:21:10 +00:00
Campbell Barton
929bba2bac
fix for crash reading from a freed scene when exiting blender.
2013-06-27 06:16:31 +00:00
Campbell Barton
d574fb95ad
fix for recently added active-vertex weight operators crashing on lattice objects in edit mode.
2013-06-27 05:39:02 +00:00