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
2020-11-02Fix py-defined pointer properties wrong tag re ID ownership.Bastien Montagne
2020-11-02Fix incorrect colors in grease pencil strength tool iconHans Goudey
2020-11-02Cleanup: Document output of `BKE_object_where_is_calc` and friendsSybren A. Stüvel
2020-11-02Cleanup: Sanitise return value of `ED_object_parent_set()`Sybren A. Stüvel
2020-11-02GPencil: Cleanup comments typo errorAntonio Vazquez
2020-11-02Add comment about size of generated previews of filebrowser thumnails.Bastien Montagne
2020-11-02Another attempt at fixing T81963: Random rare crashes in override code.Bastien Montagne
2020-11-02LibOverride: Do not assert on missing operands in apply function.Bastien Montagne
2020-11-02Re-enable WITH_COMPILER_SHORT_FILE_MACRO, fix build error.Ankit Meel
2020-11-02Turn off WITH_COMPILER_SHORT_FILE_MACRO temporarily.Ankit Meel
2020-11-02Merge remote-tracking branch 'origin/blender-v2.91-release'Sybren A. Stüvel
2020-11-02Revert "Parenting: fix return value when parenting object to itself"Sybren A. Stüvel
2020-11-02Clang/GCC: use relative path in __FILE__ macroAnkit Meel
2020-11-02Revert "Parenting: fix return value when parenting object to itself"Sybren A. Stüvel
2020-11-02Cleanup: use logging for "Found bundled Python" messageCampbell Barton
2020-11-02Cleanup: remove unused FileList.prv_w/hCampbell Barton
2020-11-02Fix incompatible pointer types warning with GCCCampbell Barton
2020-11-01Add sequencer transform testsRichard Antalik
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-11-01Revert "PyAPI: remove bpy.app.binary_path_python"Campbell Barton
2020-11-01Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-01Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-01Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-01PyAPI: set sys.executable to None when Python can't be foundCampbell Barton
2020-11-01Cleanup: Fix typo in commentHans Goudey
2020-11-01Fix T82089 Boolean on empty mesh with collection fails.Howard Trickey
2020-11-01Fix T82089 Boolean on empty mesh with collection fails.Howard Trickey
2020-11-01Fix new boolean performance bug.Howard Trickey
2020-10-31Fix new boolean performance bug.Howard Trickey
2020-10-31Cycles: Fix debug compilation after tile stealing commitLukas Stockner
2020-10-31GPencil: Change maximum limit of Join strokeAntonio Vazquez
2020-10-31Merge branch 'blender-v2.91-release'Antonio Vazquez
2020-10-31Fix T82265: GPencil interpolate crash when next frame was NULLAntonio Vazquez
2020-10-31Cycles: Implement tile stealing to improve CPU+GPU rendering performanceLukas Stockner
2020-10-31Cleanup: clang-formatLukas Stockner
2020-10-31Previous check seems to have a race condition, resulting in Wintab not being ...Nicholas Rishel
2020-10-31Add explanation for dequing Wintab PACKETs during WT_PACKET event into a loca...Nicholas Rishel
2020-10-31Commented assumption was incorrect, using tickCountToMillis causes underflow ...Nicholas Rishel
2020-10-31Cleanup: rename functions for consistency with other process*Events functions.Nicholas Rishel
2020-10-31Cleanup: Use C style comments, punctuation, and capitalization.Nicholas Rishel
2020-10-31Update tooltip, Tablet API can now be changed at runtime.Nicholas Rishel
2020-10-31Remove Wintab logging.Nicholas Rishel
2020-10-31Add Wintab debug logging as a CMake option WITH_WINTAB_DEBUG.Nicholas Rishel
2020-10-31Finish the comment's thought explaining pessimistic button ups events forNicholas Rishel
2020-10-31Return of the Wintab refactor.Nicholas Rishel
2020-10-31Before a wintab button event is generated, generate a GHOST mouse moveNicholas Rishel
2020-10-31Adding explanitory comment to explain why tablet API check is necessaryNicholas Rishel
2020-10-31When there are not associated button events, assume there is no buttonNicholas Rishel
2020-10-31Clarify comment to be more specific so that in the future someone knowsNicholas Rishel
2020-10-31Save Wintab packets to a local queue as WT_PACKET events arrive or whenNicholas Rishel