Dalai Felinto
5a89dfe06b
Clip Reconstruction: Cleanup - use const for selection synchronize
...
In order to avoid the discard qualifier warning I had to change a few extra
things.
2018-08-15 10:06:11 -03:00
Dalai Felinto
ad7cb02404
Skip bundle names when drawing selection pass
2018-08-15 10:06:11 -03:00
Campbell Barton
6fb06d0cd8
Fix border select operations in object mode
2018-08-15 22:56:53 +10:00
Campbell Barton
09b3566b5e
UI: correct selection operation names
2018-08-15 22:56:53 +10:00
Dalai Felinto
5d15e68743
Fix viewport selection of markers not updating in all editors
...
This includes selections both in the clip editor as the viewport.
The selection is implemented as a synchronization function called from the eval
selection update node in depsgraph.
2018-08-15 09:46:33 -03:00
Dalai Felinto
7907dfc400
Motion Tracking Reconstruction Viewport Drawing (T51544)
...
* Draw bundle names.
* Draw bundle shapes (but spheres).
* Draw custom colors for bundles.
* Support selecting bundles.
* Object bundles also fully tested.
Missing from this commit:
* Camera path.
* Spheres are not drawn as solid.
* Blue dashed line from camera to tracker objects.
2018-08-15 09:45:25 -03:00
Sergey Sharybin
41ca20e031
Subdiv: Cleanup, dead code
2018-08-15 11:38:13 +02:00
Sergey Sharybin
4e1f310b8d
Subdiv: Fix memory leak interpolating CD_MDISP
...
Can not copy data without freeing the previous storage.
2018-08-15 11:28:00 +02:00
Campbell Barton
3c9c6507ac
UI: adjust names for select operations
2018-08-15 16:12:39 +10:00
Campbell Barton
f7c1716b6c
Merge branch 'master' into blender2.8
...
Fixes enum-flags having no text w/ property-split
2018-08-15 15:56:20 +10:00
Campbell Barton
c3e3ccd42c
Cleanup: set expand variable for all enum-flags
...
No functional change, needed for fix in 2.8x
2018-08-15 15:54:27 +10:00
Clément Foucault
4a3348cfe0
GPUShader: Remove some of the unused shaders
...
keeping GPU_SHADER_SMOKE until other occurences are removed.
2018-08-14 21:46:13 +02:00
Clément Foucault
cb65542d2c
DRW: Fix incorrect default stencil value
2018-08-14 21:38:13 +02:00
Clément Foucault
485b8d41be
Workbench: Add support for the xray object option
...
Xray object can be see through other objects. They cast shadows as well
but cannot receive then.
2018-08-14 21:38:13 +02:00
mano-wii
a5d72bac8e
Fix (unreported): misuse of GL Context when creating new window and/or rendering.
2018-08-14 16:10:35 -03:00
Dalai Felinto
b2966b70fe
EEVEE: Volumes - get current frame from depsgraph
...
The value from scene is not up to date at all times.
2018-08-14 16:07:52 -03:00
Dalai Felinto
37f6a26e74
Fix viewport background video/clip not updating on playback
...
CFRA should be avoided, it is not the depsgraph current frame, it is only
updated on cow flush.
2018-08-14 16:07:52 -03:00
Dalai Felinto
6ca48a523a
Fix gpu building after cleanup
...
Broken since: a3c9f4de70
2018-08-14 16:07:19 -03:00
Brecht Van Lommel
e6af1e4478
Cleanup: remove unused theme color functions using legacy GL.
2018-08-14 20:03:08 +02:00
Brecht Van Lommel
a3c9f4de70
Cleanup: remove unused basic shader, we use many specialized shaders now.
2018-08-14 19:57:58 +02:00
Brecht Van Lommel
26812a185f
Fix masks not drawing with draw type set to dashed.
2018-08-14 19:57:58 +02: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
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
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
Aaron Carlisle
12acf1e4f8
Cleanup: Update some links to new wiki
2018-08-13 21:55:30 -04:00
Aaron Carlisle
721321bf9e
Cleanup: copy paste error in tooltip
2018-08-13 20:51:35 -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
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