Blender Git Commit Log

All Blender Git commits.

Page: 1359 / 8462

August 16, 2020, 02:05 (GMT)
Outliner: Refactor context menu selection

Use the outliner_item_select function for consistency. Also ensure the
target item is activated so the active can be used in the context menu
operators to identify the type of item to operate on.
August 15, 2020, 23:53 (GMT)
Cleanup: Use listbase foreach macro
August 15, 2020, 23:50 (GMT)
Outliner: Infer outliner context menu from target element

The context menu tried to determine the type of action based on the
selected elements. This isn't intuitive, rather it should be based on
the target. That way if you have objects and collections selected, a
right click on a collection should show the collection menu.

There is more work to be done, some menus fail to execute properly now
that the old guarantees are gone.
August 15, 2020, 22:23 (GMT)
Merge branch 'master' into soc-2020-outliner
August 15, 2020, 19:35 (GMT)
windows compile error fixed
August 15, 2020, 18:17 (GMT)
GPencil: Split SVG exporter version string in two strings

This makes easier to change the version number.
August 15, 2020, 17:57 (GMT)
GPencil: Make some functions static

These functions are not using object data
August 15, 2020, 17:36 (GMT)
GPencil: Use uintxx_t instead of generic uint

August 15, 2020, 17:21 (GMT)
Let Boolean be seen in edit mode, if enabled.

Since the beginning of time, Boolean has not supported this.
While it might be too slow for some uses, it seems that the user
should be able to decide whether to use it or not.
August 15, 2020, 17:06 (GMT)
deps_builder: Fix boost::python linking release python library

By default boost::python in debug configuration links the release
python libraries. Which leads to loading issues with the produced
modules in a debug blender (which does use the debug python libs)

Bjam has an option to switch this to the debug libraries but when
you switch that on it changes the library names for *all* boost
libraries, even ones that don't have anything to do with python
and even the release libraries.

therefore an alternative way has been chosen and we're dealing
with this by adding a define rather than asking bjam to do it.
August 15, 2020, 17:03 (GMT)
Fixed a bug in dissolving triangulation edges.

If an original face was divided into triangles with different
orientations, the program would crash. Fixed now.
August 15, 2020, 15:21 (GMT)
Merge branch 'master' into soc-2020-testing-frameworks
August 15, 2020, 15:04 (GMT)
GPencil: More cleanup

August 15, 2020, 14:34 (GMT)
GPencil: Remove unused definitions
August 15, 2020, 14:04 (GMT)
added blender warnings and errors
August 15, 2020, 13:55 (GMT)
GPencil: Reorganizze constructor to set filename
August 15, 2020, 13:40 (GMT)
GPencil: More changes to fix SVG Storyboard

There was a problem with the output file name.
August 15, 2020, 12:24 (GMT)
Merge branch 'master' into newboolean
August 15, 2020, 11:22 (GMT)
Added more debugging help.
August 15, 2020, 11:12 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021