Blender Git Commits

Blender Git "master" branch commits.

Page: 1234 / 5574

April 19, 2019, 05:52 (GMT)
Cleanup: unused vars
April 19, 2019, 05:51 (GMT)
Cleanup: use staticmethod where appropriate
April 19, 2019, 05:49 (GMT)
Missing from last commit
April 19, 2019, 05:36 (GMT)
Cleanup: correct misleading classmethod arg
April 19, 2019, 05:32 (GMT)
Cleanup: mark unused arguments in UI scripts

Quiet's pylint W0613 warning, also remove some unused args.
April 19, 2019, 04:53 (GMT)
UI: move top-bar into the spaces header

Currently this is only in the 3D viewport however all spaces
that use the tool-system will have this region added.

D4680 by @brecht with own updates.
April 18, 2019, 20:19 (GMT)
Armature: remove remains of the object-level deformation data cache.

Now that B-Bone shape data is kept in bPoseChannel_Runtime, the
armature level cache only holds one quaternion value per bone.
It can also be moved to runtime, and the structure removed.

This has an additional effect that, as far as I can tell, now
the Armature modifier can run as soon as all of the bones it
actually needs are done, thus making T59848 a purely depsgraph
level problem.
April 18, 2019, 19:29 (GMT)
UI: Revert fix T37463: Y-clamp for header-only spaces

This reverts 91d8519c4782 since I can't redo the reported error
which was in the old header-only info space.
April 18, 2019, 19:14 (GMT)
PyTests: do not load addons in load_py_modules test.

It makes no sense to load add-ons here, we already do that (in a more
complete way) in load_addons test, this is only adding overhead and
doubling code to maintain).

Also do not try to load-as-modules add-ons that are not 2.8-ready, and
some other misc fix.

load_py_modules test should be passing again now.

Thanks to @sergey who did part of the work here as well.
April 18, 2019, 18:32 (GMT)
Fix T63332: backup and restore bPoseChannel_Runtime data during COW.
April 18, 2019, 18:07 (GMT)
Images: support packing edited images as OpenEXR or PNG.

This way float and multilayer images can now be packed without data loss. This
removes the as_png option and always uses the appropriate file format depending
on the image contents.
April 18, 2019, 18:02 (GMT)
Cleanup: unused region init functions
April 18, 2019, 17:53 (GMT)
UI: collapse 3D view collections visibility panel by default.
April 18, 2019, 17:42 (GMT)
OpenEXR: add support for writing EXR files to memory.
April 18, 2019, 17:42 (GMT)
Cleanup: deduplicate single/multiview image packing code.
April 18, 2019, 17:42 (GMT)
Cleanup: move image saving code to blenkernel.
April 18, 2019, 17:42 (GMT)
Cleanup: make image saving code reusable outside operator.
April 18, 2019, 17:42 (GMT)
Cleanup: deduplicate image user initialization, make consistent.
April 18, 2019, 17:33 (GMT)
GPencil: Add option to mix color with texture

This was already supported in Fill, but not in Strokes. This adds more artistic options when use textured strokes.
April 18, 2019, 15:19 (GMT)
Cleanup: add trailing commas to avoid right shift
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021