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
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2008-09-20 14:10:50 +0400
committerJoshua Leung <aligorith@gmail.com>2008-09-20 14:10:50 +0400
commitc282178411a07fbca859885bd3e674e186756695 (patch)
tree27b23a201a416d3be994ed281706ea227fda1636 /source/blender/blenlib
parente7c62e903882947afce9dfea5beb1a2ed320cbe3 (diff)
Patch #17654: Fix for Scene.Get with input >20 chars
Patch by Darryl Pogue (paradox). Blender cuts off datablock names at 20 chars, which causes issues if you're trying to access Scenes with a string longer than 20 chars. Ex. s = 'GuildPub-Writers_GLOBAL' Blender.Scene.New(s) #This creates the scene "GuildPub-Writers_GLOB" Blender.Scene.Get(s) #This throws an error: the name and the string don't match This patch cuts down the input of Scene.Get() to the 20 char limits, thus making the the above example return the correct scene.
Diffstat (limited to 'source/blender/blenlib')
0 files changed, 0 insertions, 0 deletions