Blender Git Commits

Blender Git "ui-preview-buttons" branch commits.

Page: 5 / 6

April 28, 2015, 17:12 (GMT)
Use gnu89 for GCC

GCC5 defaults to gnu11, which we may switch to later
but disable for now to prevent accidental use.
April 28, 2015, 17:12 (GMT)
BLI_utildefines: add MEMSET_STRUCT_OFS macro
April 28, 2015, 17:12 (GMT)
Fix T44530 UV islands fail on subsurf after mirror modifier.

Caused by own commit that changed island detection code. In the case of
modifiers we don't want to take winding information into account, but
left the code since there are use cases (like painting) which could use
this.
April 28, 2015, 17:12 (GMT)
Project Paint: Add symmetry support

- Access from symmetry panel (as with sculpt)
- Supports multiple axis at once.
- Supports all brush types including clone.
April 28, 2015, 17:12 (GMT)
Fix T44516 grid lines obscuring selection outline.

Was changed to draw after meshes without depth mask to make grid not
contribute to compositing effects. Now only draw it like this when we do
compositing (unfortunately can't have both).
April 28, 2015, 17:12 (GMT)
Fix for Clang type check
April 28, 2015, 17:12 (GMT)
Added missing update tag to recalculate data after permutating materials
April 28, 2015, 14:03 (GMT)
adding sample python template for ui preview icons
April 28, 2015, 10:31 (GMT)
Hide app and BPyPreviews classes from utils namespace.

__all__ is rather useless in the end... Chose a bit of a convoluted way to do it,
maybe using hidden '_'-prefixed names would be better/simpler?
April 28, 2015, 10:10 (GMT)
Minor tweak.
April 28, 2015, 10:07 (GMT)
Merge branch 'master' into ui-preview-buttons
April 28, 2015, 09:33 (GMT)
fixing problem with deleting a previews collection
April 27, 2015, 16:14 (GMT)
Merge branch 'master' into ui-preview-buttons
April 27, 2015, 15:56 (GMT)
Add 'readonly dict-like' behavior to high-level previews collection.

And some cleanup/rename/documentation/...
April 27, 2015, 14:59 (GMT)
Rework previews handling to be 'simpler' on py-level, as discussed with Campbell

This removes ID-free previews handling from RNA, adds a low-level hidden API
in bpy.app._previews, and the real previews manager in bpy.utils.

There is still lots of cleanup and renaming to be done...
April 23, 2015, 08:07 (GMT)
Merge branch 'master' into ui-preview-buttons
April 22, 2015, 20:48 (GMT)
Merge branch 'master' into ui-preview-buttons
April 22, 2015, 20:42 (GMT)
Merge branch 'master' into ui-preview-buttons
April 22, 2015, 20:40 (GMT)
Fix broken uiTemplateIconView().

Was using enum **value** as **icon id**... tripple sigh!
Guess it was working for its only current use (matcaps), but still.
April 22, 2015, 19:36 (GMT)
Merge branch 'master' into ui-preview-buttons
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021