October 8, 2020, 06:45 (GMT) |
PyAPI: use real modules for bpy.ops Python 3.7x added support for module `__getattr__` & `__dir__`. Make use of this for operator access, previously these were module like classes. No functional changes, this is mostly to use a type which is expected, rather than faking the type with a class instance. |
October 8, 2020, 05:27 (GMT) |
PyDoc: fix most of the sphinx-build warnings Use `.. currentmodule::` instead of `.. module::` for `bpy.types` and `bpy.ops`. This change fixes most of the errors. Ref D9139 |
October 8, 2020, 04:41 (GMT) |
Cycles: fix UpdateTimeStats::clear() not resetting total times to zero |
October 8, 2020, 04:33 (GMT) |
clanup, avoid tagging for modifications manually |
October 8, 2020, 04:32 (GMT) |
split Shader::need_update_geometry into different boolean flags |
October 8, 2020, 01:32 (GMT) |
PyDoc: support building without sphinx_rtd_theme This is no longer bundled with sphinx, support building without it. |
October 8, 2020, 00:48 (GMT) |
UI: Fix alignment in object type visibility popover After rBeb911610d05 there are some differences in how the layout code decides whether to add decorators (aka animation buttons). Whether or not that logic is correct, it's nice to specify that we don't want them turned on in this popover. |
October 8, 2020, 00:08 (GMT) |
Fix recent update to sphinx_doc_gen.sh 2f1a0f6f0eabe090d3ea95c4f508ef72454369a2 copied Makefile syntax into a shell script. Use sphinx-builds 'auto' command to set the number of jobs to run. |
October 7, 2020, 23:53 (GMT) |
Cleanup: use doxy sections for fmodifier.c |
October 7, 2020, 22:19 (GMT) |
add an option to only rebuild the BVH every N frame |
October 7, 2020, 21:43 (GMT) |
Fix sculpt raycast function returning wrong value When sampled normals were disabled SCULPT_cursor_geometry_info_update was returning false instead of the value from the raycast data. |
October 7, 2020, 21:25 (GMT) |
PyDoc: Use explicit class names to refence class This fixes the link and makes it more clear which class the note is talking about |
October 7, 2020, 21:18 (GMT) |
Merge branch 'master' into fcurve-modifier-panels |
October 7, 2020, 21:00 (GMT) |
PyDoc: Render in text class name using class link syntax |
October 7, 2020, 20:17 (GMT) |
PyDoc: Fix typo in extern audaspace documentation A PR has also been sent upstream: https://github.com/neXyon/audaspace/pull/33 |
October 7, 2020, 19:51 (GMT) |
PyDoc: Fix sphinx warnign from missing newline |
October 7, 2020, 19:32 (GMT) |
Fix subclass links |
October 7, 2020, 18:38 (GMT) |
Cleanup: Remove redundant if-condition |
October 7, 2020, 18:21 (GMT) |
Fix class links |
October 7, 2020, 17:55 (GMT) |
Fix ops indent |
|
|
|


Master Commits
MiikaHweb | 2003-2021