b4ef87afb6
UI: Modifiers: Use Falloff subpanel for Weight Proximity
...
This makes the UI consitent with the weight edit modifier
2020-06-07 20:17:19 -04:00
24904301e5
Fix: Wrong UI Label for mesh cache play mode
2020-06-07 19:09:35 -04:00
112c86fd5d
UI: Use Proper Title Case
2020-06-07 19:00:47 -04:00
281319653e
UI: Do Use term 'Subsurf'
2020-06-07 18:16:56 -04:00
ccbf858bb8
Fix T77487: Only disable Multires Buttons in Edit Mode
...
Previously the operator buttons were disabled in every mode but
edit mode and sculpt mode.
2020-06-07 11:49:38 -04:00
00961d062a
GPencil: Fix unreported Shift+F OPacity key not working
...
This wa snot working since the new scale thickness was included.
2020-06-07 16:18:02 +02:00
dc6cee4724
Fix T77520: GPencil viewlayer filter produce crash with masking layers
...
If a layer is used for masking, it cannot be filtered by viewlayer because the masked layer needs to have the mask layers in the draw pipeline.
This check is only done in final render.
2020-06-07 13:06:39 +02:00
8f25cfdbfd
Refactor: use new api for some remaining functions in writefile
2020-06-07 12:22:19 +02:00
3e07d958f1
Cleanup: remove unused functions
2020-06-07 12:14:17 +02:00
561a81eb24
Refactor: use new api in remaining direct linking code
2020-06-07 12:12:48 +02:00
f6524032ca
Refactor: use new api for direct linking pointcache and particle system
2020-06-07 12:05:30 +02:00
a7de01aaa9
Refactor: use new api for direct linking customdata
2020-06-07 11:58:58 +02:00
5f7007a962
Refactor: use new api for direct linking packedfile and dverts
2020-06-07 11:55:27 +02:00
1626c526f8
Refactor: use new api to check if endian switch is required
2020-06-07 11:51:07 +02:00
ab2b9821fc
Cleanup: remove unused test_pointer_array function
2020-06-07 11:48:18 +02:00
eb31037503
Refactor: use new api for direct linking movie clip data
2020-06-07 11:47:37 +02:00
01132d4a83
Refactor: use new api for direct linking id properties
2020-06-07 11:42:58 +02:00
5ff8a2ca0e
Refactor: use new api to simplify IDP_DirectLinkGroup_OrFree
2020-06-07 11:34:23 +02:00
b8afd4e8bb
Refactor: use new api for direct linking bones, view layer and userdef
2020-06-07 11:30:32 +02:00
f0f666541e
Refactor: use new api for direct_link_id_common
2020-06-07 11:16:14 +02:00
959267ffcc
Refactor: use new api for direct linking preview image
2020-06-07 11:08:38 +02:00
766b3037eb
Refactor: use new api for direct linking curvemapping and its callers
2020-06-07 11:07:08 +02:00
ee4732ca22
Refactor: use new api for direct linking gpencil modifiers and shaderfxs
2020-06-07 11:00:48 +02:00
ce9a64c454
Refactor: use new api for direct linking modifiers
2020-06-07 10:56:06 +02:00
a99a8061ae
Refactor: use new api for direct linking keying sets, node sockets and pose
2020-06-07 10:35:34 +02:00
6c6658ccc0
Refactor: use new api for direct linking animdata
2020-06-07 10:27:42 +02:00
aed11c673e
Fix T77456: Broken vertex paint undo on high-poly objects.
...
This is a critical fix that should also be backported to 2.83.1
Fairly stupid bug in fact, code detecting changes across undo steps was
assuming that each BHEAD (a block of data in blendfiles) would not be larger
than one memory chunk... Which is the case in alsmost every situation,
besides some super-heavy geometries, and other similar things (images
would also be affected e.g.).
2020-06-06 16:18:39 +02:00
03a693922d
Cleanup: Fix typo and other issues in some comment.
2020-06-06 16:18:39 +02:00
5198cb1813
Fix typo in recent bone selection refactor
...
Thanks to @jbakker for pointing this out.
2020-06-06 23:32:46 +10:00
6c114a139b
Refactor: use new api for direct linking paint curve, cachefile and workspace
2020-06-06 14:46:27 +02:00
033b6a7fb4
Refactor: use new api for direct linking particlesettings, movieclip, mask, linestyle and palette
2020-06-06 14:43:06 +02:00
9b3fda0357
Refactor: use new api for direct linking armature, action, nodetree and brush
2020-06-06 14:34:57 +02:00
a5e56efc98
Refactor: use new api for direct linking lattice, world, camera, speaker, sound, lightprobe and collection
2020-06-06 14:25:34 +02:00
18b57d3e2c
Refactor: use new api for direct linking light, vfong, text, ipo and key
2020-06-06 14:17:27 +02:00
9a3d54943a
Refactor: use new api for direct linking mball, material, texture and image
2020-06-06 14:10:43 +02:00
1800127355
Refactor: use new api for direct linking mesh and curve
2020-06-06 14:02:03 +02:00
cf3e617913
Refactor: use new api for direct linking scene and object
2020-06-06 13:55:59 +02:00
125acdf933
Refactor: use new api for direct linking hair, pointcloud, volume and simulation
2020-06-06 13:28:00 +02:00
0eb969dd99
Refactor: use new api for direct linking screen and gpencil
2020-06-06 13:20:20 +02:00
1d066050b6
Refactor: use new api in direct_link_windowmanager
2020-06-06 12:53:59 +02:00
5146034aa9
Blenloader: simplify list reading api
2020-06-06 12:53:36 +02:00
Marcelo Demian Gómez
7bd73f562a
Fix T77473: Removing GPencil vertex group mix data
...
When removing a vertex group from a Grease Pencil object, if the vertex group is not the last one that was added, the information for the remaining groups weights gets mixed up.
Minor edit of the patch for clang format.
Differential Revision: https://developer.blender.org/D7943
2020-06-06 10:19:26 +02:00
f5781384ae
GPencil: Fix unreported fill helper lines not displayed
...
When use the helper lines (red lines) with fill tool, the lines were not displayed in some situations.
2020-06-06 10:04:56 +02:00
a39cc5ae4d
Fix for T77478: Quiet Conversion Error/Warning
...
Quiet warning/error about int and float multiplication.
Differential Revision: https://developer.blender.org/D7893
Reviewed by Ray Molenkamp
2020-06-05 17:05:06 -07:00
b74cc23dc4
UI: Ability to Print Bold and Italics
...
Adds the ability to print text in bold or italics style, synthesized from a single base UI font.
Differential Revision: https://developer.blender.org/D7893
Reviewed by Brecht Van Lommel
2020-06-05 15:39:17 -07:00
fc672ce8e2
Refactor: use new api for remaining direct data writing
2020-06-05 21:55:45 +02:00
60b8db587f
Blenloader: new write_struct_at_address api functions
2020-06-05 21:55:45 +02:00
f0047e6754
Refactor: use new api for write_movieclip and write_keyingsets
2020-06-05 21:55:45 +02:00
0f1361bbc3
UI: Apply Latest Changes to Multires Modifier
...
These changes didn't make it through the transition to the new UI layout.
- Add "has_displacement" check
- Add "sculpt_levels" property
- Give subdivide operators the operator name so they work
2020-06-05 15:31:04 -04:00
5340556710
Refactor: remove temporary IDP_WriteProperty_new_api
2020-06-05 21:22:43 +02:00