May 8, 2020, 03:43 (GMT) |
Cleanup: Doxygen: fix markup warnings for links |
May 8, 2020, 03:43 (GMT) |
Cleanup: Doxygen: Remove Blank Page |
May 8, 2020, 02:42 (GMT) |
Fix typo in recent quadric cleanup |
May 8, 2020, 02:36 (GMT) |
Cleanup: callback naming for search button & update doc-strings Callback naming didn't always make it clear which function updated the search contents and the function used to execute the action. |
May 8, 2020, 00:02 (GMT) |
Fix T76324: face set operators not working from Python console by default Operators should almost always implement exec() so that they can work without user event input. In this case there was no reason to have invoke() at all since no event is needed. |
May 7, 2020, 23:51 (GMT) |
Fix T76471: timer not removed after changing file browser to another type The file browser exit() callback was not called. RNA get functions should never modify data, here the area type info to be changed before the screen and area were properly updated. |
May 7, 2020, 22:51 (GMT) |
Fix T76525: crash drawing metaballs with multiple material slots |
May 7, 2020, 21:33 (GMT) |
Merge branch 'blender-v2.83-release' |
May 7, 2020, 21:33 (GMT) |
Fix T75958 Overlay: Blender Crashes when selecting without Depth Picking |
May 7, 2020, 21:33 (GMT) |
Fix T76045 Gizmo: line_width does not work in latest version |
May 7, 2020, 21:33 (GMT) |
Fix T76393 Gizmo: Crash on assert(batch->program_in_use == 0) This also fix line width support for button2D shape batch |
May 7, 2020, 20:06 (GMT) |
Merge branch 'blender-v2.83-release' |
May 7, 2020, 20:02 (GMT) |
Fix T76510: Eevee OpenVDB render artifacts due to texture clamping |
May 7, 2020, 19:51 (GMT) |
Fix direction of the Gizmo Extrude adjustment axis The extrude adjustment gizmo reads the last constrained axis set. So it is important to keep the final value actually used. |
May 7, 2020, 19:51 (GMT) |
Fix T76504: Change in behavior of constraints orientation The Extrude operator, whose orientation is NORMAL, has undergone some seemingly accidental changes: - In 2.79 if you press the same key as the axis in constraint, it changes from Normal to No Contraint -> Global -> Normal and repeat this. - In 2.80 it changes from Normal to Local -> No Contraint -> Global -> Local and repeat this. This committee resumes the behavior of 2.79 |
May 7, 2020, 19:14 (GMT) |
Fix T76468: volume sequence render not using correct frame in renders Render datablocks were copying state from original datablocks, where the frame number and loaded volume grids were out of sync. |
May 7, 2020, 18:57 (GMT) |
Merge branch 'master' into panel-list-patch |
May 7, 2020, 16:57 (GMT) |
Cleanup: Alembic, refactored flattened export The AbstractHierarchyIterator has been simplified & refactored, such that it is possible for a subclass to change the export hierarchy. This makes the Alembic exporter responsible for the "flattening", which is appropriate as the USD exporter doesn't even have this export option. No functional changes. |
May 7, 2020, 15:39 (GMT) |
Alembic: when exporting flattened, always check parent for animation When exporting to a flattened "hierarchy", the animation of the parent (in Blender) will not be known to the Alembic file. In this case, whenever an object is moving, it needs to be treated as animated, even when it's through the animation of its parent. |
May 7, 2020, 15:33 (GMT) |
Fluid: Use cached value for total time value The old time_total initialization was in trouble if scenes made use of a variable framelength (e.g. by animating the time scale parameter). |
|
|
|


Master Commits
MiikaHweb | 2003-2021