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
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2011-01-03fix for own error with mathutils.geometry argument parsing.Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-27python access to driver namespace, rather then have a textblock defined for d...Campbell Barton
2010-06-26remove math and m module names from python driver namespace. (all math functi...Campbell Barton
2010-05-30- Python console argument '--python-console', option so you can start blender...Campbell Barton
2010-05-18dont use a thread for baking in background mode, its not really any advantage...Campbell Barton
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-16Keying Set Fixes:Joshua Leung
2010-03-15Compile fix for MSVCAndrea Weikert
2010-03-15disallow 'nan' for button input and pydriver'sCampbell Barton
2010-03-14remove unused includesCampbell Barton
2010-02-27was using wrong global flag for python script disabling in recent commit.Campbell Barton
2010-02-27rename flag for auto script execution since scriptlinks are no more.Campbell Barton
2010-02-27option to set the blend file as from a 'Trusted Source' on load.Campbell Barton
2010-02-23added support for proxies as drivers back.Campbell Barton
2010-02-23- py-drivers were not using the name lookup cache.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-07fix for own but in recent driver optimization [#20580] Driver Crasher rev [25...Campbell Barton
2010-01-05speedup for driver execution, use PyUnicode_InternFromString() for variable n...Campbell Barton
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2009-12-09- added editbone.matrix, readonly, utility property that calculates the matri...Campbell Barton
2009-12-09split out driver functions into its own fileCampbell Barton