Blender Git Commits

Blender Git commits from all branches.

Page: 1567 / 2888

March 19, 2018, 00:49 (GMT)
Get rid of uiLayout.prop group parameter

Just always use the grouping behavior, that should be fine. Also add colons to
the group title.
March 19, 2018, 00:48 (GMT)
Address most minor points from review

* Increase size of settings window again (some sections are too squeezed).
* Use '...' suffix to indicate that menu entry opens new window.
* Stick to current naming convention for area/region variables.
* Simplify tooltip.
* Remove hyphen ("keymap", not "key-map")
March 18, 2018, 22:45 (GMT)
Merge branch 'blender2.8' into userpref_redesign
March 18, 2018, 11:10 (GMT)
Cleanup: Warnings and Codepage errors
March 18, 2018, 10:48 (GMT)
Merge branch 'blender2.8' into greasepencil-object
March 18, 2018, 10:48 (GMT)
Enable Loop Onion in Relative mode
March 17, 2018, 16:01 (GMT)
Fix link Palette error with textures

The link was not loading the referenced images.
March 17, 2018, 15:48 (GMT)
New Onion Skinning Loop option

When draw an animation with a loop it's very useful to have an indication of the first frame.

Some changes in the order of the parameters too.
Revision 8d76f15 by Gaia Clary
March 17, 2018, 14:27 (GMT)
refactor: Collada: removed trivial function

The function get_joint_id(Object *ob, Bone *bone) was so simple
I replaced the function by a one line statement. Now you can see
directly what happens and no longer need to lookup what
the function does.
Revision 3211a2c by Gaia Clary
March 17, 2018, 13:39 (GMT)
Merge branch 'master' into collada
Revision d2ee32f by Gaia Clary
March 17, 2018, 12:51 (GMT)
Feature Collada: Export also not selected intermediate objects

Problem: When we export an Object Hierarchy, then we must export
all elements of the hierarchy to maintain the transforms. This
is especially important when exporting animated objects, because the
animation curves are exported as relative curves based on the
parent-child hierarchy. If an intermediate animated object is missing
then the exported animation breaks.

Solution: If the "Selected" Optioon is enabled, then take care
to also export all objects which are not selected and hidden,
but which are parents of selected objects.
Revision f76d010 by Gaia Clary
March 17, 2018, 12:46 (GMT)
Cleanup: Collada added indentation, changed variable names

Just for better reading, no functional change here.
Revision 58d67e0 by Gaia Clary
March 17, 2018, 12:40 (GMT)
Feature: Collada: Added new classes for The Animation exporter

Actually the new classes are not depending on Collada itself.
They coul dbe reused for other purposes as well, for example
as a general helper tool for Animation export.
Revision bc59cce by Gaia Clary
March 17, 2018, 12:36 (GMT)
Merge branch 'master' of git.blender.org:blender into collada
March 16, 2018, 17:54 (GMT)
UI: Move angle factor to top of the panel
March 16, 2018, 17:07 (GMT)
Merge branch 'blender2.8' into greasepencil-object
March 16, 2018, 17:07 (GMT)
Replace Random checkboxes by Factors

As we have a new Random section in the stroke panel, it's not logic to have buttons in the main panel.

Now, these random parameters work equal to other random factors.
March 16, 2018, 14:44 (GMT)
UI: Remove unlink text for default palette

This is not standard and we remove while we found a better solution.
March 16, 2018, 14:09 (GMT)
Outliner: Clicking on GP Layers will activate them
March 16, 2018, 13:10 (GMT)
Fix bug: Appended brush comes with empty palette
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021