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
2009-10-282.5 Nodes:Thomas Dinges
2009-10-27made minimum zoom level smaller (zoom out further)Campbell Barton
2009-10-272.5 Nodes:Thomas Dinges
2009-10-21Silencing some compiler warnings for mingwJoshua Leung
2009-10-21Bugfix for node editor refreshing too often when moving nodes,Brecht Van Lommel
2009-10-19Fix use of uninitialized variable in node editor.Brecht Van Lommel
2009-10-093D View panels now show object and bone name again, not sure itBrecht Van Lommel
2009-10-09Fix some issues with showing the current textures when usingBrecht Van Lommel
2009-10-08menus are now global (like operators), so for eg, the info add menu and the 3...Campbell Barton
2009-10-08Key ConfigurationBrecht Van Lommel
2009-10-08Node Bugfixes:Brecht Van Lommel
2009-10-07Preview Render:Brecht Van Lommel
2009-10-06Material buttons now view the active node material shading settings.Campbell Barton
2009-10-06new operator - bpy.ops.wm.call_menu(name="SOME_MT_menu")Campbell Barton
2009-10-01Fixing scons compile on windows.Martin Poirier
2009-09-30Render & Compositing Thread FixesBrecht Van Lommel
2009-09-29Sorry, three commits in one, became difficult to untangle..Brecht Van Lommel
2009-09-272.5 Layout Files:Thomas Dinges
2009-09-26Assorted tiny UI tweaksWilliam Reynish
2009-09-24fix for middle mouse up events not working with modal keymaps (used for fly m...Campbell Barton
2009-09-22Fix part of #19309: editing node vector input in a popup didBrecht Van Lommel
2009-09-212.5 Nodes:Thomas Dinges
2009-09-202.5:Thomas Dinges
2009-09-19More Nodes wrapped to Layout Engine:Thomas Dinges
2009-09-192.5 Nodes:Thomas Dinges
2009-09-182.5: Handlers are now evaluated in a different order, fixing someBrecht Van Lommel
2009-09-18Keymaps now have a poll() function, rather than adding/removingBrecht Van Lommel
2009-09-172.5: Adding a crop node caused crash, wrong layout deceleration was used. Thomas Dinges
2009-09-17-Added Loop Cut to toolbarWilliam Reynish
2009-09-17Wrapped some more Nodes:Thomas Dinges
2009-09-172.5:Thomas Dinges
2009-09-16UIBrecht Van Lommel
2009-09-16- rna/python api object.create_render_mesh(...) support for getting a mesh fr...Campbell Barton
2009-09-15UI tweaksWilliam Reynish
2009-09-152.5: node group/ungroup/edit operators, patch by Michal Ziulek,Brecht Van Lommel
2009-09-14Three node selection operators added, patch by Michał Ziułek, thanks!Brecht Van Lommel
2009-09-112.5: fix for merge, forward_diff_bezier needed to be updated.Brecht Van Lommel
2009-09-10Added Levels Node (histogram, with mean/std deviation outputs)Robert Holcomb
2009-09-10committing patch #19252-Soft/Linear Light blend modes+Darken mode bug fixRobert Holcomb
2009-09-052.5 - Demo of how to get node attributes animateableJoshua Leung
2009-09-052.5Brecht Van Lommel
2009-08-20Swapped some icons in the node editor. The Render Layers menu was using wrong...William Reynish
2009-08-19More texnode preview fixes. Previews now have correct aspect ratio and are dr...Robin Allen
2009-08-192.5: HeadersBrecht Van Lommel
2009-08-19Texture node previews: Well and truly fixed.Robin Allen
2009-08-19Fix for my previous fix.Robin Allen
2009-08-19Fixed redraw issues in texture node tree.Robin Allen
2009-08-18Fixed the texture preview to work with multi-output node-based textures.Robin Allen
2009-08-18Fixed some redraw problems with texture nodes.Robin Allen
2009-08-172.5 Texture paint:Nicholas Bishop