Campbell Barton [Thu, 13 Dec 2018 21:43:14 +0000 (08:43 +1100)]
Fix T57724: Opening file browser flips user-prefs header
Campbell Barton [Thu, 13 Dec 2018 21:14:52 +0000 (08:14 +1100)]
Merge branch 'master' into blender2.8
Campbell Barton [Thu, 13 Dec 2018 21:13:55 +0000 (08:13 +1100)]
Fix typo in context docs.
Campbell Barton [Thu, 13 Dec 2018 20:55:12 +0000 (07:55 +1100)]
UI: show workspace cycling key bindings in menu
Antonioya [Thu, 13 Dec 2018 18:49:13 +0000 (19:49 +0100)]
GP: New Smooth operator
Smooth a stroke, in edit mode, similar how mesh operator works with meshes.
Brecht Van Lommel [Thu, 13 Dec 2018 17:28:41 +0000 (18:28 +0100)]
Fix T58014, T58650: issues with hex color and Filmic view transform.
Hex color values are now always in sRGB space, as would be expected by
most other applications. Previously they were in display space and using
the view transform.
Brecht Van Lommel [Fri, 12 Oct 2018 14:42:34 +0000 (16:42 +0200)]
Color management: add OCIO aware utility functions for transform to/from XYZ.
Brecht Van Lommel [Thu, 13 Dec 2018 14:59:58 +0000 (15:59 +0100)]
Fix T58549, T56741: HSV color picker issues with Filmic view transform.
In
2d655d3 the color picker was changed to use display space HSV values.
This works ok for a simple sRGB EOTF, but fails with view transforms like
Filmic where display space V 1.0 maps to RGB 16.292.
Instead we now use the color_picking role from the OCIO config when
converting from RGB to HSV in the color picker. This role is set to sRGB
in the default OCIO config.
This color space fits the following requirements:
* It is approximately perceptually linear, so that the HSV numbers and
the HSV cube/circle have an intuitive distribution.
* It has the same gamut as the scene linear color space.
* Color picking values 0..1 map to scene linear values in the 0..1 range,
so that picked albedo values are energy conserving.
Jacques Lucke [Thu, 13 Dec 2018 14:29:54 +0000 (15:29 +0100)]
Speedup: new OldNewMap implementation for file loading
In production files that use a lot of linking I measured loading speedups between 5% and 18%. In files that use less linking the speedup might not be noticeable at all, but it should not be slower.
Reviewer: brecht
Differential Revision: https://developer.blender.org/D4038
Ray Molenkamp [Thu, 13 Dec 2018 14:01:00 +0000 (07:01 -0700)]
Merge remote-tracking branch 'origin/master' into blender2.8
Ray Molenkamp [Thu, 13 Dec 2018 13:59:37 +0000 (06:59 -0700)]
deps: add missing sqlite dll to windows build.
Sergey Sharybin [Thu, 13 Dec 2018 13:32:32 +0000 (14:32 +0100)]
Merge branch 'master' into blender2.8
Sergey Sharybin [Thu, 13 Dec 2018 13:31:38 +0000 (14:31 +0100)]
Cycles: Update standalone app to OIIO 2.0
Campbell Barton [Thu, 13 Dec 2018 12:15:15 +0000 (23:15 +1100)]
RNA: revert recent rename 'updated' -> 'dirty'
Partially reverts
45fdf41be87f &
6d38d824377c,
added comment why term 'updated' is used in this case.
Campbell Barton [Thu, 13 Dec 2018 11:56:19 +0000 (22:56 +1100)]
Cleanup: macro hygiene, style, doxy comments
Campbell Barton [Thu, 13 Dec 2018 11:44:09 +0000 (22:44 +1100)]
BLI_edgehash: assert when edges use the same vert
This was removed on the recent upgrade.
Antonioya [Thu, 13 Dec 2018 11:41:29 +0000 (12:41 +0100)]
GP: Cleanup const variables
Campbell Barton [Thu, 13 Dec 2018 11:19:11 +0000 (22:19 +1100)]
Fix error in recent key-item filtering
Grouping flags makes it impossible to exclude only modifiers for eg.
Fixes T59303
Sergej Reich [Thu, 13 Dec 2018 10:54:18 +0000 (11:54 +0100)]
Fix force fields not affecting rigid bodies
This fixes part of T58991.
Still need to add proper relations so that point cache is marked as outdated
when effectors are modified.
Dalai Felinto [Thu, 13 Dec 2018 11:18:02 +0000 (11:18 +0000)]
Silence warning (const)
Antonioya [Thu, 13 Dec 2018 11:18:44 +0000 (12:18 +0100)]
GP: Missing change of texture format in previous commit
Jacques Lucke [Thu, 13 Dec 2018 10:51:50 +0000 (11:51 +0100)]
Fix T59125: Outliner does not show view layer count
Reviewers: brecht
Differential Revision: https://developer.blender.org/D4060
Antonioya [Thu, 13 Dec 2018 10:51:17 +0000 (11:51 +0100)]
GP: Create Framebuffer textures only if needed
Now, if there aren't grease pencil objects, the textures and framebuffers are not created. This unload GPU Memory when not using GP.
Antonioya [Thu, 13 Dec 2018 10:17:51 +0000 (11:17 +0100)]
GP: Changes textures from DEPTH24_STENCIL8 to DEPTH_COMPONENT24
As we are not using stencil info, we don't need this in the texture.
Jacques Lucke [Thu, 13 Dec 2018 10:21:31 +0000 (11:21 +0100)]
BLI: New Edgehash and EdgeSet implementation
The new data structure uses open addressing instead of chaining to resolve collisions in the hash table.
This new structure was never slower than the old implementation in my tests. Code that first inserts all edges and then iterates through all edges (e.g. to remove duplicates) benefits the most, because the `EdgeHashIterator` becomes a simple for loop over a continuous array.
Reviewer: campbellbarton
Differential Revision: D4050
Campbell Barton [Thu, 13 Dec 2018 08:05:11 +0000 (19:05 +1100)]
Armature Edit Mode: improve box/lasso select
Mostly rewrite logic which now matches (de)select picking,
share between both operators.
- Support all selection operations (eSelectOp), fixes T59255.
- Add function that selects using 'BONESEL_*' flags & eSelectOp.
This avoids lasso & box select having to handle selection flushing.
- Fix strange behavior with lasso where selecting a bone in a chain
would only select the tip (from 2.7x).
Campbell Barton [Thu, 13 Dec 2018 02:04:25 +0000 (13:04 +1100)]
Cleanup: use doxy grouping for view3d select
Easier to navigate, avoid mixing up functionality across the file.
Campbell Barton [Thu, 13 Dec 2018 01:30:38 +0000 (12:30 +1100)]
Cleanup: style
Campbell Barton [Thu, 13 Dec 2018 01:20:42 +0000 (12:20 +1100)]
Cleanup: replace ifdef w/ stub
Campbell Barton [Thu, 13 Dec 2018 00:41:45 +0000 (11:41 +1100)]
Gizmo: multi-object pose-mode gizmo positioning
Campbell Barton [Wed, 12 Dec 2018 23:51:37 +0000 (10:51 +1100)]
Gizmo: use general active center calculation
There are some minor differences in center calculation but I don't think
they're important, if so we can update the code.
- Edit-bone uses head (instead of the middle when both are selected).
- Edit-bone flag for restricting components uses the selection instead
of the active bone.
Campbell Barton [Wed, 12 Dec 2018 23:37:01 +0000 (10:37 +1100)]
Cleanup: de-duplicate active item center access
Campbell Barton [Wed, 12 Dec 2018 20:22:22 +0000 (07:22 +1100)]
Templates: remove redundant directory init
This is now handled when versioning all startups.
Campbell Barton [Wed, 12 Dec 2018 19:38:55 +0000 (06:38 +1100)]
Fix building w/o bullet
Antonioya [Wed, 12 Dec 2018 18:48:24 +0000 (19:48 +0100)]
Fix T59248: Crash in Grease Pencil Edit mode when adding Annotation
Bastien Montagne [Wed, 12 Dec 2018 16:21:37 +0000 (17:21 +0100)]
Fix (unreported) Broken rigidbody requirements when adding objects to a RB collection.
We have to ensure objects get expected RB data, when they are added to a
RB collection...
Jacques Lucke [Wed, 12 Dec 2018 15:38:54 +0000 (16:38 +0100)]
Fix T59208: Error when loading reference/background image in edit mode
Clément Foucault [Wed, 12 Dec 2018 14:18:32 +0000 (15:18 +0100)]
Fix T59234: Crash when enter in Edit mode
Edit mode triangles does always need to have access to faces for visibility
and select/active flags.
Clément Foucault [Wed, 12 Dec 2018 13:58:06 +0000 (14:58 +0100)]
Mesh Batch Cache: Fix crash when using edit mode normal display.
Sergey Sharybin [Wed, 12 Dec 2018 14:06:39 +0000 (15:06 +0100)]
Fix T58450: Skin modifier not working if applied after subsurf
Brecht Van Lommel [Wed, 12 Dec 2018 13:20:10 +0000 (14:20 +0100)]
Fix transform gizmo showing with active element pivot point and no selection.
It should be possible to use this when the active element is unselected, but
there still needs to be something else selected. Otherwise it is not possible
to deselect all as a way to get the gizmo out of the way.
Brecht Van Lommel [Wed, 12 Dec 2018 12:04:29 +0000 (13:04 +0100)]
UI: use consistent subdivision modifier name when creating from shortcuts.
Bastien Montagne [Wed, 12 Dec 2018 11:29:58 +0000 (12:29 +0100)]
Point API doc to proper path.
We'll have to update that again once we move 2.8 to master...
Bastien Montagne [Wed, 12 Dec 2018 11:04:17 +0000 (12:04 +0100)]
Merge branch 'master' into blender2.8
Bastien Montagne [Wed, 12 Dec 2018 10:55:40 +0000 (11:55 +0100)]
Fix T59213: Application menu links to outdated version of Python API.
Somehow those links were forgotten when we renamed API doc to simpler
names last year...
Campbell Barton [Wed, 12 Dec 2018 10:39:55 +0000 (21:39 +1100)]
Keymap: event type filter w/ finding keymap items
Now its possibly to ask for only keyboard/mouse/ndof events
when finding key map items.
Bastien Montagne [Wed, 12 Dec 2018 09:43:21 +0000 (10:43 +0100)]
Fix T59133: Area light size not updating from viewport gizmo.
When we are directly affecting DNA, we need to handle update ourself...
Philipp Oeser [Wed, 12 Dec 2018 08:34:34 +0000 (09:34 +0100)]
PyTemplates operator_modal_timer: update to 2.8
use keyword argument
Fixes T59232
Campbell Barton [Wed, 12 Dec 2018 05:51:44 +0000 (16:51 +1100)]
startup: default file selector to a useful path
Was initialized to '/home/', use BKE_appdir_folder_default instead.
Campbell Barton [Wed, 12 Dec 2018 04:52:34 +0000 (15:52 +1100)]
Fix action-zones showing up as shortcuts
Toggle fullscreen area for eg, was showing the action-zone instead of
the key binding.
Campbell Barton [Wed, 12 Dec 2018 04:35:47 +0000 (15:35 +1100)]
Keymap: refactor keymap item find logic
Pass a function to filter items to allow lookups to be more selective.
Campbell Barton [Wed, 12 Dec 2018 03:26:43 +0000 (14:26 +1100)]
Fix T59170: Box select ignores modifiers-keys once tool option is set
- Key-map items properties now override tool-options
so modifier keys can have different behavior to the default action.
- Box & circle select now have `wait_for_input` properties
instead of detecting this based on selection options being set or not.
This relied on the key-map setting properties which may need to be
initialize from the tool settings.
Campbell Barton [Wed, 12 Dec 2018 01:55:20 +0000 (12:55 +1100)]
Merge branch 'master' into blender2.8
Campbell Barton [Wed, 12 Dec 2018 01:50:58 +0000 (12:50 +1100)]
Cleanup: use colon separator after parameter
Helps separate variable names from descriptive text.
Was already used in some parts of the code,
double space and dashes were used elsewhere.
Campbell Barton [Wed, 12 Dec 2018 01:17:42 +0000 (12:17 +1100)]
Docs: correct doxy comments
Campbell Barton [Wed, 12 Dec 2018 00:35:30 +0000 (11:35 +1100)]
Keymap: add Shift-F1..3 editor shortcuts
Some frequently used editors didn't have F-key access.
Campbell Barton [Wed, 12 Dec 2018 00:12:34 +0000 (11:12 +1100)]
Fix T59211: Edit-mesh display crashes
Caused by
ae1f563899de4
Dalai Felinto [Fri, 7 Dec 2018 19:01:45 +0000 (17:01 -0200)]
Fix Cycles baking active/cage
Basically what we address here is to make sure the active object and the cage
are not interferring with the baking result (e.g., when baking Combined).
To do so, we take advantage of the fact that we create our own depsgraph
for baking. So now we can change the cowed objects, instead of the
original ones.
Note: There is still a way to get a crash. If you try to bake from
selected to active when is_cage, but with no cage object, we get an
assert:
```
BLI_assert failed: //source/blender/blenkernel/intern/DerivedMesh.c
mesh_calc_modifiers(), at
(((Mesh *)ob->data)->id.tag & LIB_TAG_COPIED_ON_WRITE_EVAL_RESULT) == 0
```
We can bypass this by passing ob_low instead of ob_low_eval to
bake_mesh_new_from_object on object_bake_api.c:847 . But then the edge
split modifier change will take no effect.
Campbell Barton [Tue, 11 Dec 2018 23:44:04 +0000 (10:44 +1100)]
Fix T59210: Measure tool crash w/o overlays/gizmos
Campbell Barton [Tue, 11 Dec 2018 23:04:24 +0000 (10:04 +1100)]
Fix rulers being removed on click
Campbell Barton [Tue, 11 Dec 2018 22:52:49 +0000 (09:52 +1100)]
Revert "Tweak UI message of Ruler tool."
This reverts commit
1bf0a4f4d0d8c7e748f40d634aebf55eb37435ba.
This is a bug, clicks shouldn't remove rulers since it's too easy
to accidentally click instead of dragging.
Campbell Barton [Tue, 11 Dec 2018 22:39:36 +0000 (09:39 +1100)]
Fix toolbar key-accelerator w/ LMB select
Tweak events were masking hotkey access.
Reported in T55162
Ray Molenkamp [Tue, 11 Dec 2018 22:14:00 +0000 (15:14 -0700)]
Merge remote-tracking branch 'origin/master' into blender2.8
Ray Molenkamp [Tue, 11 Dec 2018 22:12:56 +0000 (15:12 -0700)]
dependencies windows: Replace pthreads-win32 2.9.1 with pthreads4w 3.0.0
maintenance seems to have stopped for pthreads-win32
Clément Foucault [Tue, 11 Dec 2018 22:05:36 +0000 (23:05 +0100)]
GPUState: Change isolated glLineWidth usage to GPU_line_width
Clément Foucault [Tue, 11 Dec 2018 21:30:41 +0000 (22:30 +0100)]
GPUTexture: Add debug print for cubemap textures
Clément Foucault [Tue, 11 Dec 2018 21:10:16 +0000 (22:10 +0100)]
GPUTexture: Fix memory statistics not working for Multisamples textures
and also output the vram footprint of the texture at the creation.
Also output the full texture memory usage if alloc fails.
Clément Foucault [Tue, 11 Dec 2018 20:25:17 +0000 (21:25 +0100)]
DRW: Fix redundant texture creation
Clément Foucault [Tue, 11 Dec 2018 20:15:39 +0000 (21:15 +0100)]
GPUState: Remove glLineWidth warnings about size 0x0
Clément Foucault [Tue, 11 Dec 2018 20:14:52 +0000 (21:14 +0100)]
GPUTexture: Add debug output to check what texture was created
Harley Acheson [Tue, 11 Dec 2018 10:23:13 +0000 (11:23 +0100)]
UI: fix enum icon buttons haveing different size.
The alignment makes it so the button edges overlap, now one pixel is removed
to account for this.
Differential Revision: https://developer.blender.org/D4063
Mal Duffin [Tue, 11 Dec 2018 19:38:01 +0000 (20:38 +0100)]
FFmpeg: enable multi-threaded encoding of multiple frames, for a ~20% speedup.
This enables ffmpeg to encode each frame in its own thread. However in most
cases Blender does not pass frames to ffmpeg fast enough to actually use the
more than two threads. In some tests the speed was measured to be about 20%.
If other parts of the video sequencer get optimized, this should improve.
Differential Revision: https://developer.blender.org/D4031
Alexander Gavrilov [Sat, 8 Dec 2018 06:17:57 +0000 (09:17 +0300)]
RNA: provide access to bone parent transform math from Python.
Applying the effect of bone parent is much more complicated than
simple matrix multiplication because of the various flags like
Inherit Scale. Thus it is reasonable to provide access to this
math from Python for complicated rest pose related manipulations.
The simple case of this is handled by Object.convert_space, so
the new method is only needed for complex tasks.
Differential Revision: https://developer.blender.org/D4053
Clément Foucault [Tue, 11 Dec 2018 17:21:12 +0000 (18:21 +0100)]
Edit Mesh: Make edit cage stick to the mesh when possible
and correctly offset it when it's not possible, otherwise we get zfighting.
Clément Foucault [Tue, 11 Dec 2018 17:18:36 +0000 (18:18 +0100)]
DRW: Add polygon offset mode.
Clément Foucault [Tue, 11 Dec 2018 12:29:32 +0000 (13:29 +0100)]
Fix T58266 : Bottom half of meshes are transparent with eevee render
Sergey Sharybin [Tue, 11 Dec 2018 14:56:04 +0000 (15:56 +0100)]
Merge branch 'master' into blender2.8
Sergey Sharybin [Tue, 11 Dec 2018 11:17:26 +0000 (12:17 +0100)]
Update code to be compatible with OIIO 2.0
There are some changes in API of OpenImageIO, but those are quite
simple to keep working with older and newer library versions.
Reviewers: brecht
Reviewed By: brecht
Differential Revision: https://developer.blender.org/D4064
Philipp Oeser [Tue, 11 Dec 2018 13:50:03 +0000 (14:50 +0100)]
Fix T59001: UV Editor - Crash when hiding all UVs while 3D view is open
and sync selection enabled
Reviewers: brecht
Maniphest Tasks: T59001
Differential Revision: https://developer.blender.org/D4066
Philipp Oeser [Tue, 11 Dec 2018 12:55:42 +0000 (13:55 +0100)]
Implement BMesh.from_object
Fixes T59069
Reviewers: sergey, brecht
Maniphest Tasks: T59069
Differential Revision: https://developer.blender.org/D4065
Brecht Van Lommel [Tue, 11 Dec 2018 14:18:43 +0000 (15:18 +0100)]
Merge branch 'master' into blender2.8
Brecht Van Lommel [Tue, 11 Dec 2018 14:18:01 +0000 (15:18 +0100)]
Cleanup: remove accidentally committed debug code.
Sergey Sharybin [Tue, 11 Dec 2018 13:34:28 +0000 (14:34 +0100)]
Cycles: Add strict assert when assigning input socket stack offset
Sergey Sharybin [Tue, 11 Dec 2018 13:33:24 +0000 (14:33 +0100)]
Cycles: Remove old nasty workaround
It used to be used for some sort of ignoring automatically
generated bump nodes. But nowadays it causes one of the shaders
in Classroom demo file to be compiled wrong.
Brecht Van Lommel [Tue, 11 Dec 2018 13:14:52 +0000 (14:14 +0100)]
Fix macOS buildbot build, wrong CUDA version check.
Sergey Sharybin [Tue, 11 Dec 2018 11:57:57 +0000 (12:57 +0100)]
Cycles: Cleanup, indentation
Sergey Sharybin [Tue, 11 Dec 2018 11:44:29 +0000 (12:44 +0100)]
Fix crash in do-versions after recent changes
No one can simply go into a datablock before it was linked.
Sergey Sharybin [Tue, 11 Dec 2018 11:37:04 +0000 (12:37 +0100)]
Proper fix for building without Bullet
Stick to an existing way of dealing with disabled feature.
Sergey Sharybin [Tue, 11 Dec 2018 10:15:12 +0000 (11:15 +0100)]
Fix T59174: Missing particles update
Philipp Oeser [Mon, 10 Dec 2018 16:05:51 +0000 (17:05 +0100)]
Fix T59005: no FCurve cleanup in the Timeline
as opposed to the 'real' Dopesheet e.g. keyframes were not merged when
placed on the same frame
Reviewers: brecht, aligorith, angavrilov
Maniphest Tasks: T59005
Differential Revision: https://developer.blender.org/D4061
Campbell Barton [Tue, 11 Dec 2018 05:42:00 +0000 (16:42 +1100)]
Fix T53166: Shift click gizmo axis lock broken
Campbell Barton [Tue, 11 Dec 2018 04:08:18 +0000 (15:08 +1100)]
Cleanup: use BKE_object_* prefix for object API
Also minor style cleanup.
Campbell Barton [Tue, 11 Dec 2018 04:02:58 +0000 (15:02 +1100)]
Fix T57934: non-empty duplicators don't render
Convert non-empty duplicators to empties.
Campbell Barton [Tue, 11 Dec 2018 03:30:24 +0000 (14:30 +1100)]
DNA: version patch Camera.drawsize to twice it's value
Draw size represented half the actual size used.
Campbell Barton [Tue, 11 Dec 2018 03:05:16 +0000 (14:05 +1100)]
Merge branch 'master' into blender2.8
Campbell Barton [Tue, 11 Dec 2018 03:03:42 +0000 (14:03 +1100)]
Fix T59161: Edge Rotate CW is CCW
Campbell Barton [Tue, 11 Dec 2018 02:19:44 +0000 (13:19 +1100)]
Gizmo: update camera ortho-size
This needs to be improved further,
for now it shows in the right location.
Campbell Barton [Tue, 11 Dec 2018 02:10:56 +0000 (13:10 +1100)]
Merge branch 'master' into blender2.8
Campbell Barton [Tue, 11 Dec 2018 02:02:39 +0000 (13:02 +1100)]
Fix T52051: Orthographic camera display size error
It was impractical to create a small orthographic camera with a usable
size in the view-port.
No longer scale the draw-size by ortho-size.
Campbell Barton [Tue, 11 Dec 2018 01:34:37 +0000 (12:34 +1100)]
Fix T58850: NDOF navigation guide not shown