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
2008-06-11bugfixCampbell Barton
2008-06-06bugfix, memory leaks when getting particles and particle system loc/size/rot/...Campbell Barton
2008-06-06bugfix - Blender.GetPaths() was returning relative paths from libraries, but ...Campbell Barton
2008-06-06Added shadow bakingCampbell Barton
2008-06-05added checks for zero length strings when checking for the last characterCampbell Barton
2008-06-05* python sys.cleanpath() used strstr incorrectly, resulting in paths containi...Campbell Barton
2008-06-05numbutton python expression evaluation used driver dictionary, when EnableScr...Campbell Barton
2008-06-04Python API object.parentVertexIndex - access vertex parent indiciesCampbell Barton
2008-06-02Added missing newline for error print in Py-button expressionsJoshua Leung
2008-06-01functionality fixCampbell Barton
2008-06-01bugfix (typo) [#13587] Python API Material.sssFront brokenCampbell Barton
2008-06-01bugfix for own errorCampbell Barton
2008-05-31bugfix for own error, introduced when running scripts were saved with the ble...Campbell Barton
2008-05-31== PyNodes ==Willian Padovani Germano
2008-05-30bugfixCampbell Barton
2008-05-28bugfixCampbell Barton
2008-05-28[#10223] a new object function to add vertex group from an armatureMartin Poirier
2008-05-26bugfix for crasher from Cedric Paille via bf-committers.Stephen Swaney
2008-05-25patch [#11491] Fix for bug 11362: Blender.Draw.Image() method does not clip ...Campbell Barton
2008-05-21add missing flags for NLA stripsCampbell Barton
2008-05-21scene frames scene.render.cFrame,sFrame and eFrame were being treated as shor...Campbell Barton
2008-05-21testbreak was not working after the first useCampbell Barton
2008-05-19more updates to docsCampbell Barton
2008-05-19some updates to epy docsCampbell Barton
2008-05-17== Nodes ==Willian Padovani Germano
2008-05-13last commit had a typo, also adjusted teh and colour instancesCampbell Barton
2008-05-11Fix compiler warnings in particle.c and editface.c.Joshua Leung
2008-05-11fix compiler warnings.Stephen Swaney
2008-05-11Initial commit for BPy Particle patch #8557 from Cedric PailleStephen Swaney
2008-05-09fix for [#6104] CR generates space at String CreationCampbell Barton
2008-05-09fix for [#10330] Can't import packages or modules from a user defined script ...Campbell Barton
2008-05-08this script isnt needed anymore thanks to stivs and gsrCampbell Barton
2008-05-08more shell script tweaking.Stephen Swaney
2008-05-08modify script to use long opts; --name vs -n, for example.Stephen Swaney
2008-05-07Setting frame in python allowed negative numbers (was casting to a short with...Campbell Barton
2008-05-06patchesCampbell Barton
2008-05-06made python add mesh module respect blenders user settings for editmode and v...Campbell Barton
2008-05-04missed out on some BLI_convertstringcode's, also found that playing relative ...Campbell Barton
2008-05-04Changed frame numbering to only alter hashes if they are in the filename (not...Campbell Barton
2008-05-02== PyNodes ==Willian Padovani Germano
2008-05-01Add library.name attribute, which returns the actual library name used by ble...Ken Hughes
2008-05-01* add missing int rel to BPy_Library and BPy_LibraryDataNathan Letwory
2008-05-01Add support to bpy.library module for relative paths.Ken Hughes
2008-04-29running scripts in background mode would crash blender when checking a script...Campbell Barton
2008-04-28fix for [#9651] raw_export.py tooltip outdated?Campbell Barton
2008-04-28Compiler warning fixes:Joshua Leung
2008-04-27remove old particle system.Campbell Barton
2008-04-26BLI_split_dirfile was being used in cases it should not have been,Campbell Barton
2008-04-25== PyNodes ==Willian Padovani Germano
2008-04-25added sequencer paths to bpath iterator, This needed to use get/set filename ...Campbell Barton