June 7, 2019, 04:25 (GMT) |
Outliner: Cleanup range and box select Cleanup properties, keymap, code styling, and descriptions |
June 7, 2019, 03:56 (GMT) |
Outliner: Cleanup active element After discussion with Campbell, I realized that some ways I was using active elements did not fit with Blender's way of things. Like box select making the root of the tree active if no active element existed. These issues are fixed, in addition to using the already-present `active` Theme struct member. |
June 7, 2019, 03:44 (GMT) |
Outliner: Fix opening scenes by default Keeping `sce == scene` for files with many scenes and having too many open becomes unmaneageable. |
June 7, 2019, 03:04 (GMT) |
Merge branch 'master' into soc-2019-outliner |
June 6, 2019, 20:39 (GMT) |
[Fast import/export] Refactoring, fixed ASCII STL export and other bugs |
June 6, 2019, 19:39 (GMT) |
Comment structure for profile orientation regularization pass |
June 6, 2019, 18:58 (GMT) |
Omit use_clamp in math node. Replaced by clamp node |
June 6, 2019, 17:19 (GMT) |
Add shading clamp node |
Revision 5d6da57 by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 6, 2019, 16:38 (GMT) |
Cleanup: Move OpenXRData struct out of wmXRContext Just to make access a bit more convenient. |
Revision 741ed59 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 6, 2019, 15:43 (GMT) |
very simple particles state reset logic |
Revision e968bbc by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 6, 2019, 15:37 (GMT) |
Fix wrong enum-type used for switch Why doesn't MSVC warn about this, grr... |
June 6, 2019, 13:25 (GMT) |
[Fast import/export] Review and documentation, and bug fixes |
June 6, 2019, 13:24 (GMT) |
[Fast import/export] Fixed normal iterator and some other small bugs |
June 6, 2019, 13:13 (GMT) |
VDB modifier now updates grids after file selection. This is probably done in the wrong place, but better than nothing. |
June 6, 2019, 13:06 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-cycles-procedural |
June 6, 2019, 11:32 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-cycles-procedural |
June 6, 2019, 10:54 (GMT) |
Clean up map range node |
Revision b61fce8 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 6, 2019, 09:33 (GMT) |
more consistent naming in C wrappers |
Revision b1b0e05 by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 6, 2019, 09:25 (GMT) |
Fix CMake errors after merge (?) Not sure if this is caused by changes just merged in, or by a system upgrade I just did. Either way, fixed it now. |
Revision c5850f6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 6, 2019, 09:21 (GMT) |
use runtime data in modifier |
|