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-12-03fix for some pedantic warnings.Campbell Barton
2010-12-01increase the reference counts when setting default scene compo nodes else rem...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-12Bugfix #24335Ton Roosendaal
2010-11-06Fix #24556: N Panel in Compositor doesn't work with Vector Normal node.Brecht Van Lommel
2010-11-05tedious string copying changesCampbell Barton
2010-11-03A few texture node properties still had old rna names in draw code.Janne Karhu
2010-11-02Fix #24435: GLSL 3D view lacks refresh on node setups, patch by Lukas Toenne.Brecht Van Lommel
2010-11-01bugfix [#24470] Ctrl+Tweak cutting connections failCampbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-31Fix crashing running read full sample layers operator.Brecht Van Lommel
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-15bugfix [#24264] toggle UV selection fails.Campbell Barton
2010-10-15bugfix [#24247] Duplicating a Composite Group Node no User Count IconCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-09bugfix [#23868] NodeGroup font resolution problem when editing itCampbell Barton
2010-09-30Fix #24018: moving backdrop in node editor not working anymore after threadBrecht Van Lommel
2010-09-25Fix #23708: F-key make links between nodes didn't add links when a node outputBrecht Van Lommel
2010-09-24Fix #22922: adding new nodes didn't add them at the mouse location. This alsoBrecht Van Lommel
2010-09-19nodetree -> node_tree (rna pointer not found)Dalai Felinto
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-15Apply patch [#23779] Small cleanup with gl_roundbox*Nathan Letwory
2010-09-13bugfix [#23068] Image editor: Update Automatically not updating the compositor.Campbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-25Fix #23496: some composite node inputs/buttons not working.Brecht Van Lommel
2010-08-25Applied patch #23379. Does not change existing .blend files and looksRobert Holcomb
2010-08-21rna renaming (manual edits)Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-16Fixed bug in normalition of YCbCr color space conversion (from 0..1 toRobert Holcomb
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-04Brush/Paint internal changesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-04Add button to set Compression level when output to PNG. Without this there'd ...Nathan Letwory
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-22Fix de/select all operator naming for consistencyMatt Ebb
2010-07-20Fix #22911Diego Borghetti
2010-07-17reverting commit r28693. Making backspace a 3rd delete key.Campbell Barton
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
2010-07-05option for color wheel widget to make it easier to select values closer to wh...Campbell Barton
2010-07-05Improvements to Blenders color balance (lift/gamma/gain).Campbell Barton
2010-07-04Fix #21062 and #22175: crash with node previews being calculated whileBrecht Van Lommel
2010-07-03better reporting for file i/o failier, use system error message in more place...Campbell Barton