PacktPublishing / Python-Scripting-in-Blender

Python Scripting in Blender, published by Packt
MIT License
38 stars 16 forks source link

Negative Moves #1

Closed coop101 closed 1 year ago

coop101 commented 1 year ago

P 128 Add random Location: can't use negative values?

pKrime commented 1 year ago

Hi, that's correct: to keep it simple the amount of randomness is assumed to be an absolute value, so TRANSFORM_OT_random_location.amount should not accept negative inputs.

amended with commit 56376e7, thanks! p.