Blender Git Commit Log

All Blender Git commits.

Page: 3405 / 8462

Revision a01d017 by Gaia Clary
March 25, 2018, 10:01 (GMT)
Cleanup: Collada added a clarifying comment
March 24, 2018, 21:45 (GMT)
big cleanup in FLUID.cpp

removed global python params vector. now using local vectors.
Revision 57deb68 by Gaia Clary
March 24, 2018, 21:30 (GMT)
Refactor: Now only one Sample per frame and per object

Previously the Bone aniumations where stored in separate BCSample
instances. Now the BCSample class has one more entry for the animated
bones (a matrix map)

I am now ready for final cleaning up and testing.
Revision fd07e49 by Gaia Clary
March 24, 2018, 17:44 (GMT)
Cleanup: Collada removed unneeded methods from Animation Exporter
Revision 1cf4f1d by Gaia Clary
March 24, 2018, 17:15 (GMT)
Fix: Collada: Added back the handling of Armature animation export.

The previous commit removed also the Export of bone animations.
This is now fixed.
March 24, 2018, 16:48 (GMT)
fix for multiple domains and different flow objects in scene
Revision 88e9eba by Gaia Clary
March 24, 2018, 16:23 (GMT)
Cleanup: Collada removed special handling of Object->Data animations

The export of Object->Data curves is no longer a
Special case but now included in the normal
operation of the Animation exporter.
Revision ea5e67e by Gaia Clary
March 24, 2018, 15:57 (GMT)
Feature: Collada Object->data FCurves can now also be sampled
March 24, 2018, 13:48 (GMT)
more updates for decoupled baking - initial support for smoke
March 24, 2018, 13:27 (GMT)
Text: re-allocate exact lengths for undo

Undo sometimes reserved too much space in the buffer,
now assert when this happens and allocate the exact size needed.

Note prepares for moving text editor undo out of the text block (D3113)
which will split the undo buffer into a list of undo steps.
March 24, 2018, 13:14 (GMT)
Fix text editor undo w/ 4+ byte utf8 characters
March 24, 2018, 12:45 (GMT)
Fix grease pencil paper reset loading files

The paper was reset loading any file, not only old files.
March 24, 2018, 12:09 (GMT)
Make less sensible strength brush and smooth

Now the factor to apply is less sensible and after apply the strength a smooth operation is done with surrounding points.

Before the change in the opacity changed too much with small input.
March 24, 2018, 11:54 (GMT)
Cleanup: Fix comments
March 24, 2018, 11:46 (GMT)
Cleanup: move undo opcodes out of public header
March 24, 2018, 11:20 (GMT)
Merge branch 'blender2.8' into greasepencil-object
March 24, 2018, 00:25 (GMT)
PyDoc: Add docutils ref for "registration"

This will be used to link to from the manual.
Revision 9459362 by Gaia Clary
March 23, 2018, 19:57 (GMT)
Refactor: Collada: Renamed BCMatrix to BCSample

Since the BCSample Objects will contain either
Matrix data for Object animation or other
data for Lamp, Material, and Camera animation.
March 23, 2018, 19:46 (GMT)
Theming: Use list-item colors for all un-embossed buttons in list-items

E.g. number buttons in the shape key list would use theme colors of text
widgets.

Addresses T50862.
March 23, 2018, 16:32 (GMT)
UI: restore quit confirmation when dialog disabled
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021