July 22, 2019, 17:29 (GMT) |
Add padding to details columns |
July 22, 2019, 17:24 (GMT) |
Merge branch 'master' into soc-2019-outliner |
July 22, 2019, 17:19 (GMT) |
Draw details columns right aligned |
July 22, 2019, 17:03 (GMT) |
Incompatible usage of the Collada transparency value Some external tools seem to have issues with the definition of Collada <transparency> - a float value in range (0,1). However it is possible to use the <transparent> color as a container for the <transparency> value. This seems to be a more reliable method to export transparency values from Blender PBSDF Shaders. The relevant documentation is in the collada 1.14 reference manual, page 7-5 about the usage of transparent and transparency. This fix makes export and import of the <transparency> and <transparent> values more convenient and more reliable. Reviewers: brecht, jesterking Reviewed By: brecht Differential Revision: https://developer.blender.org/D5305 |
July 22, 2019, 16:50 (GMT) |
Show size column by default Could version patch this so file browsers in old files show size column too. IMHO not worth it though. |
July 22, 2019, 16:44 (GMT) |
Fix missing subversion bump for 2.80 release. We need a final subversion bump before release in case there are remaining 'unversioned' code in our versionning callbacks... Should have been done before first RC actually. ;) To be ported to 2.80 release branch. |
July 22, 2019, 16:30 (GMT) |
Display option to choose details to show (file size, mod. time, etc.) Rather than letting the display mode have hardcoded details columns, let users choose which to select. Display modes can then be entirely different modes, not just detail levels. |
July 22, 2019, 16:30 (GMT) |
GPU: Make small float normal compression functions inlined |
July 22, 2019, 16:29 (GMT) |
Mesh Batch Cache: Fix bitmap test for loose verts |
Revision d6b7aec by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 15:58 (GMT) |
reorder lines |
Revision 5bcc78a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 15:57 (GMT) |
remove builders that are not necessary for now |
Revision c900098 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 15:34 (GMT) |
remove unnecessary usings |
Revision 51fb6b5 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 15:31 (GMT) |
remove unnecessary type definitions |
Revision 5a269bf by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 15:19 (GMT) |
remove "small" from test names |
Revision f0c164b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 15:17 (GMT) |
rename SmallVector to Vector |
Revision a1ba330 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 15:10 (GMT) |
rename SmallMap to Map |
Revision 6a63774 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 15:07 (GMT) |
rename SmallMultiMap to MultiMap |
Revision d0d6f38 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 15:05 (GMT) |
rename SmallStack to Stack |
Revision f179b2d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 14:59 (GMT) |
rename SmallSetVector to SetVector |
Revision f9caf48 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 14:57 (GMT) |
Rename SmallSet to just Set The fact that the data structure has small object optimization is not important enough to justify a more complex name. Following commits will rename other data structures. |
|
|
|


Master Commits
MiikaHweb | 2003-2021