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-02Revert "VSE: Media transform redesign"Richard Antalik
2020-11-02Revert "Cleanup: store results of function calls in const values."Bastien Montagne
2020-11-02VSE: Media transform redesignRichard Antalik
2020-11-02Fix T77819: Snap Incremental does not match grid in all casesGermano Cavalcante
2020-11-02UI: Enable writing global area data (top-bar, status-bar) to .blend'sJulian Eisel
2020-11-02Fix Cycles kernel compile error with NanoVDB because of type redefinitionPatrick Mours
2020-11-02LibOverride: make some pose options overridable.Bastien Montagne
2020-11-02Grease Pencil UI code: use `row` for rows in the UISybren A. Stüvel
2020-11-02UI: Simplify some tool icon geometryHans Goudey
2020-11-02Cleanup: store results of function calls in const values.Bastien Montagne
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