Blender Git Commit Log

All Blender Git commits.

Page: 1071 / 8462

December 6, 2020, 03:05 (GMT)
add frame offset
December 6, 2020, 01:40 (GMT)
read face sets for all animated frames
December 6, 2020, 01:28 (GMT)
only store triangles for the first frame
December 6, 2020, 01:17 (GMT)
Doxygen: Increase lookup cache

I could not measure any major speedup/memory usage but this resolves a
message while running doxygen.
December 6, 2020, 01:17 (GMT)
Doxygen: Disable HTMLHELP

This feature is intended to generate Microsoft Compiled HTML Help files
which is not something we use/need.
This also fixes an error in generation because the executable cannot be
found.
December 6, 2020, 00:06 (GMT)
fix for missing primitives in construction of BVH2
December 5, 2020, 19:43 (GMT)
Lots of bug fixes, working propery in almost all cases for editing
December 5, 2020, 13:56 (GMT)
Fix crashes with invisible Outliners on fullscreen or window closing

I didn't actually confirm this is caused by invisible Outliners. But I'm pretty
sure the error happens with Outliners that aren't initialized (so were open in
an area before, but another editor is active there currently).
In that case, the runtime data may not be set yet and that is fine.

Fixes T83420.
December 5, 2020, 13:06 (GMT)
Merge branch 'greasepencil-object' into greasepencil-io
December 5, 2020, 13:06 (GMT)
Merge branch 'master' into greasepencil-object
December 5, 2020, 12:55 (GMT)
Fix T83400: GPencil onion skin not visible when Edit Lines is enabled

The Edit Lines flag was not checking if Onion was enabled. In 2D template this is disabled by default, but default template has enabled it.
December 5, 2020, 12:48 (GMT)
Add more timing hooks for boolean.
December 5, 2020, 02:55 (GMT)
Restored ref counting for USDReaderPrim.

Added back manual ref counting for USD readers, since
we now need this for implementing constraints, and
since it doesn't appear that we will be transitioning
to shared pointers in the near future.
December 5, 2020, 01:20 (GMT)
Fixed compiler warning.
December 5, 2020, 00:58 (GMT)
Cleanup: Finish porting outliner tree building to C++

No functional changes. This is a few minor cleanups to the remaining C
code for building the outliner tree after parts have been moved to C++.

Differential Revision: https://developer.blender.org/D9741
December 5, 2020, 00:54 (GMT)
Cleanup: Outliner Data API display mode

No functional changes. Moves the data API display building code to C++.

Differential Revision: https://developer.blender.org/D9741
December 5, 2020, 00:53 (GMT)
Cleanup: Outliner scenes display mode

No functional changes. The scene display building code has been moved
to C++.

Differential Revision: https://developer.blender.org/D9741
December 5, 2020, 00:51 (GMT)
Cleanup: Outliner orphan data display mode

No functional changes. Code is ported to C++ with additional cleanups to
the logic and variable names.

Differential Revision: https://developer.blender.org/D9741
December 5, 2020, 00:50 (GMT)
Cleanup: Outliner video sequencer display mode

No functional changes. Code is ported to C++. Variable names and logic
are also improved.

Differential Revision: https://developer.blender.org/D9741
December 5, 2020, 00:06 (GMT)
Format fix.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021