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-09-09GPU: add gpu python module with export_shader() function to export GLSL shader.Benoit Bolsee
2011-09-09workaround for msvc not supporting variable length args in macros.Campbell Barton
2011-09-09Fix #28392: some selection operators were working in linked scenes, others not.Brecht Van Lommel
2011-09-09fix [#28534] Rotate Edge Vertices selection mode.Campbell Barton
2011-09-09auto-merge was loosing the selection after running remove doubles, this is qu...Campbell Barton
2011-09-09move smallhash into its own C file, was inlineing fairly large functions.Campbell Barton
2011-09-09svn merge -r40034:40051 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-09remove mesh and object arguments from bmesh operators, these are stored withi...Campbell Barton
2011-09-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton
2011-09-09SVN maintenance.Guillermo S. Romero
2011-09-09bpy api - add new page for best-practice (so Thomas has something to point to...Campbell Barton
2011-09-08Forgot to add FFmpeg DLLs list to linuxcross config.Sergey Sharybin
2011-09-08Fix #28310: import of key configuration with modal keymap not working.Brecht Van Lommel
2011-09-08Modifiers: put uv project and vertex weight modifiers in separate category,Brecht Van Lommel
2011-09-08Modifier UV Project UI:Thomas Dinges
2011-09-08Vertex Weight UI:Thomas Dinges
2011-09-08correction to docs.Campbell Barton
2011-09-08patch [#28554] BMesh: fix for 28553Campbell Barton
2011-09-08correct fix for #28558Campbell Barton
2011-09-08Fix #28545: User Preferences - System Tab - Reset All To Default Values on Op...Sergey Sharybin
2011-09-08svn merge -r39991:40034 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-08edits to new modifiers to work with bmeshCampbell Barton
2011-09-08svn merge -r39990:39991 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-08Vertex Weight Proximity: minor updates and fixes.Bastien Montagne
2011-09-08svn merge -r39990:39991 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-09-08Fixed potential issue in mirrored loop node sockets. These are currently not ...Lukas Toenne
2011-09-08Minor fixes for some unfounded clang warnings.Lukas Toenne
2011-09-08Shader node tree exec data cannot use the exec->nodetree before it is initial...Lukas Toenne
2011-09-08fix for misc py errors + some pep8 edits.Campbell Barton
2011-09-08svn merge -r39986:39990 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-08patch from Uncle_Entity on IRC for fedora/colladaCampbell Barton
2011-09-08attempt to have a threadsafe version of PyC_ExceptionBuffer didnt work with U...Campbell Barton
2011-09-08finished tips and tricks section of blender/python api docs, now included in ...Campbell Barton
2011-09-08fix [#28558] more edge_keys than edgesCampbell Barton
2011-09-08Vertex Weight Proximity: fixing bug #28560 (memory leak).Bastien Montagne
2011-09-07Introduce struct for export settings in COLLADA export code. This will make i...Nathan Letwory
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-07Commiting patch #28552 which was posted by Andrew Wiggin as fix for #28551Sergey Sharybin
2011-09-07Node comparison function for sort order did not take parent selection into ac...Lukas Toenne
2011-09-07Fix #28551: Select similar by normals ignores z component of normal anglesSergey Sharybin
2011-09-07OSX: revert default compile to i386, for it breakes QTKit-condition for some ...Jens Verwiebe
2011-09-07Updating render layer and image output sockets was not working due to changes...Lukas Toenne
2011-09-07bmesh: proper sculpting on non-multires objectSergey Sharybin
2011-09-07Fix for crash when duplicating image or render layer nodes.Lukas Toenne
2011-09-07bmesh: corrected fix for svulpting on non-multires meshSergey Sharybin
2011-09-07bmesh: small fixes for compilation and subdivide operatorSergey Sharybin
2011-09-07Fix #28541: crash with operator reports in some cases, caused by my recent fixBrecht Van Lommel
2011-09-07Fixed offset for socket remove buttons ('x') in node groups.Lukas Toenne
2011-09-07Apply patch [#28415] 3d mouse orbit mode individual axes enhancementNathan Letwory
2011-09-07Code for setting/getting/freeing executable nodes in compositor was still usi...Lukas Toenne