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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/btrace
AgeCommit message (Collapse)Author
2022-07-05Fix T98902: Btracer Particle Trace is brokenPratik Borhade
Problem has been introduced after python 3.10 upgrade This patch explicitly casts input parameters to int Maniphest Tasks: T98902 Differential Revision: https://developer.blender.org/D15225
2022-02-11File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-29Cleanup: trailing spaceCampbell Barton
2019-10-29fix manual linksmeta-androcto
2019-10-16btrace: add manual linkmeta-androcto
2019-09-24btracer: minor naming: T70017meta-androcto
2019-07-12btrace: Fix particle modes, remove warningmeta-androcto
2019-06-16btrace: update bl_info locationmeta-androcto
2019-05-31Fix addon (btrace) to use latest depsgraph APIDalai Felinto
Addon itself may not be working, but it may as well use the correct API.
2019-05-22btrace: initial update for 2.8meta-androcto
2019-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-29addons: object select_get syntax updateNBurn
2019-01-25addons: object select_set syntax updateNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
2017-04-12Btrace: Major cleanup, reorganizationlijenstina
Bumped version to 1.2.1 Remove star imports Split the bTrace file into two Move the Panel and props code into the new file Pep8 cleanup Change the complicated switcher UI code Bools replace them with one EnumProperty This makes the second PropertyGroup not needed Make optional layout configuration in the preferences Fix the crashes with the Drawing operator Fix several crashes with wrong contexts Some small UI fixes More graceful error handling
2017-03-20Initial commit Btrace: T50928meta-androcto