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-09svn merge -r 40061:40078 https://svn.blender.org/svnroot/bf-blender/trunk/ble...soc-2010-nicksBenoit Bolsee
2011-09-09use opengl vertex arrays for the base widgets, their rounded corners, arrows ...Campbell Barton
2011-09-09[#28595] Select similar edges by face angles ignores z component of normal an...Sergey Sharybin
2011-09-09warning fixesCampbell Barton
2011-09-09Fix #28590: Sculpt Overlay Texture in Viewport Glitched and Wrong icon for Ov...Sergey Sharybin
2011-09-09error (case insensitive search replace)Campbell Barton
2011-09-09replace magic numbers with defines to make the interface source more readable.Campbell Barton
2011-09-09Hotkey tweaks: Start/End frame jumping back to Shift-Left/RightJoshua Leung
2011-09-09Patch [#23443] Change outliner filter into searchJoshua Leung
2011-09-09forgot to resolve one conflict in previous mergeBenoit Bolsee
2011-09-09Apply small patch by Shane Ambler:Nathan Letwory
2011-09-09svn merge -r 39975:40061 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
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-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-08correct fix for #28558Campbell Barton
2011-09-08Fix #28545: User Preferences - System Tab - Reset All To Default Values on Op...Sergey Sharybin
2011-09-08Vertex Weight Proximity: minor updates and fixes.Bastien Montagne
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-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-07Fix for crash when duplicating image or render layer nodes.Lukas Toenne
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
2011-09-07Initialize the exec data in for composite with the node tree pointer. Doesn't...Lukas Toenne
2011-09-07interface + naming improvements to vertex wright modifierCampbell Barton