Campbell Barton
fdb4062294
Cleanup: unused variables
2018-08-15 01:52:39 +10:00
Campbell Barton
e88e80a6a0
3D View boarder/lasso select tool options
...
Add tool options to control how select operates (add/sub/set/and/xor).
Note: edit mode armature select still needs to support all options,
this is complicated by how it handles partial end-point selection.
2018-08-15 01:48:55 +10:00
Brecht Van Lommel
d92d310b15
Fix T55719: crash with sculpt dyntopo and constant detail resolution sampling.
2018-08-14 16:37:57 +02:00
Ray Molenkamp
e61599b638
Merge remote-tracking branch 'origin/master' into blender2.8
2018-08-14 08:00:49 -06:00
Ray Molenkamp
5d034351de
make.bat: fix ninja support.
...
only worked with a fresh build folder.
2018-08-14 07:59:08 -06:00
Brecht Van Lommel
f19d99c10d
Merge branch 'master' into blender2.8
2018-08-14 15:41:11 +02:00
Brecht Van Lommel
cab013bc5d
Fix use of uninitialized variable in some cases, in recent bugfix.
2018-08-14 15:27:49 +02:00
Dalai Felinto
cc9255f8a8
Sync rna_access rna property update cow check with depsgraph
...
This is a manual synchronization. If we need to re-use the same util in both
areas it would be welcomed as well. For now this at least get things back to a
working state.
2018-08-14 10:15:23 -03:00
Campbell Barton
d648501e28
BMesh: define suptype for bevel normals.out
...
Not doing this broke doc building.
2018-08-14 22:26:19 +10:00
Campbell Barton
3730839958
Correct error in py doc generation
2018-08-14 22:18:46 +10:00
Bastien Montagne
1b53838548
Merge branch 'master' into blender2.8
2018-08-14 14:10:47 +02:00
Bastien Montagne
6eb5b418ee
Fix T56363: Blender crash when deleting a curve object.
...
Conversion code could leave object with inconsistent material data
compared to its new obdata.
Ideally, various conversion code would handle that properly, conserving
materials when possible, but for now at least ensure we get valid
result!
2018-08-14 14:06:42 +02:00
Bastien Montagne
932251caea
Fix object copying not ensuring validity of material arrays.
...
Related to T56363, this is not fixing the root of the bug, but ID
copying should always be a good occasion to ensure sanity of our data
(and error checking is always better than a crash!).
2018-08-14 14:06:42 +02:00
Brecht Van Lommel
1f78e86070
Fix modifier operators not working from Python API as before.
...
The poll function required the modifier to be in the context, but these
operators also accept a "modifier" string property as well.
2018-08-14 13:25:08 +02:00
Sergey Sharybin
5e696fdcd6
Multires: Begin hooking it up to the new subdiv code
...
Currently behaves same as subsurf, support of displacement is the
next task in the line to tackle!
2018-08-14 12:17:47 +02:00
Pablo Vazquez
d7ae76fa35
More helpful tooltip when trying to apply constructive modifiers on curves
...
Suggested by user aa311
2018-08-14 12:06:13 +02:00
Sergey Sharybin
02dbe3b0c7
Multires: Synchronize settings with Subsurf modifier
...
Currently no functional changes, just exposes all settings which we need
for OpenSubdiv, similar to what Subsurf modifier is doing already.
Reviewers: brecht
Reviewed By: brecht
Differential Revision: https://developer.blender.org/D3602
2018-08-14 12:02:21 +02:00
Pablo Vazquez
e25fdb6a79
Splash: sorting and cleanup
...
* http -> https
* Release Logs -> Release Notes
* Match number of items on both sides by adding a separator
* Remove Python API Reference link since it's already under Help
when Developer Extras is enabled.
2018-08-14 11:59:48 +02:00
Campbell Barton
ccc8d2ab42
Merge branch 'master' into blender2.8
2018-08-14 17:41:19 +10:00
Campbell Barton
644e2b3ffd
Cleanup: missed const change in recent merge
2018-08-14 17:41:01 +10:00
Campbell Barton
73234a9122
Cleanup: vpaint face select de-selected twice
2018-08-14 17:37:59 +10:00
Campbell Barton
7ed6de3951
Merge branch 'master' into blender2.8
2018-08-14 17:12:41 +10:00
Campbell Barton
2044ee00c2
Correct vpaint vertex circle select
...
Would run validate when not needed.
2018-08-14 17:02:57 +10:00
Ray Molenkamp
8203e70709
build_environment: opencollada 1.6.63
2018-08-13 20:45:38 -06:00
Aaron Carlisle
12acf1e4f8
Cleanup: Update some links to new wiki
2018-08-13 21:55:30 -04:00
Aaron Carlisle
0e7dd01944
PyDoc: remove old undocumented message
2018-08-13 21:43:51 -04:00
Ray Molenkamp
1f3eb3088f
build_environment: sdl 2.0.8
2018-08-13 19:19:42 -06:00
Ray Molenkamp
fee32abee9
build_environment: opensubdiv 3.3.3 with PR975 + TBB 2018_U5
2018-08-13 19:08:28 -06:00
Aaron Carlisle
e040cfe15a
PyDoc: Remove "API" from version
2018-08-13 20:53:45 -04:00
Aaron Carlisle
44871e0e0f
Pydoc: Switch theme to sphinx_rtd_theme
2018-08-13 20:51:36 -04:00
Aaron Carlisle
0a93685dcc
PyDoc: Add missing application icons link
2018-08-13 20:51:36 -04:00
Aaron Carlisle
721321bf9e
Cleanup: copy paste error in tooltip
2018-08-13 20:51:35 -04:00
Aaron Carlisle
34c09bc21e
PyDoc: Various fixes to generation process
2018-08-13 20:51:34 -04:00
Aaron Carlisle
a3cc1fcaf3
PyAPI Docs: Fix syntax error
2018-08-13 20:51:34 -04:00
Aaron Carlisle
57e6359920
PyDoc: Remove hack to rename main doc from 'contents' to 'index'
2018-08-13 20:51:33 -04:00
Aaron Carlisle
7d8477e019
PyAPI: Docs: Remove old Blender.org theme
...
This also makes the generator script only allow one theme.
Having this be an argument does not make sense, just over complicating
things.
2018-08-13 20:51:32 -04:00
Aaron Carlisle
d062c86ed0
PyDoc: Use captions for section headers
2018-08-13 20:51:31 -04:00
Aaron Carlisle
d0acfba937
PyAPI Docs: Move change log link to top with info docs
2018-08-13 20:51:31 -04:00
Aaron Carlisle
27be340616
PyAPI Docs: Remove large note about changing modules
...
These are stable now. We may want another note about
new 2.8 modules
2018-08-13 20:51:30 -04:00
Aaron Carlisle
bee348a388
PyAPI Docs: Remove BGE related documenation
2018-08-13 20:51:30 -04:00
Aaron Carlisle
6218cd3261
PyAPI Docs: Fix Space in URL Name
2018-08-13 20:51:29 -04:00
Campbell Barton
1bbddc8a1e
Merge branch 'master' into blender2.8
2018-08-14 10:45:00 +10:00
Campbell Barton
b993e8a17a
Cleanup: use boolean argument
2018-08-14 10:42:04 +10:00
Campbell Barton
3036a9a46c
Merge branch 'master' into blender2.8
2018-08-14 10:17:35 +10:00
Campbell Barton
c29c426925
Cleanup: use braces w/ particle loop macros
2018-08-14 10:14:05 +10:00
Campbell Barton
5e8dbafb5b
Merge branch 'master' into blender2.8
2018-08-14 10:08:34 +10:00
Campbell Barton
efdc0959b1
Merge branch 'master' into blender2.8
2018-08-14 10:02:05 +10:00
Campbell Barton
98f4a8eedf
Cleanup: style
2018-08-14 10:00:37 +10:00
Clément Foucault
04067a54c0
GPUShader: Fix previous "old Nvidia" fix commit
...
Note to myself, next time, better check the fix before pushing it.
GL_ARB_texture_gather is defined if there is support for the extension
not only when the extension is enabled. Do this check ourself with
GPU_ARB_texture_gather define.
Original fix 822de6e9e1
2018-08-13 23:09:48 +02:00
Clément Foucault
53ed270523
Fix T56298: Rendering glitch when bones are in stick mode in ortho view
2018-08-13 23:01:18 +02:00