projects
/
blender-staging.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
blender-staging.git
2011-09-09
Campbell Barton
svn merge -r40051:40075 https://svn.blender.org/svnroot...
commit
|
commitdiff
|
tree
2011-09-09
Campbell Barton
patch [#28588] BMesh: "Split" tool
commit
|
commitdiff
|
tree
2011-09-09
Campbell Barton
correct edit some comments
commit
|
commitdiff
|
tree
2011-09-09
Campbell Barton
use opengl vertex arrays for the base widgets, their...
commit
|
commitdiff
|
tree
2011-09-09
Sergey Sharybin
[#28595] Select similar edges by face angles ignores...
commit
|
commitdiff
|
tree
2011-09-09
Campbell Barton
warning fixes
commit
|
commitdiff
|
tree
2011-09-09
Sergey Sharybin
Fix #28590: Sculpt Overlay Texture in Viewport Glitched...
commit
|
commitdiff
|
tree
2011-09-09
Campbell Barton
error (case insensitive search replace)
commit
|
commitdiff
|
tree
2011-09-09
Campbell Barton
replace magic numbers with defines to make the interfac...
commit
|
commitdiff
|
tree
2011-09-09
Joshua Leung
Hotkey tweaks: Start/End frame jumping back to Shift...
commit
|
commitdiff
|
tree
2011-09-09
Joshua Leung
Patch [#23443] Change outliner filter into search
commit
|
commitdiff
|
tree
2011-09-09
Nathan Letwory
Apply small patch by Shane Ambler:
commit
|
commitdiff
|
tree
2011-09-09
Benoit Bolsee
GPU: add gpu python module with export_shader() functio...
commit
|
commitdiff
|
tree
2011-09-09
Campbell Barton
workaround for msvc not supporting variable length...
commit
|
commitdiff
|
tree
2011-09-09
Brecht Van...
Fix #28392: some selection operators were working in...
commit
|
commitdiff
|
tree
2011-09-09
Campbell Barton
fix [#28534] Rotate Edge Vertices selection mode.
commit
|
commitdiff
|
tree
2011-09-09
Campbell Barton
auto-merge was loosing the selection after running...
commit
|
commitdiff
|
tree
2011-09-09
Campbell Barton
move smallhash into its own C file, was inlineing fairl...
commit
|
commitdiff
|
tree
2011-09-09
Campbell Barton
svn merge -r40034:40051 https://svn.blender.org/svnroot...
commit
|
commitdiff
|
tree
2011-09-09
Campbell Barton
remove mesh and object arguments from bmesh operators...
commit
|
commitdiff
|
tree
2011-09-09
Campbell Barton
- turn RNA_warning into a macro which includes the...
commit
|
commitdiff
|
tree
2011-09-09
Guillermo S...
SVN maintenance.
commit
|
commitdiff
|
tree
2011-09-08
Campbell Barton
bpy api - add new page for best-practice (so Thomas...
commit
|
commitdiff
|
tree
2011-09-08
Sergey Sharybin
Forgot to add FFmpeg DLLs list to linuxcross config.
commit
|
commitdiff
|
tree
2011-09-08
Brecht Van...
Fix #28310: import of key configuration with modal...
commit
|
commitdiff
|
tree
2011-09-08
Brecht Van...
Modifiers: put uv project and vertex weight modifiers...
commit
|
commitdiff
|
tree
2011-09-08
Thomas Dinges
Modifier UV Project UI:
commit
|
commitdiff
|
tree
2011-09-08
Thomas Dinges
Vertex Weight UI:
commit
|
commitdiff
|
tree
2011-09-08
Campbell Barton
correction to docs.
commit
|
commitdiff
|
tree
2011-09-08
Campbell Barton
patch [#28554] BMesh: fix for 28553
commit
|
commitdiff
|
tree
2011-09-08
Campbell Barton
correct fix for #28558
commit
|
commitdiff
|
tree
2011-09-08
Sergey Sharybin
Fix #28545: User Preferences - System Tab - Reset All...
commit
|
commitdiff
|
tree
2011-09-08
Campbell Barton
svn merge -r39991:40034 https://svn.blender.org/svnroot...
commit
|
commitdiff
|
tree
2011-09-08
Campbell Barton
edits to new modifiers to work with bmesh
commit
|
commitdiff
|
tree
2011-09-08
Campbell Barton
svn merge -r39990:39991 https://svn.blender.org/svnroot...
commit
|
commitdiff
|
tree
2011-09-08
Bastien Montagne
Vertex Weight Proximity: minor updates and fixes.
commit
|
commitdiff
|
tree
2011-09-08
Campbell Barton
svn merge -r39990:39991 https://svn.blender.org/svnroot...
commit
|
commitdiff
|
tree
2011-09-08
Lukas Toenne
Fixed potential issue in mirrored loop node sockets...
commit
|
commitdiff
|
tree
2011-09-08
Lukas Toenne
Minor fixes for some unfounded clang warnings.
commit
|
commitdiff
|
tree
2011-09-08
Lukas Toenne
Shader node tree exec data cannot use the exec->nodetre...
commit
|
commitdiff
|
tree
2011-09-08
Campbell Barton
fix for misc py errors + some pep8 edits.
commit
|
commitdiff
|
tree
2011-09-08
Campbell Barton
svn merge -r39986:39990 https://svn.blender.org/svnroot...
commit
|
commitdiff
|
tree
2011-09-08
Campbell Barton
patch from Uncle_Entity on IRC for fedora/collada
commit
|
commitdiff
|
tree
2011-09-08
Campbell Barton
attempt to have a threadsafe version of PyC_ExceptionBu...
commit
|
commitdiff
|
tree
2011-09-08
Campbell Barton
finished tips and tricks section of blender/python...
commit
|
commitdiff
|
tree
2011-09-07
Campbell Barton
fix [#28558] more edge_keys than edges
commit
|
commitdiff
|
tree
2011-09-07
Bastien Montagne
Vertex Weight Proximity: fixing bug #28560 (memory...
commit
|
commitdiff
|
tree
2011-09-07
Nathan Letwory
Introduce struct for export settings in COLLADA export...
commit
|
commitdiff
|
tree
2011-09-07
Sergey Sharybin
Commiting patch #28552 which was posted by Andrew Wiggi...
commit
|
commitdiff
|
tree
2011-09-07
Lukas Toenne
Node comparison function for sort order did not take...
commit
|
commitdiff
|
tree
2011-09-07
Sergey Sharybin
Fix #28551: Select similar by normals ignores z compone...
commit
|
commitdiff
|
tree
2011-09-07
Jens Verwiebe
OSX: revert default compile to i386, for it breakes...
commit
|
commitdiff
|
tree
2011-09-07
Lukas Toenne
Updating render layer and image output sockets was...
commit
|
commitdiff
|
tree
2011-09-07
Sergey Sharybin
bmesh: proper sculpting on non-multires object
commit
|
commitdiff
|
tree
2011-09-07
Lukas Toenne
Fix for crash when duplicating image or render layer...
commit
|
commitdiff
|
tree
2011-09-07
Sergey Sharybin
bmesh: corrected fix for svulpting on non-multires...
commit
|
commitdiff
|
tree
2011-09-07
Sergey Sharybin
bmesh: small fixes for compilation and subdivide operator
commit
|
commitdiff
|
tree
2011-09-07
Brecht Van...
Fix #28541: crash with operator reports in some cases...
commit
|
commitdiff
|
tree
2011-09-07
Lukas Toenne
Fixed offset for socket remove buttons ('x') in node...
commit
|
commitdiff
|
tree
2011-09-07
Nathan Letwory
Apply patch [#28415] 3d mouse orbit mode individual...
commit
|
commitdiff
|
tree
2011-09-07
Lukas Toenne
Code for setting/getting/freeing executable nodes in...
commit
|
commitdiff
|
tree
2011-09-07
Lukas Toenne
Initialize the exec data in for composite with the...
commit
|
commitdiff
|
tree
2011-09-07
Howard Trickey
Patch 28537 from Andrew Wiggin, fixes second issue...
commit
|
commitdiff
|
tree
2011-09-07
Campbell Barton
interface + naming improvements to vertex wright modifier
commit
|
commitdiff
|
tree
2011-09-07
Lukas Toenne
Another fix for value nodes, those need full template...
commit
|
commitdiff
|
tree
2011-09-07
Guillermo S...
SVN maintenance.
commit
|
commitdiff
|
tree
2011-09-07
Nathan Letwory
Attempt to fix compile error on OSX
commit
|
commitdiff
|
tree
2011-09-07
Campbell Barton
code cleanup - commant/remove unused vars and reduce...
commit
|
commitdiff
|
tree
2011-09-07
Bastien Montagne
Merging r39693 through r39989 from vgroup_modifiers...
commit
|
commitdiff
|
tree
2011-09-07
Lukas Toenne
Fix for value node limits.
commit
|
commitdiff
|
tree
2011-09-07
Bastien Montagne
Merging r39948 through r39988 from trunk into vgroup_mo...
commit
|
commitdiff
|
tree
2011-09-07
Campbell Barton
fix for screw modifier - was clearning all faces,...
commit
|
commitdiff
|
tree
2011-09-07
Campbell Barton
svn merge -r39951:39986 https://svn.blender.org/svnroot...
commit
|
commitdiff
|
tree
2011-09-06
Campbell Barton
use Py_ssize_t rather than int when dealing with list...
commit
|
commitdiff
|
tree
2011-09-06
Nathan Letwory
Split off scene export code.
commit
|
commitdiff
|
tree
2011-09-06
Joerg Mueller
BGE fix: ignore sounds that cannot be opened instead...
commit
|
commitdiff
|
tree
2011-09-06
Sergey Sharybin
Fixed potential crash in NodeTagIDChanged. Discovered...
commit
|
commitdiff
|
tree
2011-09-06
Brecht Van...
Node merge: fix crash loading files with unknown nodes...
commit
|
commitdiff
|
tree
2011-09-06
Lukas Toenne
Enabled the 'Layout' node category, currently only...
commit
|
commitdiff
|
tree
2011-09-06
Brecht Van...
Fix missing warning message when reading files that...
commit
|
commitdiff
|
tree
2011-09-06
Brecht Van...
Fix screen/scene browsing in info header not working...
commit
|
commitdiff
|
tree
2011-09-06
Brecht Van...
Node merge: some forward compatibility code to avoid...
commit
|
commitdiff
|
tree
2011-09-06
Lukas Toenne
Fix for node group add menu, groups from old files...
commit
|
commitdiff
|
tree
2011-09-06
Lukas Toenne
Fix for multiple parallel group node executions.
commit
|
commitdiff
|
tree
2011-09-06
Geoffrey Bantle
Tidying up
commit
|
commitdiff
|
tree
2011-09-06
Geoffrey Bantle
Turned back on restricted deselect
commit
|
commitdiff
|
tree
2011-09-06
Thomas Dinges
Ambient Occlusion:
commit
|
commitdiff
|
tree
2011-09-06
Sergey Sharybin
Fix #28524: Push/Pull Assert when using Operator Panel...
commit
|
commitdiff
|
tree
2011-09-06
Sergey Sharybin
Fix for poly line grease pencil and surface drawing.
commit
|
commitdiff
|
tree
2011-09-06
Howard Trickey
Fix BLI_smallhash for 0 and negative keys. Fixes some...
commit
|
commitdiff
|
tree
2011-09-06
Campbell Barton
remove -Wundef for code we don't maintain & generated...
commit
|
commitdiff
|
tree
2011-09-06
Lukas Toenne
Fix for wrong offset of the input socket column in...
commit
|
commitdiff
|
tree
2011-09-06
Lukas Toenne
Backward compatibility fix for SOCK_DYNAMICS flag on...
commit
|
commitdiff
|
tree
2011-09-06
Antony Riakiotakis
fix link issues with MinGW - a substitute declaration...
commit
|
commitdiff
|
tree
2011-09-06
Campbell Barton
texture evaluation function (like we had in 2.4x api...
commit
|
commitdiff
|
tree
2011-09-06
Sergey Sharybin
New grease pencil mode: poly line drawing
commit
|
commitdiff
|
tree
2011-09-06
Lukas Toenne
Fix for #28517, group nodes losing all links from older...
commit
|
commitdiff
|
tree
2011-09-06
Sergey Sharybin
Grease pencil: non-blocking sketch sessions
commit
|
commitdiff
|
tree
2011-09-06
Campbell Barton
fix for error in strinc.c's BLI_strescape
commit
|
commitdiff
|
tree
2011-09-06
Campbell Barton
fix for make vertex parent (reported todo)
commit
|
commitdiff
|
tree
next