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-07-27== Python scriptlinks ==Willian Padovani Germano
2008-07-26== PyNodes ==Willian Padovani Germano
2008-07-17Change message printed by sceneRender.enableCropping() to be more descriptive...Ken Hughes
2008-06-06Added shadow bakingCampbell Barton
2008-05-28bugfixCampbell Barton
2008-05-21scene frames scene.render.cFrame,sFrame and eFrame were being treated as shor...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-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
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-03-29own typo in py apiCampbell Barton
2008-03-29some fixes for python baking functionCampbell Barton
2008-03-22Removing some compiler warnings. Joshua Leung
2008-03-19saveRenderedImage dosnt work in backgrond mode, so added a warning in the doc...Campbell Barton
2008-02-22* Displacement baking wasnt working with negative distances.Campbell Barton
2008-02-22adding access to missing bake variables from pythonCampbell Barton
2008-02-21made auto threads default (noob's get faster renders in their dual core CPU's)Campbell Barton
2008-02-20Python BugfixCampbell Barton
2008-02-18Bugfix: yafray number of processors was not properly initialized, andBrecht Van Lommel
2008-02-12Added python access for bakingCampbell Barton
2008-02-05This is patch: [#8228] Add MultiLayer image type to python and batch renderingKent Mein
2008-02-03Python APIKen Hughes
2008-01-28some bugs with previous renderlayer apiCampbell Barton
2008-01-28renderLayer access for the render api, no epydocs yetCampbell Barton
2008-01-26added function to get the full path for a rendered frame (before its rendered)Campbell Barton
2008-01-23openexr, touch and noOverwrite setting access from py apiCampbell Barton
2008-01-20Made it so locked strips inside metastrips are transformed.Campbell Barton
2008-01-16Python APIKen Hughes
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-12-07miscellaneous edits from python development branch merged back into trunkCampbell Barton
2007-10-26Python APIKen Hughes
2007-10-21== Core ==Peter Schlaile
2007-07-01replace PyInt_CheckExact with PyInt_Check, same for floats and strings so sub...Campbell Barton
2007-06-06yafray settings access from Py APICampbell Barton
2007-04-04moved source and text to american spellingCampbell Barton
2007-03-15removed unneeded dealloc functionsCampbell Barton
2007-03-15removed duplicate functionality, macro's and functions existed to check a PyO...Campbell Barton
2007-01-30updated render settings to support recent changes.Campbell Barton
2007-01-22Made scene.currentFrame(val) call scene_update_for_newframe if the scene bein...Campbell Barton
2007-01-20[ #4786 ] if space in the Application path name, system() doesn't work on som...Andrea Weikert
2007-01-09- Added panel for Bake render (tabbed now in 'anim' panel).Ton Roosendaal
2006-12-20The Big Image refactor!Ton Roosendaal
2006-11-25Uncommitted my potential fix forAlexander Ewering
2006-11-18Bugfix for:Alexander Ewering
2006-08-10Compositor: finished work on node "File Output".Ton Roosendaal
2006-07-04===Python API===Ken Hughes
2006-06-16===Python API===Ken Hughes
2006-06-12New feature! (Well, replacement for the exisiting cumbersome "DispView")Ton Roosendaal
2006-06-01==render by parts==Tom Musgrove