living-hinge icon indicating copy to clipboard operation
living-hinge copied to clipboard

Inkscape 1.1.1 (3bf5ae0d25, 2021-09-20) issues

Open ChrisAndersen2700 opened this issue 3 years ago • 0 comments

Ahhh, I get: "C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:360: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:363: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:366: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:370: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:373: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:377: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:380: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:383: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:387: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:390: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:393: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:397: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:400: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:404: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:407: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:410: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser. You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar. self.OptionParser.add_option( C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:496: DeprecationWarning: Effect.affect is now Effect.run(). The output argument has changed. LivingHingeEffect().affect() C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:424: DeprecationWarning: Effect.unittouu is now a method in the SvgDocumentElement class. Use self.svg.unittouu(str) instead. stroke_width = self.unittouu("0.2mm") C:\Users\chris\AppData\Roaming\inkscape\extensions\living_hinge.py:415: DeprecationWarning: Effect.unittouu is now a method in the SvgDocumentElement class. Use self.svg.unittouu(str) instead. return self.unittouu(str(value) + self.options.unit) Select a valid pattern tab before rendering. "

Inkscape 1.1.1 (3bf5ae0d25, 2021-09-20)

Any help out here is highly apreciated

ChrisAndersen2700 avatar Jan 17 '22 17:01 ChrisAndersen2700