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-06-04Merged changes in the trunk up to revision 47381.Tamito Kajiyama
2012-05-29Massive Code cleanup:Thomas Dinges
2012-05-27Merged changes in the trunk up to revision 47056.Tamito Kajiyama
2012-05-22Add skin modifier: DNA, RNA, UI, and MOD_skin.c implementation.Nicholas Bishop
2012-05-22Add MVertSkin DNA/RNA and customdata (CD_MVERT_SKIN).Nicholas Bishop
2012-05-12Merged changes in the trunk up to revision 46557.Tamito Kajiyama
2012-05-11A couple more changes to the file and image nodes to improve access to layers...Lukas Toenne
2012-05-11Add an RNA access function to get an enum item name from its value.Nicholas Bishop
2012-05-05Merged changes in the trunk up to revision 46309.Tamito Kajiyama
2012-04-30Camera tracking: initial commit of dopesheet view for clip editorSergey Sharybin
2012-04-21Merged changes in the trunk up to revision 45820.Tamito Kajiyama
2012-04-15style cleanup: for loop macros, also add a config file for uncrustify source ...Campbell Barton
2012-03-25Merged changes in the trunk up to revision 45133.Tamito Kajiyama
2012-03-23rna/python api change: rename Mesh.faces --> tessfaces, since existing script...Campbell Barton
2012-03-21== Sequencer ==Peter Schlaile
2012-03-20fix [#30589] RNA function descriptions not showing in Python console on autoc...Campbell Barton
2012-03-03Merged changes in the trunk up to revision 44612.Tamito Kajiyama
2012-03-01A number of improvements for the file output node(s).Lukas Toenne
2012-02-25Merged changes in the trunk up to revision 44419.Tamito Kajiyama
2012-02-22Adds a new node type for saving multiple image files from a single node.Lukas Toenne
2012-02-21Merged changes in the trunk up to revision 44266 (including BMesh).Tamito Kajiyama
2012-02-18Merged changes in the trunk up to revision 44221.Tamito Kajiyama
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-22Merged changes in the trunk up to revision 43585.Tamito Kajiyama
2012-01-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-16Merged changes in the trunk up to revision 43404.Tamito Kajiyama
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
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-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
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-11svn merge ^/trunk/blender -r43220:43278 --accept postponeCampbell Barton
2012-01-10(no commit message)Peter Larabell
2012-01-08Merged changes in the trunk up to revision 43219.Tamito Kajiyama
2012-01-04Added two stroke geometry modifiers:Tamito Kajiyama
2012-01-02svn merge ^/trunk/blender -r43033:43062Campbell Barton
2012-01-01Fixed names of VertexWeight modifiers RNA structs, in RNA_access.h (probably ...Bastien Montagne
2012-01-01Merged changes in the trunk up to revision 43038.Tamito Kajiyama
2011-12-31svn merge ^/trunk/blender -r42991:43009Campbell Barton
2011-12-05Object tracking; initial commitSergey Sharybin
2011-12-05Merged changes in the trunk up to revision 42425.Tamito Kajiyama
2011-12-02svn merge ^/trunk/blender -r42303:42329Campbell Barton
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-12-01Fix for [#29472] ctrl F in edition causes crashAndrew Wiggin