Revision 52295dd by Sybren A. Stüvel April 20, 2017, 13:30 (GMT) |
Alembic export: don't show warning for every exported frame The warning about not having a UV map is now only shown once per hair system. |
April 20, 2017, 13:01 (GMT) |
Fix T45350: Cache not being recomputed with "Bake All Dynamics" |
Revision 66377b8 by Campbell Barton April 20, 2017, 12:12 (GMT) |
Fix T51251: Armature/Normal-button scaled twice |
Revision 84c464a by Campbell Barton April 20, 2017, 11:16 (GMT) |
Use theme vertex size for lattice & curve vertices |
Revision afc885c by Campbell Barton April 20, 2017, 11:16 (GMT) |
Draw Manager: round vertex size up Without this assigning `gl_PointSize = sizeVertex` made vertices too small. |
Revision 3d17ece by Clément Foucault April 20, 2017, 11:07 (GMT) |
Eevee: Start Implementation of Cascaded Shadow Maps |
Revision b386828 by Clément Foucault April 20, 2017, 11:07 (GMT) |
Eevee: Do shadow cube render in one pass. |
Revision 3fa665f by Clément Foucault April 20, 2017, 11:07 (GMT) |
Draw Manager: Fix Gradient Background |
Revision 6028ff2 by Campbell Barton April 20, 2017, 11:01 (GMT) |
Correct error drawing curve normals |
Revision aa4102a by Sybren A. Stüvel April 20, 2017, 10:50 (GMT) |
Merge branch 'master' into blender2.8 Disabled a unittest, to be re-enabled when T51261 is fixed. # Conflicts: # source/blender/alembic/intern/alembic_capi.cc |
Revision 8e0c57a by Campbell Barton April 20, 2017, 10:43 (GMT) |
Gawain: fix immediate mode drawing exceeding IMM_BUFFER_SIZE Would cause crazy colors in file selector. |
Revision ae79eb2 by Sybren A. Stüvel April 20, 2017, 10:01 (GMT) |
Alembic import: select imported objects When the Alembic import is finished, all imported objects are selected. |
Revision 28ed665 by Sergey Sharybin April 20, 2017, 09:03 (GMT) |
Fix debug checks were enabled for release builds only NDEBUG meanse Not DEBUG. |
Revision 9134721 by Dalai Felinto April 20, 2017, 09:00 (GMT) |
Fix T51215: depsgraph evaluation of collection properties (overrides) |
Revision 3cb0e8e by Dalai Felinto April 20, 2017, 09:00 (GMT) |
IDProperty: New util function to merge groups recursively |
Revision 53d59af by Dalai Felinto April 20, 2017, 09:00 (GMT) |
Corrections for layers unittest based on design change Example, imagine an object Cube in collections 1 and 2 where both collections are nested to A. Now we set a "color" property as follow: ``` Scene -> GREEN -- A -> RED ? 1 -> BLUE ? 2 -> - ``` In this case the object will be RED, because of A? 2. Now if we have: ``` Scene -> GREEN -- A -> RED ? 1 -> - ? 2 -> PINK 1 -> - -- The object will be PINK because of A? 2. Note that the (top level) collection 1 doesn't influence the object color because there are no overrides on it. The scene render settings (GREEN in this case) are only used as fallback if an override is not set at all. |
Revision b5b0fc9 by Sergey Sharybin April 20, 2017, 08:56 (GMT) |
Cleanup: Use explicit unsigned int type This is as per our code style states ans as majority of the team prefers types to be used. |
Revision 09bf8f4 by Campbell Barton April 20, 2017, 08:56 (GMT) |
Use reflect for calculating second normal |
Revision 31c644b by Alexander Romanov April 20, 2017, 08:40 (GMT) |
Fix T51198: Crash with new Datablock ID Properties |
Revision d8bf090 by Campbell Barton April 20, 2017, 08:16 (GMT) |
Merge branch 'master' into 28 |
|
|
|


Master Commits
MiikaHweb | 2003-2021