Blender Git Commits

Blender Git commits from all branches.

Page: 737 / 2888

August 16, 2020, 14:01 (GMT)
Skip parsing extra texture map options, move MTLWriter from Objects code.
August 16, 2020, 13:58 (GMT)
Move MTL writer code near OBJ writer code.
August 16, 2020, 13:52 (GMT)
LineArt: "Match" option in modifier settings.
August 16, 2020, 12:29 (GMT)
Merge branch 'master' into uvimage-editor-drawing
August 16, 2020, 08:49 (GMT)
LineArt: Transparency mask selection in modifier.
August 16, 2020, 04:32 (GMT)
I think I merged?
August 16, 2020, 04:05 (GMT)
LineArt: Transparency mask data in Material.
August 16, 2020, 03:36 (GMT)
Outliner: Prevent box select & dragdrop from mode col
August 16, 2020, 03:01 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
August 16, 2020, 02:56 (GMT)
Outliner: Fix crash on id delete collections
August 16, 2020, 02:33 (GMT)
Outliner: Remove the set_operation_types function
August 16, 2020, 02:25 (GMT)
Outliner: Fix ID operation menu

Use the active item to determine the type of action to take.
August 16, 2020, 02:24 (GMT)
Outliner: Don't select parent on right click

Parent selection interfered with some actions (like ID delete). Later it
would be good to use the outliner_item_select function, but for now it
causes too many issues.
August 16, 2020, 02:12 (GMT)
Outliner: Cleanup Constraint and Modifier context menu

Rather than trying to infer the type of data to act on, default to
constraints and modifiers respectively. This simplifies the code.

Also a bit of cleanup.
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021