Campbell Barton
ef18ec335f
svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-08-11 05:04:01 +00:00
Campbell Barton
226e424cb2
svn merge -r39057:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-08-11 04:53:57 +00:00
Jason Hays
e9393aa252
Added an error msg for Fix Deforms tool for active mirror modifiers
...
Stopped trying to draw verts with subdivision surface modifier active--
or any other time the dm->drawSelectedVerts function is 0.
2011-08-10 15:50:21 +00:00
Jason Hays
a42426071b
Weight Paint's vertex selection tools use zbuf like face select.
...
Removed the extra, unused object mode specific selection functions I had added
(they aren't being used anywhere as of now, and they didn't support zbuffering).
2011-08-09 16:32:15 +00:00
Joerg Mueller
13249b925e
3D Audio GSoC:
...
Speaker objects fully functional!
Minor changes:
* Fixed three memory bugs found via valgrind.
* Fixed bug with jack transport crashing after file loading.
* Sound NLA Strips now start at CFRA instead of 0.
2011-08-09 08:38:14 +00:00
Jason Hays
26301bfea8
Merged 38822-39182
2011-08-08 14:01:21 +00:00
Campbell Barton
cc0ec3aa33
fix [ #28178 ] make single user copy of object data doesn't work
2011-08-08 08:22:01 +00:00
Jason Hays
5e7ad7a66d
Fixes a memory allocation problem
...
Uses functions that reduce duplicate code for clearing/recalculating deformations.
2011-08-07 17:19:18 +00:00
Joerg Mueller
daab78bc61
Merging trunk up to r39145.
2011-08-07 15:25:06 +00:00
Joshua Leung
b057cf1bb1
Nla Sound Strips + Add Speaker
...
Second part of previous commit. Now, when speaker objects are created,
they are created by default with an NLA sound strip so that it is easy
to just start immediately using this to do cool stuff (i.e. timing
when you want the sound to start).
2011-08-07 12:43:44 +00:00
Campbell Barton
d78be1f762
remove copy modifiers function, now handled in link data operator.
2011-08-06 04:19:30 +00:00
Joshua Leung
861d157388
Bugfix [ #28106 ] Missing 3D view update after copy of constraints
2011-08-05 11:31:41 +00:00
Campbell Barton
5c26223106
svn merge -r38804:38971 https://svn.blender.org/svnroot/bf-blender/trunk/blender , manual merge of source/blender/editors/transform/transform.c
2011-08-05 08:02:04 +00:00
Jason Hays
0e9e74ec8a
Fixed a small problem with the Fix Deforms op involving the case where a weight was zero.
...
Adjusted the distance limitations on the UI to be more reasonable.
2011-08-04 16:07:24 +00:00
Joerg Mueller
c284725a1a
3D Audio GSoC:
...
* versioning stuff for btheme->tv3d.speaker
* separating object.c speaker functions in own source file
Thanks Brecht for the suggestions.
2011-08-04 07:12:03 +00:00
Jason Hays
5b64ea472c
Fix deform op tweaks:
...
The distance to/from the plane was added to the UI
The change that makes the vertex closest to the desired point is used instead of the most significant change.
2011-08-03 17:45:09 +00:00
Joerg Mueller
6d7490632f
3D Audio GSoC:
...
* Minor audaspace library improvements.
* Considering location, velocity and orientation in AUD_SequencerReader and AUD_SequencerHandle.
* Bugfix: Maximum and Minimum volume weren't used before in the software device.
* Bugfix: Adding speaker objects via info space crashed.
* Listener settings now get updated in the audio system.
2011-08-03 09:25:40 +00:00
Joerg Mueller
4e8e502c02
Merging trunk up to r38932.
2011-08-02 12:16:06 +00:00
Joerg Mueller
3e85ec432e
3D Audio GSoC:
...
Adds new speaker object type.
Notes:
* Needs some nice icons
* Quickily review by Joshua Leung (5 mins)
* Properties UI updated (with help of Thomans Dinges)
* Speakers have their own theme color
* No real audio functionality yet.
* Minor bug regarding lamps/lattices fixed in interface_templates.c
I personality tested:
* Creation, Deletion, Duplication
* Saving, Loading
* Library linking (incl. make local)
* Tracking
* Dope Sheet, Outliner
* Animation
* Drawing (incl. Theme)
2011-08-01 11:44:20 +00:00
Campbell Barton
f66ec41b6a
quiet some compiler warnings & fix possible (but unlikely) crash.
...
also added GPLv2+ header to resources.c.
2011-07-30 09:24:10 +00:00
Joerg Mueller
29f214f7f3
Merging up to trunk r38834.
2011-07-29 21:28:18 +00:00
Jason Hays
5b6da0c1d1
Merged 38568-38822
2011-07-29 17:57:46 +00:00
Jason Hays
566d936179
'Fix Deforms' op added to weight paint tools to smooth (remove/reduce) spiking caused by bones by altering vgroup weights
...
--it's still really simplistic (and slow!) so don't try fixing an entire mesh! xD
Also, don't use it on a mesh with a mirror modifier yet, just noticed that it does both vertices instead of one.
Minor UI text update for Vertex Masking
2011-07-29 17:36:49 +00:00
Campbell Barton
73dde4e26f
svn merge -r38718:38804 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-07-29 02:03:53 +00:00
Campbell Barton
ca293c835f
correct misc warnings
2011-07-26 13:33:04 +00:00
Campbell Barton
42b87af8a7
svn merge -r38600:38700 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-07-26 04:31:59 +00:00
Campbell Barton
6d5080783e
svn merge -r38500:38600 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-07-26 04:17:15 +00:00
Campbell Barton
fc95382a97
svn merge -r38400:38500 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-07-26 03:55:23 +00:00
Campbell Barton
794f3291fe
svn merge -r38200:38300 https://svn.blender.org/svnroot/bf-blender/trunk/blender , source/blender/gpu/intern/gpu_buffers.c updated from trunk and re-made edits to use getTessFace* functions.
2011-07-26 03:00:55 +00:00
Campbell Barton
cadfac5a0f
svn merge -r38000:38200 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-07-25 17:51:30 +00:00
Campbell Barton
cc0abf9963
svn merge -r37900:38000 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-07-25 16:12:54 +00:00
Campbell Barton
6199276053
svn merge -r37800:37900 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-07-25 14:54:29 +00:00
Campbell Barton
a7815053ef
svn merge -r37600:37700 https://svn.blender.org/svnroot/bf-blender/trunk/blender
...
manually merged source/blender/editors/uvedit/uvedit_unwrap_ops.c
2011-07-25 12:59:54 +00:00
Campbell Barton
f0b0679fd2
found some changes were missed from previous manual merge
2011-07-25 11:34:09 +00:00
Campbell Barton
3c68357e51
recent merges lost changes in this file, manually merge changes from -r37078:37500
2011-07-25 10:07:50 +00:00
Campbell Barton
b709b52f46
svn merge -r37500:37600 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-07-24 13:21:54 +00:00
Campbell Barton
97d0846d2c
svn merge -r37335:37500 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-07-24 13:03:48 +00:00
Dalai Felinto
742225d9b4
bugfix: [ #28026 ] Copy Game Property broken
...
not exactly a bug, but the option to copy individual properties was not working from the SPACE menu.
I believe this was happening because we are using dynamic enums.
This commit makes the "merge" option to be the default one. So if you call it from the SPACE menu it will be the one used.
2011-07-23 18:03:01 +00:00
Joerg Mueller
4532bd731d
Merge with trunk up to r38584.
2011-07-21 21:11:58 +00:00
Jason Hays
05c6d22af1
Merged from trunk 38474-38568
2011-07-21 16:51:36 +00:00
Sergey Sharybin
e7669caf5a
Fixed bug with multires baking to float buffers.
...
Was missed a flag to set rect marked as changed.
2011-07-21 08:10:34 +00:00
Jason Hays
fb3783bd13
Added vertex masking support for the weight paint vgroup functions including:
...
Normalize, Normalize All, Invert, Clean, and Levels.
Face mask and vertex select/mask are now mutually exclusive options.
Went ahead and allowed vertex selection support and masking for vertex paint.
2011-07-20 15:56:35 +00:00
Campbell Barton
52d12852e7
svn merge -r38157:38474 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-07-18 14:49:05 +00:00
Campbell Barton
b8fc3030b5
svn merge -r37793:37865 https://svn.blender.org/svnroot/bf-blender/trunk/blender
...
Merge info was /trunk/blender:36835-37793,37865-38157
so this should merge in missing files.
2011-07-18 14:15:02 +00:00
Campbell Barton
5792bd7cc7
cmake: cleanup include paths, some duplicates and going up some unneeded dirs.
2011-07-17 09:11:13 +00:00
Sergey Sharybin
d54a014963
Fixed crash of multires baker when baking from sculpt mode.
...
Incorrect low level was used for this case -- it should be
sculpt level, not preview level.
Thanks to Morten Mikkelsen to point on this bug :)
2011-07-16 17:55:46 +00:00
Joerg Mueller
d9cf985730
Merging trunk up to r38329.
2011-07-12 13:09:22 +00:00
Ton Roosendaal
2bb08ee48e
Wrong tooltip for OBJECT_OT_make_links_scene() operator.
2011-07-09 17:09:28 +00:00
Joerg Mueller
34c5784f99
Merging trunk up to r38167.
2011-07-06 20:26:56 +00:00
Jason Hays
31aa4d95fd
Merged 38124-38157
2011-07-06 15:20:49 +00:00