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
2011-02-23Empty groups are now displayed with some basic spacing in edit mode. Long soc...Lukas Toenne
2011-02-22Convenience fix: Exposing internal sockets now copies the default input value...Lukas Toenne
2011-02-22Added RNA functions to group tree inputs/outputs for exposing internal socket...Lukas Toenne
2011-02-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-18Bugfix #26101Ton Roosendaal
2011-02-17clear some unused warningsCampbell Barton
2011-02-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-11Removed the internal_select parameter from ntreeCopyTree. This was used just ...Lukas Toenne
2011-02-10Different method for blur node aspect correction. Now the user can still set ...Lukas Toenne
2011-02-10More options for the blur node filter size. This can now be pixel based or re...Lukas Toenne
2011-02-10Bugfix [#26004] compositor: backdrop zoom factor too smallJoshua Leung
2011-02-08Per-type node labels and customizable names. The label displayed in the node ...Lukas Toenne
2011-02-07Bugfix 25965Ton Roosendaal
2011-02-07Todo/feature requestTon Roosendaal
2011-02-02Keymap conflict in node editor. Read Render Layers is now Ctrl R toDaniel Salazar
2011-01-31Removed OpenGL blending from node editor backdrop images in alpha channel mod...Lukas Toenne
2011-01-31Node UI:Thomas Dinges
2011-01-31Small fix for color info in node editor: ACTIONMOUSE click was already used f...Lukas Toenne
2011-01-31Scons blenfont include for recent Node Backdrop commit. Thomas Dinges
2011-01-31Added backdrop image color information to the node editor. When clicking on e...Lukas Toenne
2011-01-31Changed alpha blending mode for image editor and node previews. This was usin...Lukas Toenne
2011-01-31Added transparency feature to node editor backdrop, similar to image editor. ...Lukas Toenne
2011-01-30remove nan-makefilesCampbell Barton
2011-01-21- Bugfix: NLA "duplicate" operator now lets strips get moved betweenJoshua Leung
2011-01-18Added group verification after autoconnect to avoid linked+external group soc...Lukas Toenne
2011-01-17Bugfix 25683Ton Roosendaal
2011-01-09several cosmetic changes to the node-editorM.G. Kishalmi
2011-01-08Bugfix #25525Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-04Don't commit with compiling first ;)Ton Roosendaal
2011-01-04Todo item: notifiers sent from Material changes invoked CompositorTon Roosendaal
2011-01-03Todo items:Ton Roosendaal
2010-12-28Bugreport, IRCTon Roosendaal
2010-12-27Bug report #25384Ton Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-21Error/Warning report flipping.Ton Roosendaal
2010-12-20Bugfix #25309Ton Roosendaal
2010-12-19Todo item:Ton Roosendaal
2010-12-14Compositor: Add an option to select the YCbCR conversion mode for the YCbCR c...Xavier Thomas
2010-12-09A little more work on patch [#24814] Operators which have no decriptionKent Mein
2010-12-09Added a few descriptions that were missing.Kent Mein
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-07Bugfix #24163a: Unable to animate INSIDE a group node in the compositorJoshua Leung
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03updates to patch from Dan Eicher, allow adding a NodeGroup through bpy.data.n...Campbell Barton