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
2010-01-05Merge -c 25001,25310,25311,25638,25746 from COLLADA branch into trunk.Arystanbek Dyussenov
2010-01-05COLLADA branch: bone anim export works. Export-import roundtrip is possible.Arystanbek Dyussenov
2010-01-05Particles:Brecht Van Lommel
2010-01-05BUGFIX: revision 25736 (about 3 hours ago) introduced a problem in SDNABrecht Van Lommel
2010-01-05Fix #20569: scons missing BF_NO_ELBEEM from allowed command line options.Brecht Van Lommel
2010-01-05Fix #20571: run script operator crashes in 3d view.Brecht Van Lommel
2010-01-05Alt+B view clipping is now taken into account properly for sculpt, particleBrecht Van Lommel
2010-01-05fix for bpyob.foreach_set(), when the list is emptyCampbell Barton
2010-01-05Revert previous preview render commit, causing some problemsMatt Ebb
2010-01-05Quick fix for layout of Transform Channel var type, since on smaller regions,...Joshua Leung
2010-01-05Quick fix for previous commit - changing order of items in the variable type ...Joshua Leung
2010-01-05More Driver Fixes:Joshua Leung
2010-01-05obscure feature: Display Custom Bone Shape at another bones transform.Campbell Barton
2010-01-05speedup for driver execution, use PyUnicode_InternFromString() for variable n...Campbell Barton
2010-01-05* Modifications to node editor 'make links' tool, after some requests by SoenkeMatt Ebb
2010-01-05Macro: insert macro properties into sub operator properties when run (this en...Martin Poirier
2010-01-05IDGroup utility function to copy a group inside another oneMartin Poirier
2010-01-05Rename extrude macro "Extrude and Move" (less confusion with the Extrude oper...Martin Poirier
2010-01-05Added render layer 'enable' toggles for render layer list viewMatt Ebb
2010-01-05More "Window" terminology corrections Matt Ebb
2010-01-05Macro used wrong length for idname (also use OP_MAX_TYPENAME more often so it...Martin Poirier
2010-01-05More specific notifiers for preview render jobsMatt Ebb
2010-01-05Fix for some confusing terminology: Window type -> Editor typeMatt Ebb
2010-01-05Netrender:Thomas Dinges
2010-01-05patch from Benoit Bolsee (ben2610) for 4 bugs in report [#20527] Several bugs...Campbell Barton
2010-01-05grease pencil 'Only Endpoints' option wasnt working when the entire zbuffer w...Campbell Barton
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2010-01-05dict.get() defaults to None as the second arg. no need to supply it.Campbell Barton
2010-01-05netrender: reset server address on client when server is offline (on file loa...Martin Poirier
2010-01-04pyrna array slice assignmentCampbell Barton
2010-01-04transform:Martin Poirier
2010-01-04bugfix: macro redo could crash because of not nulled freed pointer.Martin Poirier
2010-01-04Fix: curve reset for brushes now gives proper smooth curve as default,Brecht Van Lommel
2010-01-04dupli faces inherit scale wasnt using the right flag internally.Campbell Barton
2010-01-04Sculpt: fix, disable border/circle/mouse select operators in sculpt mode.Brecht Van Lommel
2010-01-04Sculpt:Brecht Van Lommel
2010-01-04Fix #20561: keymap editing after using search could edit wrong keymap item.Brecht Van Lommel
2010-01-04Added OpenGL debugging function to print state information, was using this asBrecht Van Lommel
2010-01-04copy modifiers, as "Link Modifiers" - in Ctrl+L menu. difference between copy...Campbell Barton
2010-01-04Fix #20558: open file with new window setup corrupts text and icons in the UI.Brecht Van Lommel
2010-01-04object.group_users, object.scene_usersCampbell Barton
2010-01-04patch from Guillaume Bouchard for setting vertex normals, (lost when existing...Campbell Barton
2010-01-04use a smaller threshold for mesh mirror, workaround for sintels face.Campbell Barton
2010-01-04check if newlibadr returns a valid pointer when running do-versions on animvi...Campbell Barton
2010-01-04support for rna functions returning mathutils types - so object.rat_cast() re...Campbell Barton
2010-01-04WM_OT_context_set_* - more compact and check for the relative option without ...Campbell Barton
2010-01-04* Tweaks for node editor Make Links (F key)Matt Ebb
2010-01-04Fix for previous commit - broke WM_OT_context_set_* operators for non float/i...Matt Ebb
2010-01-04* Added back some shortcuts from 2.4x using ctrl/alt/shift/etc mouse wheel to...Matt Ebb
2010-01-04* Added new hotkeys [ and ] to decrease/increase brush size by 20 in all pain...Matt Ebb