Sergey Sharybin
6f67f7c18c
Fix T37428: NurbsPath Mesh Deform "Binding" not available or not functional
...
Seems to be a regression when Campbell was working on T24009.
Bind operator exec handles curves nicely, could not see reason
why to disable this with a poll function.
From quick tests everything seems to be just fine.
2013-11-18 13:37:55 +06:00
Walid Shouman
238d2f962d
BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.
...
This adds BM_bmesh_calc_tessellation() so we can get triangles from a
bmesh without having to have an editmesh available.
2013-11-18 18:25:47 +11:00
Sergey Sharybin
8b3524c215
Fix T37486: Displacement bake from multires crashes when preview level is on 0
...
Revert "Code cleanup: remove unused block from multire baker"
This reverts commit 63b01f6bee
.
Multires displacement baker in fact uses level 0 for the
original subdivided mesh. Missed this when was making an
original commit.
2013-11-18 13:09:10 +06:00
IRIE Shinsuke
69cbf3d835
Fix for T36936: Crash when starting BI rendered view
...
Discard the render database when stopping the rendered preview,
otherwise starting it again may cause a segmentation fault because
undo/redo with non-rendered preview corrupts the database.
2013-11-18 15:34:15 +09:00
Joshua Leung
4ea79fcdda
Patch T37363: Highlight bone layers with active bones (as for Object Layers)
...
Patch by Jose Molina Garcia (sentinel), with style fixes by myself.
2013-11-18 16:06:31 +13:00
Joshua Leung
0ff70d942f
Code cleanup - Reduce duplication of layer number calculations here
2013-11-18 15:53:46 +13:00
Joshua Leung
cee7fbdfaa
Fix T37413 - Fit-Curve option for Array Modifier ignores constraint results
...
Unless I'm missing something here (probably with regards to parenting),
it makes more sense that constraint results are considered here as well
(for example, if Limit Scale constraints get applied on the object),
as this allows for greater flexibility when creating setups with this.
2013-11-18 14:02:49 +13:00
Joshua Leung
e806e5ce37
Fix spelling error in comment
2013-11-18 13:28:39 +13:00
Mitchell Stokes
537f28fc0e
Fix T37325: applyRotation() wasn't working correctly on rigid bodies in the game engine.
...
During the physics cleanup/refactor, the rotation matrix in
CcdPhysicsController::RelativeRotate() became transposed.
2013-11-17 16:04:26 -08:00
Campbell Barton
84c30edbdf
fix for crash with new buildinfo, when gmtime() returns NULL
2013-11-18 02:41:28 +11:00
Brecht Van Lommel
b764fe58c5
CMake OS X: enable FFMPEG and Quicktime by default to match release and scons.
2013-11-17 15:37:10 +01:00
Jens Verwiebe
94416a493c
OSX/scons: using ditto autocreates dirs, spares 2 steps of mkdir iterating over .mo files, faster bundling
2013-11-17 15:16:47 +01:00
Campbell Barton
8f7f8d679c
Style Cleanup: whitespace
2013-11-17 22:00:57 +11:00
Campbell Barton
c3788b60f4
Convenience Makefile: spaces in the build path would fail still.
2013-11-17 21:16:39 +11:00
Campbell Barton
4882cb6f28
convenience makefile: support spaces in paths
...
also update for new source/tools paths.
2013-11-17 18:54:03 +11:00
Campbell Barton
85bbef0f4e
python api internals: no need to set the stop-iter exception string.
2013-11-17 15:09:57 +11:00
Campbell Barton
c9209de573
vertex weights: add weight quantize tool.
2013-11-17 14:58:23 +11:00
Thomas Dinges
f9785bdeb4
* Some less technical tooltip for the splash screen.
2013-11-17 00:44:08 +01:00
Thomas Dinges
87c66bc6a4
Documentation:
...
* Update readme for 2.70 (content + links), also updates for new tracker/git.
* Fix some links to the new blender.org website
* Release logs now point directly to the wiki, I don't see a reason to point to the website, just to redirect to the wiki after all.
2013-11-17 00:37:12 +01:00
Tamito Kajiyama
c592ebf5df
Freestyle: a follow-up fix of trunk revision 61233. When an iterator has reached
...
the end, any reference of the object pointed by it will now lead to a RuntimeError
instead of returning None, with the aim of forcing Python API users to check the
end of iteration rather than implicitly indicating the error condition.
Acknowledgement to flokkievids for API discussions in the BlenderArtists.org
Freestyle for Blender thread.
2013-11-16 22:11:28 +00:00
Jens Verwiebe
c239baa0ba
OSX/scons: small reorder and spelling
2013-11-16 22:13:51 +01:00
Jens Verwiebe
a05e90f5fc
OSX/scons: fix msgfmt binary linking and locale files distribution
2013-11-16 21:46:55 +01:00
Henrik Aarnio
b0ff255b55
Transform: vertex snapping for curves
...
This adds vertex snapping capabilities for curves. Snaps to all control points
of other objects, and visible + selected control points and handles in curve
edit mode.
Reviewed By: brecht
Differential Revision: http://developer.blender.org/D3
2013-11-16 20:21:13 +01:00
Sergey Sharybin
f2faebe9cf
Fix compilation error with SCons when using BUILDINFO and git is not found
...
Fallback to "no buildinfo" mode in this case.
2013-11-17 00:45:46 +06:00
Campbell Barton
8bc48307ba
pose mode: extend selection flipping to use the same method as editmode.
...
adds extend and active only opton.
2013-11-17 05:23:05 +11:00
Campbell Barton
ed1146b9db
armature editmode: option for select mirror to use active bone only.
2013-11-17 05:23:05 +11:00
Campbell Barton
4fd66d7c0c
code cleanup: armature functions
...
- added BKE_pose_channel_get_mirrored (matching editmode function ED_armature_bone_get_mirrored)
- editbone_name_exists -> ED_armature_bone_find_name
2013-11-17 05:23:05 +11:00
Campbell Barton
e62cdbb474
code cleanup: rename flip_side_name to BKE_deform_flip_side_name
2013-11-17 05:23:05 +11:00
Sergey Sharybin
891a037e9b
Skip .git files from submodules for install targets
...
Also removed .svn checks when it's not longer needed.
Some further tweaks (probably for OSX bundler) are
likely needed.
2013-11-17 00:18:21 +06:00
Sergey Sharybin
9c3586d9f9
Remove check for whether po folder exist
...
It was just a temp thing to not break stuff
before final git migration.
2013-11-17 00:09:03 +06:00
Sergey Sharybin
09ecfc318c
Fixes for buildinfo of exported source tree
...
- Better to set branch/hash to "unknown" so
it's clear build is done from exported tree.
- SCons used to reference undefined variable.
2013-11-17 00:02:27 +06:00
Campbell Barton
e8bd916ba5
armature editing: using too short length checking to add L/R suffix.
2013-11-17 04:05:18 +11:00
Sergey Sharybin
fd8ad2bbe4
Further tweak to .mo compilation on windows
...
Was wrong dependency used for msgfmt custom command.
2013-11-16 22:33:45 +06:00
Sv. Lockal
bc6ba9eb3b
Fix T37493: Defocus node with angle = 90° rotates bokeh only for ~1.5°
2013-11-16 19:49:23 +04:00
Thomas Dinges
21f1bb4901
Git test commit, this time from Windows.
2013-11-16 16:13:18 +01:00
Sergey Sharybin
60ca109340
Attempt to fix compilation error on windows
...
Seems simply need to add .exe to msgfmt executable when
adding custom command to SCons.
Don't have windows by hand atm, so can not test for sure.
2013-11-16 20:42:39 +06:00
Bastien Montagne
1a0fed9ee0
More fix for this stupid uppercase-to-lowercase convertion code... Thanks to Lockal for noting this!
2013-11-16 15:34:47 +01:00
Sergey Sharybin
3e87abb4be
Remove nested check for .git folder exists in buildinfo.cmake
...
Title says it all :)
Pointer by IRIE Shinsuke in the ML, thanks!
2013-11-16 19:40:26 +06:00
Howard Trickey
7a899ce9fc
Fix T37476 Bevel modifier got weight from wrong edge
...
The bevel modifier with 'weight' activated was reading
the weights from the wrong edges.
2013-11-16 08:10:12 -05:00
Ton Roosendaal
c72dc45bcb
And here is the first git (testing) commit by me!
...
Welcome to a brave new GPL3 world... well if commit works :)
2013-11-16 12:00:42 +01:00
mont29
d49498a461
Fix T37442: Disabled uiList would "freeze" Blender when trying to drag-resize it.
...
For now, simply disable drag-resize for disabled uiLists!
2013-11-16 11:32:32 +01:00
Thomas Dinges
481a138144
Test
2013-11-16 10:59:08 +01:00
Daniel Salazar
d36a416cab
The tittle for "Maximum Draw Type" had capitalization inconsistent with the rest of Blender
2013-11-16 02:50:01 -06:00
Campbell Barton
cf9edb2610
rangetree: support for building on freebsd-10
2013-11-16 18:31:13 +11:00
Brecht Van Lommel
58afbb2ee8
Help menu: report a bug now links to the new tracker at developer.blender.org.
...
There will be a redirect from the projects.blender.org website as well, but
might as well update the link here.
2013-11-16 03:26:04 +01:00
Brecht Van Lömmel
f546c7a889
Addons: remove tracker URL from addon template, as this is no longer used,
...
and link to the new Addons bug reporting page.
2013-11-16 03:15:17 +01:00
Jens Verwiebe
f8eb006d09
OSX/cmake: rollback ca5bbe0e41
cause OSX versions can have not subversion thus sw_vers -productVersion is not usable for sdk setting
2013-11-15 23:20:38 +01:00
Antony Riakiotakis
a7d292ee4e
Code cleanup, cont. A small omission here.
2013-11-15 23:04:18 +02:00
Antony Riakiotakis
e9c9706ce6
Code cleanup: Use different redraw options for sculpt mask operators.
...
Current redraw options also did an unnecessary normal recalculation on
updated nodes.
Also, for the box and lasso mask only push an undo node if any vertex
has actually been influenced.
2013-11-15 23:00:15 +02:00
Antony Riakiotakis
f06c02b8dd
Support for symmetrical box masking in sculpt mode.
...
Now box masking will take the symmetry options into account.
2013-11-15 22:21:01 +02:00