Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-21Cleanup: spelling, grammar, and other correctionsCampbell Barton
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-12UI: alternate fix for T65702, handling of auto-saving userprefsCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-22Preferences: add handler for loading factory preferencesCampbell Barton
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-11Python API: expose more keyframing flags for use in keyframe_insert.Alexander Gavrilov
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-29Cleanup: comments (long lines) in pythonCampbell Barton
2019-04-26Fix T63896: Removing Drivers in Python Leads to CrashSergey Sharybin
2019-04-23Cleanup: correct rst string literalsCampbell Barton
2019-04-23Space_node: Add draw backdrop callback.Ray Molenkamp
2019-04-21Cleanup: comments (mainly long lines)Campbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-18PyAPI: remove support for importing text blocks as modulesCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: avoid adjacent C-style commentsCampbell Barton
2019-04-16CMake: fix linking with gtest & cycles enabledCampbell Barton
2019-04-16Cleanup: move motion paths into editors/animationCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-04-10Cleanup: use STR_ELEM macroCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-03-29Cleanup: styleCampbell Barton
2019-03-28Fix bpy.msgbus.subscribe_rna argument parsingCampbell Barton
2019-03-27Fix class registration ignoring info/warningsCampbell Barton
2019-03-27PyAPI: utility function to print reportsCampbell Barton
2019-03-26Fix T62946: missing warning when Python driver expression execution is disabled.Brecht Van Lommel
2019-03-20Fix T62736: Inconsistent behavior bpy.utils.user_resource()Philipp Oeser
2019-03-18Cleanup: Main id looping: add FOREACH_MAIN_LISTBASE macro.Bastien Montagne
2019-03-18UI: clarify "Remap Relative" tooltipCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-01Cleanup: use variable instead of defineCampbell Barton
2019-02-27Fix typos related to unitsVaishnav S
2019-02-23Cleanup: GCC redundant declarationsCampbell Barton
2019-02-23Cleanup: quiet undeclared variable warningCampbell Barton
2019-02-18Fix (unreported) wrong handling of some parameters combination in `bpy.data.u...Bastien Montagne
2019-02-18ID Management Py API: Fix (unreported) crash in some cases.Bastien Montagne
2019-02-18ID management: use FOREACH_MAIN_ID in some places.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Units: add support for light power units in Watt. Use for Eevee lights.Brecht Van Lommel
2019-02-16Cleanup: rename SPACE_IPO -> SPACE_GRAPHCampbell Barton
2019-02-16DNA: rename SpaceButs -> SpacePropertiesCampbell Barton
2019-02-07PyAPI: message subscribe option arg now optionalCampbell Barton