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-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
2008-04-24== PyNodes ==Willian Padovani Germano
2008-04-23added ipo script template from blenderartists forTe, made scripts refresh on ...Campbell Barton
2008-04-22bpy sequencer api can add color strips, changing strip length wasnt re-alloca...Campbell Barton
2008-04-18Used GET_INT_FROM_POINTER to get rid of many warnings that only occurred with...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-15Ipo View Option - Loc View Area - stops using each ipo's view area when chang...Campbell Barton
2008-04-13* Made Armature auto name L/R, Top/Bot, Fr/Bk remove existing, known extensions.Campbell Barton
2008-04-10Fix for render scemode in the python api, forgot to commit this fileBrecht Van Lommel
2008-04-09Made aspx/y into floats so we can render precise regions (for apricot terrain...Campbell Barton
2008-04-09API Doc for new Object attributes trackAxis and upAxis.Stephen Swaney
2008-04-07Doh! Typo - replace [Y] with [Z].Stephen Swaney
2008-04-07added an optional arg for object.getBoundBox(worldspace) - so you can get loc...Campbell Barton
2008-04-07annoyance with python api, Blender.Library.Datablocks should always return an...Campbell Barton
2008-04-07fix for [#6342] Collada 1.4 import (of perhaps corrupt collada files) leads t...Campbell Barton
2008-04-06Python API - read access to Track and Up axis attributes for Object.Stephen Swaney
2008-04-05fix compiler warning: comparison between signed and unsignedStephen Swaney
2008-04-05PyAPI - setting a buttons string value crashed. suspect this is a 64bit probl...Campbell Barton
2008-04-01Fix for bug #8629: python object.boundingBox was not in worldspaceBrecht Van Lommel
2008-03-31TimeLine PyType was not getting initialized, causing auto-completion in the i...Campbell Barton
2008-03-30== bugfix ==Andrea Weikert
2008-03-29own typo in py apiCampbell Barton
2008-03-29some fixes for python baking functionCampbell Barton
2008-03-27made editmode only force smooth shading when vcols are present (as joe sugges...Campbell Barton
2008-03-26Python APIKen Hughes
2008-03-25fix for [bf-blender-Bug Tracker][8739] image selector never exits.Campbell Barton
2008-03-22Removing some compiler warnings. Joshua Leung
2008-03-20Python APIKen Hughes
2008-03-19saveRenderedImage dosnt work in backgrond mode, so added a warning in the doc...Campbell Barton
2008-03-19added a warning in python api abot ipo curves. minor change to curve.c Campbell Barton