2011-05-10 |
Ton Roosendaal | Bugfix #27305 |
tree | commitdiff |
2011-04-30 |
Campbell Barton | - pass the camera to the render stamp function. |
tree | commitdiff |
2011-04-21 |
Campbell Barton | converted more mixed tab/space indentations to tabs... |
tree | commitdiff |
2011-04-21 |
Campbell Barton | whitespace only, no functional change mixed tabs/spaces... |
tree | commitdiff |
2011-04-21 |
Campbell Barton | minor changes |
tree | commitdiff |
2011-04-18 |
Ton Roosendaal | Bugfix #26901 |
tree | commitdiff |
2011-04-17 |
Matt Ebb | Fix [#26896] Displace Node crashes Blender when connect... |
tree | commitdiff |
2011-04-17 |
Matt Ebb | Committing patch [#26960] bu MiikaH, fixes bug: |
tree | commitdiff |
2011-04-05 |
Campbell Barton | add option WITH_BUILTIN_GLEW, so linux packagers can... |
tree | commitdiff |
2011-04-03 |
Campbell Barton | quiet various warnings, also disable -Wdouble-promotion... |
tree | commitdiff |
2011-03-29 |
Campbell Barton | 2 fixes for un-initialized memory uses, when running... |
tree | commitdiff |
2011-03-28 |
Campbell Barton | misc nodes & editors: floats were being implicitly... |
tree | commitdiff |
2011-03-24 |
Ton Roosendaal | Bugfix #26584 |
tree | commitdiff |
2011-03-19 |
Brecht Van Lommel | Fix #26543: lamp sky settings were missing soft/linear... |
tree | commitdiff |
2011-03-07 |
Ton Roosendaal | Bugfix #26388 |
tree | commitdiff |
2011-03-06 |
Lukas Toenne | Applied patch by Alexander Kuznetsov for bug 26373... |
tree | commitdiff |
2011-03-05 |
Campbell Barton | use NULL rather then 0 for pointer assignments & compar... |
tree | commitdiff |
2011-02-27 |
Nathan Letwory | doxygen: blender/nodes tagged. |
tree | commitdiff |
2011-02-27 |
Campbell Barton | pedantic warning cleanup, also remove texspace_edit... |
tree | commitdiff |
2011-02-23 |
Lukas Toenne | The material "Dynamic" node (disabled anyway) had incom... |
tree | commitdiff |
2011-02-23 |
Nathan Letwory | doxygen: prevent GPL license block from being parsed... |
tree | commitdiff |
2011-02-21 |
Nathan Letwory | doxygen: entry for gpu, modifiers, nodes, python and... |
tree | commitdiff |
2011-02-18 |
Daniel Salazar | Fix for building math nodes provided by DustyDingo |
tree | commitdiff |
2011-02-18 |
Ton Roosendaal | Bugfix #26128 |
tree | commitdiff |
2011-02-14 |
Campbell Barton | more vars made static |
tree | commitdiff |
2011-02-13 |
Ton Roosendaal | Patch 26068 |
tree | commitdiff |
2011-02-13 |
Campbell Barton | fix for warnings from Sparse static source code checker... |
tree | commitdiff |
2011-02-10 |
Lukas Toenne | Different method for blur node aspect correction. Now... |
tree | commitdiff |
2011-02-10 |
Lukas Toenne | More options for the blur node filter size. This can... |
tree | commitdiff |
2011-02-08 |
Lukas Toenne | Per-type node labels and customizable names. The label... |
tree | commitdiff |
2011-02-08 |
Lukas Toenne | Finished the node type definition cleanup started in... |
tree | commitdiff |
2011-02-07 |
Lukas Toenne | A simplified way of defining bNodeType structs. Instead... |
tree | commitdiff |
2011-01-30 |
Campbell Barton | remove nan-makefiles |
tree | commitdiff |
2011-01-25 |
Campbell Barton | use cmake defined names for jpeg, png, zlib and python... |
tree | commitdiff |
2011-01-19 |
Campbell Barton | set variable as unused. |
tree | commitdiff |
2011-01-19 |
Lukas Toenne | Changed Brightness/Contrast node to use also buffer... |
tree | commitdiff |
2011-01-17 |
Ton Roosendaal | Bugfix #25657 |
tree | commitdiff |
2011-01-16 |
Ton Roosendaal | Bugfix, IRC report |
tree | commitdiff |
2011-01-16 |
Lukas Toenne | Fix for 25655: Crashes with texture node in compositor. |
tree | commitdiff |
2011-01-13 |
Campbell Barton | feature request from colin levy, camera lens stamp. |
tree | commitdiff |
2011-01-07 |
Campbell Barton | remove references to BKE_utildefines where its not... |
tree | commitdiff |
2011-01-07 |
Campbell Barton | split BKE_utildefines.h, now it only has blender specif... |
tree | commitdiff |
2011-01-06 |
Ton Roosendaal | Todo item: |
tree | commitdiff |
2011-01-06 |
Campbell Barton | remove assignments which are unused. |
tree | commitdiff |
2010-12-22 |
Campbell Barton | rename blenderlib to blender_add_lib |
tree | commitdiff |
2010-12-16 |
Brecht Van Lommel | Workaround #22856: defocus node with OpenMP could crash... |
tree | commitdiff |
2010-12-13 |
Xavier Thomas | Compositor: Add an option to select the YCbCR conversio... |
tree | commitdiff |
2010-12-08 |
Ton Roosendaal | Bugfix #25086 |
tree | commitdiff |
2010-12-08 |
Campbell Barton | use lowercase for cmake builtin names and macros, remov... |
tree | commitdiff |
2010-12-03 |
Campbell Barton | Enabled GCC -Wwrite-strings warning for CMake and repla... |
tree | commitdiff |
2010-12-03 |
Campbell Barton | - added GCC warning -Wstrict-prototypes |
tree | commitdiff |
2010-11-29 |
Campbell Barton | include headers in cmake source, added a script to... |
tree | commitdiff |
2010-11-28 |
Ton Roosendaal | Bugfix #24933 |
tree | commitdiff |
2010-11-22 |
Brecht Van Lommel | Fix #24596: specular toggle on material didn't work... |
tree | commitdiff |
2010-11-21 |
Campbell Barton | - include pthreads for win32 globally (as with opengl). |
tree | commitdiff |
2010-11-16 |
Campbell Barton | option to write images to a files on single frame rende... |
tree | commitdiff |
2010-11-15 |
Campbell Barton | patch from Dan Eicher to support intel C++ compiler... |
tree | commitdiff |
2010-11-12 |
Ton Roosendaal | Bugfix #24335 |
tree | commitdiff |
2010-11-12 |
Campbell Barton | bugfix [#24682] Render artifacts with mat node |
tree | commitdiff |
2010-10-31 |
Campbell Barton | rename and negate DISABLE_PYTHON --> WITH_PYTHON |
tree | commitdiff |
2010-10-28 |
Campbell Barton | bugfix/patch [#24431] Fast Gaussian produces wrong... |
tree | commitdiff |
2010-10-23 |
Campbell Barton | use explicit file paths for CMake rather then globing... |
tree | commitdiff |
2010-10-16 |
Campbell Barton | most unused arg warnings corrected. |
tree | commitdiff |
2010-10-15 |
Campbell Barton | remove/tag unused args for view*.c, gpu*.c & image*.c |
tree | commitdiff |
2010-10-13 |
Janne Karhu | Fix for [#24208] ObjectId information is wrong when... |
tree | commitdiff |
2010-10-11 |
Campbell Barton | bugfix [#24225] Blur Node ignores gamma option when... |
tree | commitdiff |
2010-10-11 |
Campbell Barton | [#23709] Blur node on Flat blurs even at 0 by 0 pixel... |
tree | commitdiff |
2010-09-25 |
Brecht Van Lommel | Fix #23901: displace node not working with negative... |
tree | commitdiff |
2010-09-22 |
Campbell Barton | bugfix [#23948] Alpha from images inside compositor... |
tree | commitdiff |
2010-09-21 |
Campbell Barton | Error reported by Daniel Salazar, Compositor color... |
tree | commitdiff |
2010-09-18 |
Campbell Barton | bugfix [#23706] SEGFAULT: File Load of EXR |
tree | commitdiff |
2010-09-07 |
Campbell Barton | patch [#23703] Fix for Level compositing node; correct... |
tree | commitdiff |
2010-09-07 |
Campbell Barton | - added back zlib include (needed for win32). |
tree | commitdiff |
2010-09-06 |
Campbell Barton | - use list append in more places (preferred method... |
tree | commitdiff |
2010-08-29 |
Nathan Letwory | Fix indentation errors |
tree | commitdiff |
2010-08-29 |
Nathan Letwory | Finally change SConscript tabs to spaces. |
tree | commitdiff |
2010-08-29 |
Matt Ebb | Tweaks to ASC-CDL colour balance formula to exactly... |
tree | commitdiff |
2010-08-27 |
Campbell Barton | patch [#23537] Memory leak in compositor rotate node |
tree | commitdiff |
2010-08-25 |
Matt Ebb | Allow per-pixel inputs into displace node x and y scale |
tree | commitdiff |
2010-08-25 |
Robert Holcomb | Applied patch #23379. Does not change existing .blend... |
tree | commitdiff |
2010-08-16 |
Joerg Mueller | svn merge -r 31314:31370 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-16 |
Campbell Barton | jp2.c has a non-utf8 char which stopped python from... |
tree | commitdiff |
2010-08-15 |
Robert Holcomb | Fixed bug in normalition of YCbCr color space conversio... |
tree | commitdiff |
2010-08-13 |
Joerg Mueller | svn merge -r 31211:31313 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-10 |
Guillermo S. Romero | Update address in license block. |
tree | commitdiff |
2010-08-05 |
Joerg Mueller | svn merge -r 30954:31059 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-03 |
Nathan Letwory | Increase min/max range for Value input nodes. More... |
tree | commitdiff |
2010-08-02 |
Robert Holcomb | added capabilty to limit color spill by an input mask |
tree | commitdiff |
2010-08-01 |
Joerg Mueller | svn merge -r 30913:30953 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-07-31 |
Campbell Barton | recent commit to make color balance work like the seque... |
tree | commitdiff |
2010-07-30 |
Campbell Barton | Change compositor color balance to match the sequencer... |
tree | commitdiff |
2010-07-30 |
Joerg Mueller | svn merge -r 30718:30912 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-07-30 |
Matt Ebb | Preview commit in sculpt brushes broke resetting curves... |
tree | commitdiff |
2010-07-25 |
Joerg Mueller | svn merge -r 30566:30717 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-07-21 |
Brecht Van Lommel | Fix #22786: displace node doesn't work with procedural... |
tree | commitdiff |
2010-07-13 |
Joerg Mueller | Merging revision 30126:30261 from trunk. |
tree | commitdiff |
2010-07-12 |
Campbell Barton | tweak to color balance after talking with colin and... |
tree | commitdiff |
2010-07-08 |
Diego Borghetti | New option for Scale node. |
tree | commitdiff |
2010-07-08 |
Diego Borghetti | Fix Texture node don't take care render size. |
tree | commitdiff |
2010-07-08 |
Joerg Mueller | Merging revision 29560:30125 from trunk. |
tree | commitdiff |
next |