Sebastian Parborg [Fri, 4 Jan 2019 13:21:35 +0000 (14:21 +0100)]
Fix T60068: missing viewport update when renaming objects in outliner.
Differential Revision: https://developer.blender.org/D4155
Sergey Sharybin [Fri, 4 Jan 2019 13:28:47 +0000 (14:28 +0100)]
Fix T60132: Convert hair particles to mesh
Needed to port operator to use evaluated particle system.
But also changed interface to always show Convert button when
draw type is set to Path (Hair particle system is forced to
be draws as path). This avoid rather expensive lookup on every
redraw, but will show Convert button for un-baked particle
emitter.
Probably, an acceptable compromise.
Dalai Felinto [Fri, 4 Jan 2019 13:15:23 +0000 (11:15 -0200)]
Partial fix T60148: EEVEE hangs when anamorphic bokeh is too low
Fixed by setting the limit to the original limit I used for Cycles.
Rendering still goes extremely slow when bokeh is lower than 1.0.
But at least now it is "waitable". With lower numbers than 0.01 I don't
think we would ever get a render to finish.
@fclem feel free to address the real root of the problem, but I'm afraid
it may be a limitation of the algorithm you are using.
Brecht Van Lommel [Fri, 4 Jan 2019 12:47:50 +0000 (13:47 +0100)]
Fix T59768: UV context menu showing in image editor.
Dalai Felinto [Fri, 4 Jan 2019 12:25:59 +0000 (10:25 -0200)]
EEVEE DoF: Fix runtime error: division by zero when blades was 0
Even though the fragment shader was already discarding all members of
dof_bokeh_sides when blades was zero, the C code was still trying to
use this for a few divisions leading to runtime asserts.
Those are harmless yet can lead some to waste time while pursuiting
other bugs (namely a near freeze when blades aspect ratio is too low).
Dalai Felinto [Wed, 2 Jan 2019 11:34:41 +0000 (09:34 -0200)]
Fix T60044: Sculpting brush is not visible on file load
The original issue is that wm->paintcursors is empty until we go in and
out of the sculpt mode. To fix this we need to toggle inside the sculpt
mode.
This is usually tackled by ED_editors_init(), however the sculpt mode
toggling was never call because the object technically had "mode data".
Reviewers: campbellbarton
Differential Revision: https://developer.blender.org/D4153
Sergey Sharybin [Fri, 4 Jan 2019 11:51:10 +0000 (12:51 +0100)]
Cleanup: Spelling
Sergey Sharybin [Fri, 4 Jan 2019 11:50:05 +0000 (12:50 +0100)]
Provide more information on unknown GPU
Sergey Sharybin [Fri, 4 Jan 2019 11:42:13 +0000 (12:42 +0100)]
Merge branch 'blender2.7'
Sergey Sharybin [Fri, 4 Jan 2019 11:41:35 +0000 (12:41 +0100)]
Recognize llvmpipe renderer as software OpenGL
Campbell Barton [Fri, 4 Jan 2019 08:58:18 +0000 (19:58 +1100)]
Object: don't flip scale when setting dimensions
Campbell Barton [Fri, 4 Jan 2019 08:52:13 +0000 (19:52 +1100)]
Fix T54771: Can't change multiple dimensions at once
- Use non-rna button for adjusting dimensions.
- Make Object.dimensions RNA read-only since it never worked well.
This is mainly a UI editing feature.
Campbell Barton [Fri, 4 Jan 2019 08:08:46 +0000 (19:08 +1100)]
Cleanup: unused calculation
Campbell Barton [Fri, 4 Jan 2019 08:08:09 +0000 (19:08 +1100)]
Cleanup: indentation (right shift)
Campbell Barton [Fri, 4 Jan 2019 06:08:34 +0000 (17:08 +1100)]
Merge branch 'blender2.7'
Campbell Barton [Fri, 4 Jan 2019 05:23:04 +0000 (16:23 +1100)]
Fix T60099: Inconsistent normals from spin tool
Campbell Barton [Fri, 4 Jan 2019 05:17:49 +0000 (16:17 +1100)]
Spin Tool: don't flip when using a negative angle
The intention was to flip normals when extruding in the opposite
direction, however the sign of the angle isn't meaningful unless
the geometry center and region normal are taken into account.
Disable, may add back in a way that works more predictably.
Campbell Barton [Fri, 4 Jan 2019 05:08:42 +0000 (16:08 +1100)]
Fix eternal loop in spin tool merge first/last
Campbell Barton [Fri, 4 Jan 2019 06:04:04 +0000 (17:04 +1100)]
Haiku: build fix
D4130 by @miqlas
Campbell Barton [Fri, 4 Jan 2019 06:04:04 +0000 (17:04 +1100)]
Haiku: build fix
D4130 by @miqlas
Campbell Barton [Fri, 4 Jan 2019 05:23:04 +0000 (16:23 +1100)]
Fix T60099: Inconsistent normals from spin tool
Campbell Barton [Fri, 4 Jan 2019 05:17:49 +0000 (16:17 +1100)]
Spin Tool: don't flip when using a negative angle
The intention was to flip normals when extruding in the opposite
direction, however the sign of the angle isn't meaningful unless
the geometry center and region normal are taken into account.
Disable, may add back in a way that works more predictably.
Campbell Barton [Fri, 4 Jan 2019 05:08:42 +0000 (16:08 +1100)]
Fix eternal loop in spin tool merge first/last
Campbell Barton [Fri, 4 Jan 2019 00:26:11 +0000 (11:26 +1100)]
Merge branch 'blender2.7'
Campbell Barton [Fri, 4 Jan 2019 00:09:18 +0000 (11:09 +1100)]
Cleanup: use typed unsigned ints
Campbell Barton [Fri, 4 Jan 2019 00:05:53 +0000 (11:05 +1100)]
Cleanup: use typed unsigned ints
Campbell Barton [Thu, 3 Jan 2019 22:58:03 +0000 (09:58 +1100)]
UI: refactor layout vars out of uiFontStyle
Word wrap and alignment layout args only used by UI_fontstyle_draw
were vars in uiFontStyle.
These were written to before drawing, so better pass as an argument.
Pass uiFontStyle & uiWidgetColors as const args.
Campbell Barton [Thu, 3 Jan 2019 21:37:17 +0000 (08:37 +1100)]
Missed last commit
Campbell Barton [Thu, 3 Jan 2019 21:21:07 +0000 (08:21 +1100)]
3D View: use full opacity by default
Vertex paint overlays the color w/ solid mode,
Having a partial overlay makes the sample tool not give useful results.
Sebastian Parborg [Thu, 3 Jan 2019 21:02:17 +0000 (08:02 +1100)]
Fix T60101: vertex paint color sample
Brecht Van Lommel [Thu, 3 Jan 2019 18:53:46 +0000 (19:53 +0100)]
Fix T59049: some modal transform keys no working in custom keymaps.
Howard Trickey [Thu, 3 Jan 2019 18:39:52 +0000 (13:39 -0500)]
Fix T58113 Multiple problems with bevel harden normals.
Move the bevel hardening code all into bmesh_bevel.c.
Based on user feedback, rewrote the bevel hardening algorithm
to be more what users want.
Based on user feedback, changed the UI, removing some
not-useful options. Now hardening normals while beveling
is enabled by a simple checkbox.
Now setting face strength gives options for which faces
get their face strength set.
Brecht Van Lommel [Thu, 3 Jan 2019 18:21:10 +0000 (19:21 +0100)]
Fix T59349: Cycles viewport render flickering when changing some settings.
Brecht Van Lommel [Thu, 3 Jan 2019 17:32:51 +0000 (18:32 +0100)]
Merge branch 'blender2.7'
Brecht Van Lommel [Thu, 3 Jan 2019 17:28:46 +0000 (18:28 +0100)]
Fix for T58250 fix: Blender failing to start with OpenGL context < 4.5.
Brecht Van Lommel [Thu, 3 Jan 2019 16:58:59 +0000 (17:58 +0100)]
Cleanup: don't do nodetree verification/versioning twice.
Brecht Van Lommel [Thu, 3 Jan 2019 17:20:30 +0000 (18:20 +0100)]
Fix T60073: can't unlink by dragging from some node input sockets.
Antonioya [Thu, 3 Jan 2019 17:10:39 +0000 (18:10 +0100)]
Fix T60022: Crash when adding grease pencil object to a collection disabled in viewport.
See D4163
Thanks to Habib Gahbiche (@zazizizou) for the fix.
Bastien Montagne [Thu, 3 Jan 2019 17:01:56 +0000 (18:01 +0100)]
Fix T59925: Crash when adding any generative modifier on a curve with more than one material.
Am not totally convinced that generating meshes without fully valid
material info is a good thing, but this seems to be rather common in our
code base (in both mesh editing and convert-to-mesh cases).
So for now, duplicated code in mesh eval finalization to main displist
creation/eval function, synchronizing mat data at the end of modifiers
stack eval, if needed.
Sergey Sharybin [Thu, 3 Jan 2019 16:42:04 +0000 (17:42 +0100)]
Don't link against GLU library
We are core profile now, no need to link against GLU.
This change makes it so Blender binary is not dependent on liGLU.so.
That was a weird thing that Blender was dependent on it, but was not
using any functions from it.
Brecht Van Lommel [Thu, 3 Jan 2019 16:08:46 +0000 (17:08 +0100)]
Fix T54962: Cycles crash using subsurface scattering texture blur.
Brecht Van Lommel [Thu, 3 Jan 2019 15:43:09 +0000 (16:43 +0100)]
Fix T58250: crash starting Blender on X11 without OpenGL 3.3.
Instead display an error message and exit.
Brecht Van Lommel [Thu, 3 Jan 2019 14:59:01 +0000 (15:59 +0100)]
Fix T60119: incorrect filter size in new scenes.
Sergey Sharybin [Thu, 3 Jan 2019 14:44:53 +0000 (15:44 +0100)]
Fix T59072: Text extrusion cannot be animated
Brecht Van Lommel [Thu, 3 Jan 2019 14:38:22 +0000 (15:38 +0100)]
Fix incorrect drawing of material list outline, after recent changes.
For draw cache flushing the default blend mode needs to be set.
Brecht Van Lommel [Thu, 3 Jan 2019 14:17:01 +0000 (15:17 +0100)]
Fix T57177: redo select random operator selects hidden objects.
Brecht Van Lommel [Thu, 3 Jan 2019 13:20:43 +0000 (14:20 +0100)]
Fix some inconsistencies in object visibility/selectability tests.
Brecht Van Lommel [Thu, 3 Jan 2019 11:39:16 +0000 (12:39 +0100)]
Fix T60107: gizmos should not show for unselectable objects.
Brecht Van Lommel [Thu, 3 Jan 2019 11:10:14 +0000 (12:10 +0100)]
Fix T58870: submenus don't open for some specific mouse positions.
Brecht Van Lommel [Thu, 3 Jan 2019 10:48:05 +0000 (11:48 +0100)]
Fix accidental changes to default preferences in recent startup.blend commit.
Philipp Oeser [Wed, 2 Jan 2019 14:37:15 +0000 (15:37 +0100)]
Fix T60056: Make Duplicates Real with Keep Hierarchy does nothing
Caused by rB36ca072375deea4803df4681716c1d3224095e07
[one instance of `DEG_get_original_object` was neccesary, the other one
breaks getting the parent in `BLI_ghash_lookup`]
Reviewed by: brecht
Differential Revision: https://developer.blender.org/D4154
Antonioya [Thu, 3 Jan 2019 10:29:33 +0000 (11:29 +0100)]
GP: Include Lasso eraser in Fill and Primitives
This option allows to delete sections using Ctrl+Alt.
Antonioya [Thu, 3 Jan 2019 09:39:14 +0000 (10:39 +0100)]
Fix T59527: Segment fault changing layer visibility and onion skin
In some situation when the layer is hidden, the onion skin must be disabled too, because the material is not available.
Campbell Barton [Thu, 3 Jan 2019 06:30:54 +0000 (17:30 +1100)]
Cleanup: indentation
Campbell Barton [Thu, 3 Jan 2019 06:20:41 +0000 (17:20 +1100)]
DRW: remove INDEX4 normal flipping
Added in
531e5ad49a03763 but I couldn't find a case when it's needed,
It's not needed for solid-mode viewport drawing for eg.
Campbell Barton [Thu, 3 Jan 2019 06:19:05 +0000 (17:19 +1100)]
Revert "GPU: add negated normal conversion functions"
This reverts commit
d28b29d428cc7fc7eb29f2302b5d80fc63a9f870.
Campbell Barton [Thu, 3 Jan 2019 05:56:53 +0000 (16:56 +1100)]
Fix T59842: Curve flat shading doesn't work
Calculate flat shaded normals when creating batch cache.
Note that 2.7x was using vertex normals as flat-face normals.
Campbell Barton [Thu, 3 Jan 2019 05:56:16 +0000 (16:56 +1100)]
GPU: add negated normal conversion functions
Saves having to negate to a temporary variable.
Campbell Barton [Thu, 3 Jan 2019 05:02:26 +0000 (16:02 +1100)]
Cleanup: variable name
Campbell Barton [Thu, 3 Jan 2019 04:52:07 +0000 (15:52 +1100)]
Cleanup: preprocessor indentation
Campbell Barton [Thu, 3 Jan 2019 04:13:46 +0000 (15:13 +1100)]
Transform: default shrink/fatten even-offset to false
Changed for 2.8 but this cases spikes for some geometry, see: T59968
Campbell Barton [Thu, 3 Jan 2019 01:33:12 +0000 (12:33 +1100)]
Fix new material for pinned objects
Grease pencil check was using active object.
Campbell Barton [Thu, 3 Jan 2019 01:23:17 +0000 (12:23 +1100)]
Merge branch 'blender2.7'
Campbell Barton [Thu, 3 Jan 2019 01:15:03 +0000 (12:15 +1100)]
Fix T60014: material link pref ignored
The PreferencesEdit.material_link only worked for adding slots,
adding an initial new material didn't respect the preference.
mano-wii [Wed, 2 Jan 2019 18:57:54 +0000 (16:57 -0200)]
Fix (unreported): unpredictable crashes when it is done snap after automerge.
The `em->tottri` of an evaluated object can be different from the actual amount of looptris.
Brecht Van Lommel [Wed, 2 Jan 2019 19:22:16 +0000 (20:22 +0100)]
Fix T58859: render with compositor does not render other scenes.
Brecht Van Lommel [Wed, 2 Jan 2019 19:10:48 +0000 (20:10 +0100)]
Fix wrong alpha blending for datablock preview icons.
Brecht Van Lommel [Wed, 2 Jan 2019 18:58:26 +0000 (19:58 +0100)]
Merge branch 'blender2.7'
Brecht Van Lommel [Wed, 2 Jan 2019 18:55:26 +0000 (19:55 +0100)]
Fix T60061: Cycles OSL point density not working.
Add override keywords so we can detect when the function definitions change.
Brecht Van Lommel [Wed, 2 Jan 2019 18:22:56 +0000 (19:22 +0100)]
Fix T60037: single column layout breaks file browse button.
Brecht Van Lommel [Wed, 2 Jan 2019 17:56:36 +0000 (18:56 +0100)]
Fix T59063: operator search menu loses background in some cases.
Brecht Van Lommel [Wed, 2 Jan 2019 17:18:11 +0000 (18:18 +0100)]
Fix wrong grease pencil shader FX usage of object location.
It should use the evaluated object location, and not add any unnecessary
dependency on geometry data.
Brecht Van Lommel [Wed, 2 Jan 2019 16:46:57 +0000 (17:46 +0100)]
Fix T59792: Cycles crash rendering motion pass with motion blur enabled.
Antonioya [Wed, 2 Jan 2019 16:43:09 +0000 (17:43 +0100)]
Fix T60051: Wrong stroke projection when viewmode set to Front
As the z-depth is calculated using the internal drawing, if we use the front mode the z-depth is wrong. The Front or Back mode must be used only for display, but not for calculation.
Brecht Van Lommel [Wed, 2 Jan 2019 15:32:32 +0000 (16:32 +0100)]
Fix T60046: crash with Cycles viewport render and particle info node.
This code was not correctly ported to 2.8.
Antonioya [Wed, 2 Jan 2019 16:10:37 +0000 (17:10 +0100)]
Fix T60031: Joining two Grease Pencilobjects sometimes crashes
The drawing cache was not set as dirty and drawing engine used old data.
Campbell Barton [Wed, 2 Jan 2019 15:01:28 +0000 (02:01 +1100)]
Fixes and edits to studio light operators
- Remove pathlib use
(was converting to/from string with no real advantage).
- Use user_resource(..., create=True) to ensure the path exists.
- Pass full path to BKE_studiolight_create, don't add extension after.
- Fix 'sl' filtering glob and move from ui code to operator.
- Fix string copy length.
Campbell Barton [Wed, 2 Jan 2019 14:08:26 +0000 (01:08 +1100)]
Cleanup: py-gpu error checks
Move gpu initialization checks to the start of each function instead
of mixing with argument parsing.
Campbell Barton [Wed, 2 Jan 2019 13:55:07 +0000 (00:55 +1100)]
Revert file rename from T59773 fix
Mixing file rename with other changes should be avoided.
Using 'module_py_api' convention here
is in keeping with imbuf, idprop, blf & bmesh.
No reason for gpu to have a different convention.
mano-wii [Wed, 2 Jan 2019 12:01:46 +0000 (10:01 -0200)]
Fix T59773: Raise exception if the gpu module is used in backgound mode.
Instead of crashing, an error message is displayed if a function of the gpu module is called without a GPU context.
Reviewers: brecht, campbellbarton, JacquesLucke, mont29
Subscribers: abdelmatinboulbayam, amir.shehata
Differential Revision: https://developer.blender.org/D4143
Dalai Felinto [Wed, 2 Jan 2019 12:37:02 +0000 (10:37 -0200)]
Fix poll function for SelectPattern operator
Note this is also broken in 2.7x.
This is not a big deal since the operator is exposed in the correct
menus. But some users were accessing it via the search menu which would
lead to issues.
Dalai Felinto [Wed, 2 Jan 2019 12:22:00 +0000 (10:22 -0200)]
Fix T60030: Select pattern fails with pose bones
The original comment in the file was not acknoledging pose bones could be tacked
here as well (my fault since I should not have trusted the comments and read the code
intead).
Problem introduced on
aeb8e81f2741.
Bastien Montagne [Wed, 2 Jan 2019 10:26:31 +0000 (11:26 +0100)]
Fix T60060: Corrective Smooth Modifier binding process is broken.
Same as with the other modifiers' binding ops, those need to be
performed outside of regular depsgraph eval.
Antonioya [Wed, 2 Jan 2019 09:55:17 +0000 (10:55 +0100)]
GP: Cleanup pad to _pad
Campbell Barton [Wed, 2 Jan 2019 08:17:30 +0000 (19:17 +1100)]
UI: correct sequencer icon in add menu
Campbell Barton [Wed, 2 Jan 2019 08:03:32 +0000 (19:03 +1100)]
UI: Show shade smooth/flat in curve context menu
Campbell Barton [Wed, 2 Jan 2019 07:46:43 +0000 (18:46 +1100)]
Fix T59886: Missing transform gizmo update
Campbell Barton [Wed, 2 Jan 2019 07:33:07 +0000 (18:33 +1100)]
3D View: use grid & all axes in axis-views
Matches 2.7x behavior.
Campbell Barton [Wed, 2 Jan 2019 07:18:54 +0000 (18:18 +1100)]
UI: add scale option for template_icon_view button
The existing scale option only changed the scale if icons in the popup.
Campbell Barton [Wed, 2 Jan 2019 06:23:57 +0000 (17:23 +1100)]
Cleanup: use RNA icon instead of passing as an arg
Campbell Barton [Wed, 2 Jan 2019 06:03:45 +0000 (17:03 +1100)]
Cleanup: indentation, naming
Use rna naming conventions for unit-settings callbacks.
Campbell Barton [Wed, 2 Jan 2019 05:30:13 +0000 (16:30 +1100)]
PyRNA: enum no longer returns first item when the value isn't found
This hides errors & makes it confusing to debug mistakes
when the enum items aren't correct.
Return an empty string instead.
Campbell Barton [Wed, 2 Jan 2019 05:14:22 +0000 (16:14 +1100)]
Fix image editor tool-settings missing from topbar
Campbell Barton [Wed, 2 Jan 2019 04:43:58 +0000 (15:43 +1100)]
Cleanup: rename manipulator references
Campbell Barton [Wed, 2 Jan 2019 04:38:45 +0000 (15:38 +1100)]
Cleanup: use '_pad' in DNA
Convention used elsewhere, has advantage pad vars don't autocomplete
with other vars beginning w/ 'p'.
Campbell Barton [Wed, 2 Jan 2019 04:31:56 +0000 (15:31 +1100)]
Cleanup: rename target_weight -> weight
Match name of mesh weight paint.
Campbell Barton [Wed, 2 Jan 2019 03:36:56 +0000 (14:36 +1100)]
UI: de-duplicate top-bar and panel paint scripts
- Fixes missing check for unified brush in sculpt mode.
- Re-orders material first in gpencil paint mode
(matching color-first for other paint modes).
- Avoid minor differences (missing tablet pressure options from topbar).
- Don't repeat properties already displayed in the topbar
when opening the brush popover.
William Reynish [Tue, 1 Jan 2019 23:46:10 +0000 (10:46 +1100)]
UI: add painting blend mode to top-bar
Antonioya [Tue, 1 Jan 2019 15:44:10 +0000 (16:44 +0100)]
GP: Don't use offset for Stroke projection
The offset is only used in Surface mode.
mano-wii [Mon, 31 Dec 2018 15:45:20 +0000 (13:45 -0200)]
Fix T60015: snap to grid - snaps only to largest increment
Caused by rBc7a96651dfa4 when trying to remove all uses of the deprecated `rv3d->gridview`.