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
2006-03-22===Python API===Ken Hughes
2006-03-22Fix for a bug where python could save a sceneless blend file.Campbell Barton
2006-03-22Fix for bug,Campbell Barton
2006-03-21Silly bug in using Compositor... the code that checked if a 3d renderingTon Roosendaal
2006-03-20Scene id->us user counter was always set to 1 on a file read, which did notTon Roosendaal
2006-03-20=== MINGW compile ===Andrea Weikert
2006-03-20Cineon/DPX export didn't survive when Blender gave it negative colors.Ton Roosendaal
2006-03-20Fixed an error in the help printout and set out the formats that are not supp...Campbell Barton
2006-03-19Fix various gcc warnings.Ken Hughes
2006-03-19Threshold for non-flat quad detection was too wide still. Causing errorsTon Roosendaal
2006-03-19More environment map stuff:Ton Roosendaal
2006-03-19=== fileseletor ===Andrea Weikert
2006-03-19Added a way to set the renderpath (dir and name) from the command line.Campbell Barton
2006-03-19Bugfix in environment mapping: Ztransp and Halo didn't show up. Bug isTon Roosendaal
2006-03-19Added option to only render a single side of an Environment map cube,Ton Roosendaal
2006-03-19Updated to use Blender.sys.exists() which now uses BLI_exist rather then stat.Campbell Barton
2006-03-19=== bugfix win32 - python ===Andrea Weikert
2006-03-19Added support for group objectsCampbell Barton
2006-03-18Added object.dupliGroup so objects can access the groups they instance.Campbell Barton
2006-03-18Slight change, when moving the active object out of localview, keep it the ac...Campbell Barton
2006-03-18Moved declerations to the top of the skope so as to work with MSVC?Campbell Barton
2006-03-18Added Blender.Group moduleCampbell Barton
2006-03-18Tsk! A 'new' for filehandle wasn't combined with a 'delete', which isTon Roosendaal
2006-03-18Update box unpack with faster python useCampbell Barton
2006-03-17==SCons==Nathan Letwory
2006-03-17==SCons==Nathan Letwory
2006-03-16We're now doing final conversions... float exrs to dpx amd png. Found aTon Roosendaal
2006-03-16==SCons==Nathan Letwory
2006-03-152 New tools, 'Loop to region' and 'Region to loop'Geoffrey Bantle
2006-03-15Dang... on background rendering (renderfarm) the user preset for temp dirTon Roosendaal
2006-03-15Bugfix: In sequencer, duplicating effects crashed due to calling a NULLTon Roosendaal
2006-03-15mmap allocs now fall back on regular malloc when mmap fails.Ton Roosendaal
2006-03-15Bugfix: when compositor reads incomplete renders, when using the newTon Roosendaal
2006-03-15Silly copy/paste error enabled the 'save render to file' option always...Ton Roosendaal
2006-03-15Bugfix: Node editor, ALT+G "UnGroup" crashed when group was editable.Ton Roosendaal
2006-03-15Memory saving for large renders:Ton Roosendaal
2006-03-14Small updates to import images in win32.Campbell Barton
2006-03-14Support win32 paths.Campbell Barton
2006-03-14Crashfix in compositing RenderLayer that doesn't exist... can happen onTon Roosendaal
2006-03-14tweak SCons to use Split() to parse BF_DEBUG_FLAGS and BF_PROFILE_FLAGSStephen Swaney
2006-03-14WIP commit on getting the 'render result layers' saved in a singleTon Roosendaal
2006-03-14Urgh... the commit to free texture images always also did it for preview...Ton Roosendaal
2006-03-14Made 'free texture images' default for a while... gives too many errorsTon Roosendaal
2006-03-14==SCons==Nathan Letwory
2006-03-14CTRL+C copy menu now has "Copy UV orco" for curves/surfacesTon Roosendaal
2006-03-14When faces are extremely small (like 0.01 size of pixel), the UV calculusTon Roosendaal
2006-03-14Restored syntax for function calls in sequence.c.Ton Roosendaal
2006-03-14Interpolated scaling for float buffers in Imbuf still went wrong...Ton Roosendaal
2006-03-14restoring minimum debug build on msvc6 projectsJens Ole Wund
2006-03-13security patch #3910 provided by Joerg Sonnenberger on Os XJean-Luc Peurière