Blender Git Commits

Blender Git commits from all branches.

Page: 752 / 2888

August 7, 2020, 11:04 (GMT)
Merge branch 'master' into temp-ui-button-type-refactor
Revision b1269ef by TempoDev (soc-2020-custom-menus)
August 7, 2020, 00:44 (GMT)
Merge branch 'soc-2020-custom-menus' of git.blender.org:blender into soc-2020-custom-menus
Revision ca64458 by TempoDev (soc-2020-custom-menus)
August 7, 2020, 00:43 (GMT)
Custom Menus : change wm.call_user_menu prop index to idname
August 6, 2020, 21:12 (GMT)
WIP: Merged Dynamic paint and Physics Spec into ModifierSpec
August 6, 2020, 19:59 (GMT)
Outliner: Show mode icon on hover

Swap the dot out for the mode icon on hover. Based on studio feedback.
Not sure if it should be only hover on the icon, or hover on the whole
row.
August 6, 2020, 19:59 (GMT)
Outliner: Remove "Color Tag" label
August 6, 2020, 19:53 (GMT)
Outliner: Show Mode Column by default
August 6, 2020, 19:14 (GMT)
I've made ADMMPD data copyable to interface with CoW. However, free is getting called before the copy. What's going on with that?
August 6, 2020, 17:30 (GMT)
Outliner: Fix bone constraint selection not activating bone

If the clicked constraint is a bone, the parent bone should be activated
to ensure the properties tab switch works.
August 6, 2020, 16:40 (GMT)
WIP Experimental: add basic UI/UX layout for log filtering
August 6, 2020, 16:06 (GMT)
Cleanup: Use utility function for outliner context menu

Rather than looping over the tree, use the existing function to find the
element at the y coordinate of the click.

Also cleanup the function arguments which has the nice effect of fixing
the broken reports.
August 6, 2020, 15:26 (GMT)
Merge branch 'master' into soc-2020-outliner
August 6, 2020, 15:16 (GMT)
Merge branch 'master' into soc-2020-io-performance
August 6, 2020, 14:37 (GMT)
Cleanup: Renaming, comments.
August 6, 2020, 14:24 (GMT)
LineArt: Guard more for very short cut situations.
August 6, 2020, 13:33 (GMT)
Don't add null Image* to the p-BSDF node.
August 6, 2020, 11:11 (GMT)
Clean-up: Warnings, renaming variables.
August 6, 2020, 10:58 (GMT)
Avoid .data() while creating a std::string from StringRef.
August 6, 2020, 10:57 (GMT)
Remove OBJ prefix from containers.

That is indicated by the namespace itself..
Revision d660455 by Ankit Meel (soc-2020-io-performance)
August 6, 2020, 10:38 (GMT)
Cleanup: Remove Raw* terminology, use geom_type.

After discussion with the mentors [1], the terminology to use
Raw has been removed & `Geometry` is the new name for
"raw objects". eGeometryType has also been added to remove
confusion with OB_MESH etc.

`std::unique_ptr<T > *a` has been replaced with `T *a`.

Naming changes:

`curr_ob` -> `current_geometry` in the parser &
`geometry` in the `Mesh` & `Curve` creators.

`mesh_from_raw_` -> `blender_mesh_`. Similar for curve.

[1]: https://docs.google.com/document/d/17Uzl47OljjoKgaMbukiLHUVGQP220lPTmPS-atb65mw/
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021