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
path: root/source
AgeCommit message (Expand)Author
2011-09-08attempt to have a threadsafe version of PyC_ExceptionBuffer didnt work with U...Campbell 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-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-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
2011-09-07Another fix for value nodes, those need full template definitions for their o...Lukas Toenne
2011-09-07SVN maintenance.Guillermo S. Romero
2011-09-07Attempt to fix compile error on OSXNathan Letwory
2011-09-07Merging r39693 through r39989 from vgroup_modifiers branch into trunk.Bastien Montagne
2011-09-07Fix for value node limits.Lukas Toenne
2011-09-07Merging r39948 through r39988 from trunk into vgroup_modifiers.vgroup_modifiersBastien Montagne
2011-09-07use Py_ssize_t rather than int when dealing with list sizes (original patch f...Campbell Barton
2011-09-07Split off scene export code.Nathan Letwory
2011-09-07BGE fix: ignore sounds that cannot be opened instead of crashing. ;-)Joerg Mueller
2011-09-06Fixed potential crash in NodeTagIDChanged. Discovered after merge trunkSergey Sharybin
2011-09-06Node merge: fix crash loading files with unknown nodes (e.g. cycles files).Brecht Van Lommel
2011-09-06Enabled the 'Layout' node category, currently only containing the 'Frame' nod...Lukas Toenne
2011-09-06Fix missing warning message when reading files that are not forward compatible,Brecht Van Lommel
2011-09-06Fix screen/scene browsing in info header not working right, mistake in code c...Brecht Van Lommel
2011-09-06Node merge: some forward compatibility code to avoid crash loading files withBrecht Van Lommel
2011-09-06Fix for node group add menu, groups from old files wouldn't show up there.Lukas Toenne
2011-09-06Fix for multiple parallel group node executions.Lukas Toenne
2011-09-06Ambient Occlusion:Thomas Dinges
2011-09-06Fix #28524: Push/Pull Assert when using Operator Panel to Alter Distance valueSergey Sharybin
2011-09-06Fix for poly line grease pencil and surface drawing.Sergey Sharybin
2011-09-06Fix for wrong offset of the input socket column in group node tree display.Lukas Toenne
2011-09-06Backward compatibility fix for SOCK_DYNAMICS flag on group sockets.Lukas Toenne
2011-09-06fix link issues with MinGW - a substitute declaration(correctByteOrder) for i...Antony Riakiotakis
2011-09-06texture evaluation function (like we had in 2.4x api), requested by Lee.Campbell Barton
2011-09-06New grease pencil mode: poly line drawingSergey Sharybin
2011-09-06Fix for #28517, group nodes losing all links from older files.Lukas Toenne
2011-09-06Grease pencil: non-blocking sketch sessionsSergey Sharybin
2011-09-06fix for error in strinc.c's BLI_strescapeCampbell Barton
2011-09-06svn merge -r39930:39947 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-06replace define '#if FFTW3==1' --> '#ifdef WITH_FFTW3'Campbell Barton
2011-09-06fix some complier warnings and add -Wundef to CMake's default GCC warnings.Campbell Barton
2011-09-06SVN maintenance.Guillermo S. Romero
2011-09-06Fix for blender player linker bug, missing a stub function used in RNA.Lukas Toenne
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-06Add parser error handler.Nathan Letwory
2011-09-05Code cleanup: remove context from RNA update functions, only one left.Brecht Van Lommel