August 23, 2019, 15:20 (GMT) |
GPencil: Fix unreported set origin from Python The set origin was not working from python because the operator was checking if the stroke was valid in the console area. As the stroke only can be valid for GP obects, this check is not needed. |
August 23, 2019, 15:00 (GMT) |
Cleanup: Add comments |
Revision 1e74b27 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 23, 2019, 14:57 (GMT) |
don't inline grow for other data structures |
Revision d49f1f8 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 23, 2019, 14:52 (GMT) |
don't inline grow functions |
Revision f35171a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 23, 2019, 14:32 (GMT) |
add some comments |
Revision a3d9fc2 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 23, 2019, 14:25 (GMT) |
store usable slots in open addressing array |
August 23, 2019, 14:09 (GMT) |
Cloth: pinned vertices now works with adaptive remeshing The customdata for newly created vertices is now modified to remove any weight for that vertex. Also the correct mesh is being passed to cloth_apply_vgroup(). |
Revision c52e381 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 23, 2019, 14:06 (GMT) |
Add license header |
Revision af89849 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 23, 2019, 14:04 (GMT) |
replace magic number |
August 23, 2019, 13:55 (GMT) |
LibOverride: Fixed bug in removing override op operator. In case the property is a RNA pointer, `RNA_path_resolve()` will try to resolve it and return that pointer, instead of returning expected container... That is a bad inconsistency in the rNA path API, but no proper way to solve it for now... |
August 23, 2019, 13:54 (GMT) |
Fix potential issues when loading files with missing libraries This is a continuation of rB39f005eae8eed8b939579aff8c9a05a4f50e5e38 Now all the fields where we check for object type in RNA (like rna_Curve_object_poll) will have a safe guard for when this isn't the case. For example when loading files that has missing object libraries and all missing objects are replaced with empties (placeholders). Reviewed By: Brecht Differential Revision: https://developer.blender.org/D5425 |
August 23, 2019, 13:42 (GMT) |
Merge branch 'master' into filebrowser_redesign |
Revision 4d2dcb6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 23, 2019, 13:41 (GMT) |
Initial implementation of updated ui proposal |
August 23, 2019, 13:38 (GMT) |
Fix size column text missing when date column is disabled |
August 23, 2019, 11:14 (GMT) |
UI: use consistent "Color Burn" name for blend mode Previously it was named just "Burn" in some places. Differential Revision: https://developer.blender.org/D5186 |
August 23, 2019, 11:04 (GMT) |
Fix T67140: transforming bone does not update bone tab in properties editor |
August 23, 2019, 10:04 (GMT) |
Fix T69075: OSL build with install_deps.sh failing at runtime Now uses the same cmake flags as make deps. |
August 23, 2019, 08:42 (GMT) |
Merge branch 'master' into asset-engine Conflicts: source/blender/blenloader/intern/versioning_280.c |
August 23, 2019, 08:27 (GMT) |
LibOverride: Add some basic non-nodal material properties to override realm. |
Revision 9c05112 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 23, 2019, 08:12 (GMT) |
fix after merge |
|
|
|


Master Commits
MiikaHweb | 2003-2021