Campbell Barton
ee05143078
Keymap: disable alt-comma for origin only transform
...
This is quite an obscure option only useful in rare cases,
when enabled by accident it's confusing since single objects
can't be transformed.
Also, w/ 2.8x you don't see the option change in the header.
2018-10-02 19:11:50 +10:00
Antonioya
dc689fe407
GP: Redo blur z-depth fix
...
The problem with previous fix was that only the original pixels were blurred, but the surrounding pixels no.
2018-10-02 11:09:44 +02:00
Campbell Barton
c03ceb0f61
Gizmo: scale xyz axis to 1.0
...
The normal and xyz no longer overlap so can be the same size.
2018-10-02 19:05:15 +10:00
Antonioya
03b8d6ce54
GP: Cleanup shader
2018-10-02 10:31:49 +02:00
Antonioya
1a9d1317aa
GP: Fix blur FX z-depth error
...
The z-depth must not be blurred, but use the original value.
2018-10-02 10:22:40 +02:00
Campbell Barton
d2519c2aa1
Gizmo: option to switch between normal/xyz widgets
2018-10-02 18:17:25 +10:00
Campbell Barton
6b51e15973
Cleanup: split extrude gizmo into own file
2018-10-02 17:34:27 +10:00
Campbell Barton
c14949e9ed
Gizmo: move spin tool axis option into gizmo-group
...
Having this setting here wasn't correct (the operator ignores it).
2018-10-02 17:09:53 +10:00
Campbell Barton
07d4580f64
Gizmo: support for gizmo-group properties
...
This allows gizmo groups to store properties in the tool.
This makes sense for gizmo options which only control gizmo display and
don't control operator execution.
Unlike similar kinds of properties,
this isn't accessible via the gizmo-group-type instance.
For now the it's only stored in the workspace tool as can be done for
operator properties, so each instance doesn't have different settings
which would be confusing from a user perspective and complicate access
from the top-bar.
Later we could add gizmo-group properties if needed.
2018-10-02 17:03:23 +10:00
Campbell Barton
dce12293d0
WM: generalize tool property initialization
...
Prepare for storing different kinds of properties in tools.
2018-10-02 15:39:20 +10:00
Campbell Barton
0e7a592c3c
WM: report error w/ unknown operator name
2018-10-02 15:28:14 +10:00
Campbell Barton
1e526de9bd
Merge branch 'master' into blender2.8
2018-10-02 11:19:11 +10:00
Campbell Barton
bf37c93533
Correct tooltip
2018-10-02 11:17:31 +10:00
Philipp Oeser
60d4d58376
Fix T56990: AutoIK fails
...
Regression from 5d628c519
2018-10-02 10:10:26 +10:00
mano-wii
3aed08377d
GPY Python: program_use_begin and program_use_end.
...
The user has to be encouraged to use the `program_set` or `program_set_builtin` before drawing.
This avoids problem with gl_context.
2018-10-01 13:58:51 -03:00
Clément Foucault
8ed17c37c5
DRW: Fix unselectable wire object in solid mode
2018-10-01 18:56:26 +02:00
Brecht Van Lommel
238d30169f
Templates: tweaks to startup templates, add sculpting template.
2018-10-01 17:32:59 +02:00
Brecht Van Lommel
ac0dfcced3
UI: start maximized on X11 if possible, like other platforms.
2018-10-01 17:29:48 +02:00
Brecht Van Lommel
f40ff62647
Fix app template __init__.py not running without a userpref.blend.
2018-10-01 17:16:43 +02:00
Brecht Van Lommel
057f2a1878
UI: use backdrop circle for navigation icons, make clickable area bigger.
...
This will look a bit better once the icon outline is gone.
2018-10-01 17:13:08 +02:00
Antonioya
ffcc4be3bb
GP: Change Blur default parameters for Rim and Shadow effects.
2018-10-01 16:42:12 +02:00
Antonioya
a3afcae39e
GP: Add Blur to Shadow FX
...
The shadow needed a blur to make soft transitions and get a better effect.
2018-10-01 16:31:04 +02:00
Pablo Vazquez
832f5d36e5
UI: Color the inside of pie menu items when selected
...
Follows the same as other selected/active items in the UI.
Tested in Default theme, 2.7x, 2.4x, Flatty Light and Amaranth
all seem to work fine.
2018-10-01 15:28:47 +02:00
Clément Foucault
212ce03aaf
Edit UVs: Fix missing wires with multiple windows
...
All that was needed is a VAO refresh. It's not a performance problem
because it only concerns a handful of batches.
2018-10-01 15:14:46 +02:00
Clément Foucault
283f0ae9af
Edit UVs: Refactor drawing Shadow UV in Image Editor
...
Currently it's not showing the subdivided mesh (if there is a subdiv mod)
and there is some sync issue if there is multiple uv image space opened.
But thoses will be tackled later on. The purpose of this commit is to fix
the overflow issue of IMM and speed issue.
2018-10-01 15:14:46 +02:00
Clément Foucault
3a9ee33328
GPU: Fix partial draw of batches with index buffers
2018-10-01 15:14:46 +02:00
Clément Foucault
781995a09c
Edit UVs: Refactor drawing Edit UV in Image Editor
...
NOTE: This commit only concern edit UVs and not the "shadow" mesh displayed
when texture painting. This will be address in a future commit.
We now cache the uv mesh in the mesh batch cache and only reupload data on
changes.
Update could be more granular (and a bit faster) but it's not our main
concern ATM.
This should fix problem caused by the IMM api used to draw large meshes.
This makes performance skyrocket compared to previous implementation.
There is still a big CPU bottleneck when not in sync selection mode but it
is not related to the drawing function directly.
2018-10-01 15:14:46 +02:00
Clément Foucault
a5101de6a9
BLI: Add mul_v2_v2v2 function
2018-10-01 15:14:46 +02:00
Alexander Gavrilov
e38a0b3748
Shrinkwrap Constraint: implement projection features from the modifier.
...
Allow raycasting in two directions and culling front or back faces.
Also implement a new Invert Cull option in both constraint and
modifier that can be used to aim for faces aligned with the project
axis direction when raycasting both ways.
Reviewers: mont29
Differential Revision: https://developer.blender.org/D3737
2018-10-01 15:47:03 +03:00
Antonioya
be0e58d980
GP: Fix Shadow rotation bug
2018-10-01 11:36:18 +02:00
Alexander Gavrilov
534009098e
Remove obsolete weight paint color computation code.
...
The new weight paint drawing code converts weight to color
directly in the shader, so the old CD_PREVIEW_MLOOPCOL based
code is not needed anymore.
2018-10-01 11:02:24 +03:00
Campbell Barton
d64e60340f
3D View: use context mode string for sidebar
...
When moving panels from the toolbar to the sidebar,
'bl_context' is now used for filtering panels in both places.
2018-10-01 16:58:28 +10:00
Campbell Barton
c06333d77b
Object Join: use 'selected_editable_objects'
...
Was using 'selected_editable_bases', which used to save a lookup.
This is no longer the case and complicates access from Python
which cant yet easily access Bases.
2018-10-01 16:45:57 +10:00
mano-wii
d6ca699d7e
BLI_math: add isect_seg_seg_v3
2018-10-01 13:52:00 +10:00
mano-wii
9df476ecaa
BLI_math: add isect_seg_seg_v3 function and use in the cloth collision algorith.
...
In my tests a 4% improvement in performance was achieved by simulating a square cloth over the cube.
2018-10-01 00:16:44 -03:00
Campbell Barton
1f2c4f8809
Cleanup: use standard prefix for boolean settings
...
Avoid using 'add' as a prefix, it reads like a method.
2018-10-01 12:00:08 +10:00
Campbell Barton
12c49d05c6
Fix freed memory use w/ panel unregister
2018-10-01 10:32:48 +10:00
Campbell Barton
8ee4fd0bdf
Cleanup: style
2018-10-01 09:20:31 +10:00
Bastien Montagne
3cd98d9ef7
Fix T56981: python .scene_raycast returned object is not selectable.
...
Was returning COW evaluated object, not actual data-block...
2018-09-30 23:54:11 +02:00
Bastien Montagne
3a09ff77a1
Fix T56879: Blender2.8 Crash when Editing Text on Curve.
...
Moving cursor in 3D text edit mode calls `BKE_vfont_to_curve_ex()`,
which expects to work with evaluated data (curve cache runtime etc.).
2018-09-30 21:37:32 +02:00
Antonioya
40f10fe11a
GP: The primitive line must not enable cyclic mode
2018-09-30 18:45:45 +02:00
Antonioya
da032bdf23
GP: Cleanup and remove old debug code
2018-09-30 18:26:50 +02:00
Antonioya
5c184c4fec
Fix T56984: GP: Materials: Isolate (lock/visibility) buttons don't work.
2018-09-30 17:36:07 +02:00
Antonioya
ec06532cef
GP: New option to disable lasso while drawing
...
Now it's possible to disable the lasso effect of the fill color while drawing with a fill color.
This sometimes is required to see the lines and it's the first step to implement a new lasso brush.
2018-09-30 16:21:28 +02:00
Antonioya
60935cb9d8
GP: Ensure falloff curve is always initializated
2018-09-30 15:59:10 +02:00
Antonioya
8c3077ff94
Fix T56970 GP: Sculpt mode : Grap tool doesn't work
2018-09-30 13:54:23 +02:00
Antonioya
419fd80d46
GP: Fix error in mutiedit if curve is not available
2018-09-30 12:54:17 +02:00
Antonioya
4a72408124
GP: Do not use UI pixel scale for strokes
...
This scale value only must affect the interface, but never the stroke.
2018-09-30 11:49:02 +02:00
Antonioya
f1afa6f6a7
GP: implement Shadow FX (wip)
...
Initial implementation of effect to create a drop shadow of the strokes
2018-09-30 11:49:02 +02:00
mano-wii
f36efe0e2a
Fix mysterious crash when using textureGather on Intel drivers.
...
The crash occurs in a shader with uniform block of a certain size and misaligned.
2018-09-29 16:56:47 -03:00