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
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-14theme settings - split space and space list into their own RNA members, displ...Campbell Barton
2012-01-13Move FFmpeg and QuickTime settings to own structure inside RenderSettingsSergey Sharybin
2012-01-12Remove empty comment I added on accident.Kent Mein
2012-01-12Some small fixes to get things compiling on solaris with cmake.Kent Mein
2012-01-11add RNA_property_is_set function, use for WM_menu_invoke to avoid double look...Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-10(no commit message)Peter Larabell
2012-01-01Fixed names of VertexWeight modifiers RNA structs, in RNA_access.h (probably ...Bastien Montagne
2011-12-05Object tracking; initial commitSergey Sharybin
2011-12-02renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)Dalai Felinto
2011-12-01Fix for RNA_warning crashing on MSVC release buildsAndrew Wiggin
2011-11-23MSVC 2005 and higher supports variable length macroses, so RNA_warning can re...Sergey Sharybin
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-13Ocean Sim modifier patchLukas Toenne
2011-11-09Merge with trunk r41701soc-2011-carrotMiika Hamalainen
2011-11-08- disable undo for user preferences (every click would do push an undo), was ...Campbell Barton
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-05Merge with trunk r41545Miika Hamalainen
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-11-03Fix #29122: Curve Radius keyable from Outliner Datablock view but not Transfo...Sergey Sharybin
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Merge with trunk r41197Miika Hamalainen
2011-10-22py api - added PyC_UnicodeFromByteAndSize() to match PyUnicode_FromStringAndS...Campbell Barton
2011-10-21Code cleanup: remove some unused code in header.Brecht Van Lommel
2011-10-14Merge with trunk r40991Miika Hamalainen
2011-10-05rename rna OperatorTypeMacro --> OperatorMacro, since operators types are jus...Campbell Barton
2011-10-04Merge with trunk r40782Miika Hamalainen
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19i18n: fixed building with playerSergey Sharybin
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-09workaround for msvc not supporting variable length args in macros.Campbell Barton
2011-09-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton
2011-09-06svn merge -r39930:39947 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-05Merge with trunk r39928Miika Hamalainen
2011-09-01Merging r39652 through r39842 from trunk into vgroup_modifiers.Bastien Montagne
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-29* Reverting Titlecard commit r37537Joerg Mueller
2011-08-21Merge with trunk r39589Miika Hamalainen
2011-08-18update property strings cover. 461 new itemsXiao Xiangquan
2011-08-17Merging r39199 through r39485 from trunk into vgroup_modifiers.Bastien Montagne
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-14add in asserts for when array/non array RNA funcions are used incorrectly, wo...Campbell Barton