Revision f1bd96a by Campbell Barton February 26, 2018, 08:33 (GMT) |
Revert "changing collada parameters" This reverts commit d91f2ac37aa02d96a00d116fa55cdc9f55afd32c. This change makes scene.collada_export() meaningless (ignoring the scene the method is being run on). |
Revision 3fd5a40 by Campbell Barton February 26, 2018, 08:19 (GMT) |
Presets: remove double underscore in preset names |
Revision d416e56 by Campbell Barton February 26, 2018, 08:05 (GMT) |
Fix T54029: Wrong preset name display in win32 |
Revision b1414b7 by Campbell Barton February 26, 2018, 03:05 (GMT) |
Cleanup: use function for clearing bmesh tags |
February 25, 2018, 21:28 (GMT) |
Fix T50132: UV sticky mode is not respected with border/circle/lasso select. Differential Revision: https://developer.blender.org/D3074 |
Revision ec27281 by Brecht Van Lommel February 25, 2018, 18:57 (GMT) |
Fix incorrect text clipping on node link button in material properties. |
Revision 241c90c by Clément Foucault February 25, 2018, 16:58 (GMT) |
DRW/GWN: Bypass glUseProgram. Turns out to be the call that was destroying performance. I get 18ms->6ms improvement of drawing time with 10 000 unique objects. And we can still improve upon this! |
Revision d6df23d by Clément Foucault February 25, 2018, 16:55 (GMT) |
Object Mode: Display meshes without faces and edges in object mode. |
Revision b795f5e by Clément Foucault February 25, 2018, 16:55 (GMT) |
Eevee: Cleanup cascaded shadowmap code. |
Revision 24d51a0 by Campbell Barton February 25, 2018, 13:04 (GMT) |
Manipulator: rename is_visible -> poll Rename to WM_manipulator_group_type_poll, use convention of other poll functions. |
Revision 15dfd86 by jens verwiebe February 25, 2018, 09:35 (GMT) |
Fix Player tm, a lifes job |
Revision 2b15886 by Gaia Clary February 24, 2018, 23:06 (GMT) |
merged collada rework from master into blender 2.8 |
Revision d91f2ac by Gaia Clary February 24, 2018, 21:51 (GMT) |
Revision 0a1434e by jens verwiebe February 24, 2018, 17:07 (GMT) |
Fix a whitespace slipped in |
Revision c23b77f by jens verwiebe February 24, 2018, 16:30 (GMT) |
Fix Plyer tm |
Revision dd7b9a3 by Gaia Clary February 24, 2018, 14:55 (GMT) |
T45687: Rework the Export/Import of Animations This started with a fix for an animated Object Hierarchy. Then i decided to cleanup and optimize a bit. But at the end this has become a more or less full rewrite of the Animation Exporter. All of this happened in a separate local branch and i have retained all my local commits to better see what i have done. Brief description: * I fixed a few issues with exporting keyframed animations of object hierarchies where the objects have parent inverse matrices which differ from the Identity matrix. * I added the option to export sampled animations with a user defined sampling rate (new user interface option) * I briefly tested Object Animations and Rig Animations. What is still needed: * Cleanup the code * Optimize the user interface * Do the Documentation Reviewers: mont29 Reviewed By: mont29 Differential Revision: https://developer.blender.org/D3070 |
Revision 94eb189 by Kévin Dietrich February 24, 2018, 13:02 (GMT) |
Merge branch 'master' into blender2.8 Conflicts: source/blender/blenkernel/BKE_blender_version.h |
Revision 4403ca8 by Kévin Dietrich February 24, 2018, 12:37 (GMT) |
Smoke: expose empty space clipping property to the UI. This is used to determine which voxels are to be considered empty space. Previously it was hardcoded for converting dense grids to OpenVDB grids to reduce disk space usage. This value is also useful for rendering engines to know, i.e. to optimize ray marching. |
Revision 6d8a4c1 by Kévin Dietrich February 24, 2018, 12:37 (GMT) |
OpenVDB : use underscores instead of spaces in grid names. Some other software cannot handle grid names with spaces in them. We still check for names with spaces so as to not break old files. This fixes T53802. |
Revision c4abb33 by Dalai Felinto February 23, 2018, 20:26 (GMT) |
Fixup for border render changes Although I fixed border rendering, I broke non-border rendering. Issue introduced on: 0305fc30b3ba6a1b24e2c9c182ae2e76d553f341 |
|