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-04-28Addons: "persistent" parameter for addon_utils.enable(), so that you can enableBrecht Van Lommel
2012-04-26fix for buffer overrun crash with saving scene name longer then 24 characters.Campbell Barton
2012-04-13bmesh todo: vertex dirtmap now working again.Campbell Barton
2012-04-08style cleanup: pep8 some C/styleCampbell Barton
2012-04-07* Replace some more Blender 2.5x with Blender 2.6x and some code cleanup. Thomas Dinges
2012-04-07dont display any file as a preset in the menu (limit to *.py, *.xml)Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-29fix [#30402] modules dir missing from sys.pathCampbell Barton
2012-03-26fix [#30657] New UV layers created with Mesh.uv_textures.new reset previous o...Campbell Barton
2012-03-23more face -> tessface editsCampbell Barton
2012-03-23rna/python api change: rename Mesh.faces --> tessfaces, since existing script...Campbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
2012-03-21rename ngon tessellate function.Campbell Barton
2012-03-16py api:Campbell Barton
2012-03-15revert r44887, changes were OK but caused too many problems, better do this a...Campbell Barton
2012-03-15Fix #30549: Error adding mesh object to sceneSergey Sharybin
2012-03-14Changes to python-defined add object operators:Sergey Sharybin
2012-03-08Fix #30435: 2.62 Torus Batch building "Bug" or A Experimental Feature?Sergey Sharybin
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-03-04fix for issue raise by patch [#30154] non utf8 buildinfo, fails to import 'bp...Campbell Barton
2012-02-27Various fixes to UI messages (among other things, all messages needed it shou...Bastien Montagne
2012-02-27fix for problem that happened since bmesh mere mesh.from_py_data() - edge dat...Campbell Barton
2012-02-21copy over a change from bmesh branch that was needed for lightmap unpack to w...Campbell Barton
2012-02-19BMesh MergeCampbell Barton
2012-02-19misc changes from trunk (avoid confusion since these were not intentional dif...bmeshCampbell Barton
2012-02-17svn merge ^/trunk/blender -r44136:44189Campbell Barton
2012-02-16fix [#30201] bpy_extras.image_utils.load_image always returns placeholderCampbell Barton
2012-02-15svn merge ^/trunk/blender -r44076:44118Campbell Barton
2012-02-13more tweaks, outline is lighter then the color given so compensate a bit.Campbell Barton
2012-02-08svn merge ^/trunk/blender -r43934:43976Campbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-02-07Code Cleanup: remove unused preset variable.Campbell Barton
2012-02-03svn merge ^/trunk/blender -r43830:43864Campbell Barton
2012-02-02* fix for error in shape transfer (wrong var name).Campbell Barton
2012-01-18svn merge ^/trunk/blender -r43472:43482Campbell Barton
2012-01-18cleanup for redefined varsCampbell Barton
2012-01-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17pep8 edits, also remove unused varsCampbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-16svn merge ^/trunk/blender -r43392:43420Campbell Barton
2012-01-15weight paint UICampbell Barton
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2012-01-14remove api from addon bl_info, was never used.Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43220:43278 --accept postponeCampbell Barton
2012-01-11minor edits to xml presetsCampbell Barton
2012-01-10enable xml preset save/load, replace install/export themes with these.Campbell Barton
2012-01-10initial support for XML presets, these have the advantage...Campbell Barton
2012-01-02svn merge ^/trunk/blender -r43033:43062Campbell Barton
2012-01-01use `props` all over for operator properties varsCampbell Barton
2012-01-01rna_xml module - write colors as hexadecimal values, also swap import/export ...Campbell Barton