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 |
Revision 2042995 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 18, 2018, 11:10 (GMT) |
Cleanup: Warnings and Codepage errors |
Revision ae1a086 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 18, 2018, 10:48 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 5c47a33 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 18, 2018, 10:48 (GMT) |
Enable Loop Onion in Relative mode |
Revision d5a6568 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 17, 2018, 16:01 (GMT) |
Fix link Palette error with textures The link was not loading the referenced images. |
Revision ea63d43 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) 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 |
Revision 5330415 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 16, 2018, 17:54 (GMT) |
UI: Move angle factor to top of the panel |
Revision ab42439 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 16, 2018, 17:07 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision a900b2d by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) 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. |
Revision 988d180 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) 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. |
Revision bccbc93 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 16, 2018, 14:09 (GMT) |
Outliner: Clicking on GP Layers will activate them |
Revision 82ab566 by Dalai Felinto (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 16, 2018, 13:10 (GMT) |
Fix bug: Appended brush comes with empty palette |
|