November 9, 2018, 13:01 (GMT) |
Fix crash when renaming metaballs This handles both renaming via outliner and rna. Metaballs as we all know have their geometry based on the metaballs that share the same name with them. Changing the name of a metaball without tagging its geometry to change is asking for trouble. |
November 9, 2018, 12:59 (GMT) |
BKE_id_is_in_gobal_main > BKE_id_is_in_global_main |
November 9, 2018, 12:01 (GMT) |
Greasepencil: double promotion cleanup and related |
November 9, 2018, 11:57 (GMT) |
GreasePencil: division by zero when stroke has one point Error "runtime error: division by zero" when opening: "Sketch 1 demo by Brain Graft.blend" |
November 9, 2018, 11:39 (GMT) |
Improvements on CURVE_OT_select_similar: SIMCURHAND_DIRECTION Consider rotation and scale when calculating direction in world space. Reviewers: dfelinto Maniphest Tasks: T56948 Differential Revision: https://developer.blender.org/D3911 |
November 9, 2018, 11:39 (GMT) |
UI: Fix checking for sequences. |
November 9, 2018, 11:31 (GMT) |
Cycles; Cleanup, line length There are some more sanitization which would be cool to be done in the neighbourhood of those functions, but that could also happen later. |
November 9, 2018, 11:28 (GMT) |
Cycles: Cleanup, move Embree BVH logic to own file There is no way we can keep generic entry point functions easy to follow if we start adding actual logic in them. |
November 9, 2018, 11:12 (GMT) |
Cycles: Cleanup, indentation in preprocessor |
November 9, 2018, 11:10 (GMT) |
Cycles: Cleanup, indentation |
November 9, 2018, 11:08 (GMT) |
Cycles: Cleanup, space after (void) It was used in like 95% of places. |
November 9, 2018, 11:07 (GMT) |
Py API Docs: Warnings for some properties that are slower to access than expected. |
November 9, 2018, 11:04 (GMT) |
Cycles: Cleanup, don't use strict C prototypes Those are more like a legacy of language, which is not needed in C++. |
November 9, 2018, 10:54 (GMT) |
Cycles: Cleanup, split array from vector Those are similar but different types, no reason to keep their definitions in a single file. |
November 9, 2018, 10:53 (GMT) |
UI: Fix bug when no sequencer strips were selected on a new scene. Reported by Tintwotin on DevTalk. Thanks! |
November 9, 2018, 10:46 (GMT) |
Cycles: Cleanup, some documentation |
November 9, 2018, 10:44 (GMT) |
Cycles: Cleanup, remove unneeded manual constructors specification |
November 9, 2018, 10:42 (GMT) |
Cycles: Cleanup, remove unneeded method from vector Since we've defaulted to C++11, no need to override this method manually anymore. |
November 9, 2018, 10:34 (GMT) |
Cycles: Cleanup, spacing after preprocessor It is supposed to be two spaces before comment stating which if else/endif statements corresponds to. Was mainly violated in the header guards. |
November 9, 2018, 08:46 (GMT) |
Cleanup, indentation |
|
|
|


Master Commits
MiikaHweb | 2003-2021