Blender Git Commit Log

All Blender Git commits.

Page: 2779 / 8462

January 2, 2019, 15:13 (GMT)
Fixes and edits to studio light operators

- Remove pathlib use
(was converting to/from string with no real advantage).
- Use user_resource(..., create=True) to ensure the path exists.
- Pass full path to BKE_studiolight_create, don't add extension after.
- Fix 'sl' filtering glob and move from ui code to operator.
- Fix string copy length.
January 2, 2019, 14:08 (GMT)
Cleanup: py-gpu error checks

Move gpu initialization checks to the start of each function instead
of mixing with argument parsing.
January 2, 2019, 13:55 (GMT)
Revert file rename from T59773 fix

Mixing file rename with other changes should be avoided.

Using 'module_py_api' convention here
is in keeping with imbuf, idprop, blf & bmesh.
No reason for gpu to have a different convention.
January 2, 2019, 12:48 (GMT)
Fix poll function for SelectPattern operator

Note this is also broken in 2.7x.

This is not a big deal since the operator is exposed in the correct
menus. But some users were accessing it via the search menu which would
lead to issues.
January 2, 2019, 12:22 (GMT)
Fix T60030: Select pattern fails with pose bones

The original comment in the file was not acknoledging pose bones could be tacked
here as well (my fault since I should not have trusted the comments and read the code
intead).

Problem introduced on aeb8e81f2741.
January 2, 2019, 12:01 (GMT)
Fix T59773: Raise exception if the gpu module is used in backgound mode.

Instead of crashing, an error message is displayed if a function of the gpu module is called without a GPU context.

Reviewers: brecht, campbellbarton, JacquesLucke, mont29

Subscribers: abdelmatinboulbayam, amir.shehata

Differential Revision: https://developer.blender.org/D4143
January 2, 2019, 10:26 (GMT)
Fix T60060: Corrective Smooth Modifier binding process is broken.

Same as with the other modifiers' binding ops, those need to be
performed outside of regular depsgraph eval.
January 2, 2019, 09:55 (GMT)
GP: Cleanup pad to _pad
January 2, 2019, 09:41 (GMT)
testing
January 2, 2019, 09:41 (GMT)
add a new custom modifier
January 2, 2019, 09:19 (GMT)
Merge branch 'master' into greasepencil-object
January 2, 2019, 09:05 (GMT)
GP: Fix possible NULL error
January 2, 2019, 08:17 (GMT)
UI: correct sequencer icon in add menu
January 2, 2019, 08:09 (GMT)
Fixed clipping distance calculation, but clip plane triangle cutting still have problems.
January 2, 2019, 08:03 (GMT)
UI: Show shade smooth/flat in curve context menu
January 2, 2019, 07:46 (GMT)
Fix T59886: Missing transform gizmo update
January 2, 2019, 07:33 (GMT)
3D View: use grid & all axes in axis-views

Matches 2.7x behavior.
January 2, 2019, 07:18 (GMT)
UI: add scale option for template_icon_view button

The existing scale option only changed the scale if icons in the popup.
January 2, 2019, 06:24 (GMT)
Cleanup: use RNA icon instead of passing as an arg
January 2, 2019, 06:07 (GMT)
Cleanup: indentation, naming

Use rna naming conventions for unit-settings callbacks.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021