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
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-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-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-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-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-04* Tweaks for node editor Make Links (F key)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
2010-01-04* Fix tooltip for reset default valuesMatt Ebb
2010-01-04Patch from Raul Fernandez Hernandez - volume render multiple scattering fixesMatt Ebb
2010-01-03OS X Makefiles:Stefan Gartner
2010-01-03Stickness factor for particle collisions, patch submitted by Raul Fernandez H...Janne Karhu
2010-01-03Tweak to group operator namingMatt Ebb
2010-01-03Changes to Brush texture workflowMatt Ebb
2010-01-03solidify supports original mapping, so enable in the modifier.Campbell Barton
2010-01-03[#20450] Crash before creating a volumetric material.Campbell Barton
2010-01-03bugfix [#20510] .blog file causes crash (again rev25592)Campbell Barton
2010-01-03bugfix [#20528] Crash when applying scale to a Bezier curveCampbell Barton
2010-01-03freeing particle modifier would access freed memory (only to tak the psys to ...Campbell Barton
2010-01-03- disallow the change the layer operator in localview.Campbell Barton
2010-01-03[#20455] Spotlight halo with deep buffers: render crashesCampbell Barton
2010-01-03fix for [#20499] Smoot view doesn't work for all view keys.Campbell Barton
2010-01-03bugfix [#20534] Blender crashes throghout compositingCampbell Barton
2010-01-03bugfix [#20542] Crash 2.50a0 Click event in Console window Report modeCampbell Barton
2010-01-03- WM_OT_context_cycle_int wasnt working (also wasnt used anywhere)Campbell Barton
2010-01-03dont draw object centers when drawing the depth buffer, grease pencil would g...Campbell Barton