August 3, 2020, 08:01 (GMT) |
Fix T79440: Deform modifiers fail in edit-mode when not first Lattice, armature & curve only worked when an edit-mesh was passed in, the mesh argument was being ignored. Regression in 9f5833798caf9 |
August 3, 2020, 05:14 (GMT) |
Cleanup: remove unused code, update comments |
August 3, 2020, 05:14 (GMT) |
Cleanup: remove trailing space, newlines at eof |
August 3, 2020, 05:13 (GMT) |
Merge branch 'blender-v2.90-release' into master |
August 3, 2020, 04:48 (GMT) |
August 3, 2020, 04:42 (GMT) |
Fluid: Added support for MAC Grid visualization |
August 3, 2020, 01:44 (GMT) |
Cycles: add support for rendering deformation motion blur from Alembic caches. This patch adds the ability to render motion blur from Alembic caches. The motion blur data is derived from a velocity attribute whose name has to be defined by the user through the MeshSequenceCache modifier, with a default value of ".velocities", which is the standard name in Alembic for the velocity property, although other software may ignore it and write velocity with their own naming convention (e.g. "v" in Houdini). Furthermore, a property was added to define how the velocity vectors are interpreted with regard to time : frame or second. "Frame" means that the velocity is already scaled by the time step and we do not need to modify it for it to look proper. "Second" means that the unit the velocity was measured in is in seconds and so has to be scaled by some time step computed here as being the time between two frames (1 / FPS, which would be typical for a simulation). This appears to be common, and is the default behavior. Another property was added to control the scale of the velocity to further modify the look of the motion blur. Reviewed By: brecht, sybren Differential Revision: https://developer.blender.org/D2388 |
August 2, 2020, 22:26 (GMT) |
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve |
August 2, 2020, 22:25 (GMT) |
GPencil: Add snap to grid for curve points |
August 2, 2020, 22:24 (GMT) |
GPencil: Implement basic extrude support |
August 2, 2020, 21:13 (GMT) |
Fix bugs re triangle sorting. Several somewhat self-compensating bugs in the routine that sorts triangles around an edge let to a bug visible with a unit cube subtracting a unit cylinder with 4 sides. Fixed. |
Revision 1e68909 by TempoDev (soc-2020-custom-menus) August 2, 2020, 20:33 (GMT) |
Custom Menus : Add icon edition |
August 2, 2020, 20:10 (GMT) |
Particles: new Age Reached Event, Kill Particle and Random Float node The hardcoded age limit is now gone. The behavior can be implemented with an Age Reached Event and Kill Particle node. Other utility nodes to handle age limits of particles can be added later. Adding an Age Limit attribute to particles on birth will be useful for some effects, e.g. when you want to control the color or size of a particle over its life time. The Random Float node takes a seed currently. Different nodes will produce different values even with the same seed. However, the same node will generate the same random number for the same seed every time. The "Hash" of a particle can be used as seed. Later, we'd want to have more modes in the node to make it more user friendly. Modes could be: Per Particle, Per Time, Per Particle Per Time, Per Node Instance, ... Also a Random Vector node will be useful, as it currently has to be build using three Random Float nodes. |
August 2, 2020, 19:00 (GMT) |
Merge branch 'blender-v2.90-release' |
August 2, 2020, 18:54 (GMT) |
Fix T67181: Only the first added movie strip will have audio below Find free slot first for sound strips then for movie strips. This patch also fixes issue where all strips were added to channel 2 by default. Reviewed By: brecht Differential Revision: https://developer.blender.org/D8339 |
August 2, 2020, 18:53 (GMT) |
Fix T66805: No cache invalidation with remove gaps operator Reviewed By: brecht Differential Revision: https://developer.blender.org/D8379 |
August 2, 2020, 14:30 (GMT) |
Fix building WITH_GMP in case of boolean modifier. Left out a define. Also, added more debugging in boolean.cc. |
August 2, 2020, 13:35 (GMT) |
Merge branch 'master' into newboolean. Also, make it possible to build when WITH_GMP is disabled. |
August 2, 2020, 11:17 (GMT) |
GPencil : Fix error exporting animation to SVG |
August 2, 2020, 10:44 (GMT) |
Warning removal: Remove unused argument; make a private function static. |
|
|
|


Master Commits
MiikaHweb | 2003-2021