2006-03-04 |
Ton Roosendaal | To prevent confusement; used %u (unsigned int) for... |
commit | commitdiff | tree |
2006-03-04 |
Martin Poirier | === Script Update: UV Export === |
commit | commitdiff | tree |
2006-03-04 |
Ton Roosendaal | Dupli-Group fix: when using multiple instances of group... |
commit | commitdiff | tree |
2006-03-04 |
Brecht Van... | Fixes for some gcc 4 warnings in intern/. More than... |
commit | commitdiff | tree |
2006-03-04 |
Ken Hughes | ===Python API=== |
commit | commitdiff | tree |
2006-03-03 |
Geoffrey Bantle | -> Silly mistake in loop_multiselect() in editmesh_mods... |
commit | commitdiff | tree |
2006-03-03 |
Joilnen Leite | fix for bug 3903 |
commit | commitdiff | tree |
2006-03-02 |
Ton Roosendaal | New copy option in CTRL+C menu: copy autosmooth settings. |
commit | commitdiff | tree |
2006-03-02 |
Ton Roosendaal | Improved error print in case malloc returns NULL; it... |
commit | commitdiff | tree |
2006-03-02 |
Ton Roosendaal | Accidentally mixed up a true and false statement for... |
commit | commitdiff | tree |
2006-03-02 |
Campbell Barton | Fixed mistake where BLI_countlist(&(lb)) should be... |
commit | commitdiff | tree |
2006-03-01 |
Ton Roosendaal | Feature: Sofbody bake "Local" |
commit | commitdiff | tree |
2006-03-01 |
Ton Roosendaal | Proper syntax for freeing an allocated array in silly... |
commit | commitdiff | tree |
2006-03-01 |
Brecht Van... | Array modifier patch by Ben Batt! (#3788) |
commit | commitdiff | tree |
2006-03-01 |
Nathan Letwory | ==SCons== |
commit | commitdiff | tree |
2006-03-01 |
Geoffrey Bantle | -> Vertex Group/Weight support in removedoublesflag() |
commit | commitdiff | tree |
2006-02-28 |
Kent Mein | reverted the looping vs switch statement. I don't... |
commit | commitdiff | tree |
2006-02-28 |
Ton Roosendaal | Complex issue in group duplicators... since they can... |
commit | commitdiff | tree |
2006-02-28 |
Kent Mein | Fix for bug #3886 |
commit | commitdiff | tree |
2006-02-28 |
Ton Roosendaal | Saving OpenEXR half didn't free allocated half buffer... |
commit | commitdiff | tree |
2006-02-28 |
Ton Roosendaal | Urm... Kent's commit to fix a bug broke the other nodes... |
commit | commitdiff | tree |
2006-02-28 |
Peter Schlaile | - Now the cache limitor also frees the float-planes |
commit | commitdiff | tree |
2006-02-28 |
Jens Ole Wund | msvc6 projects building debug |
commit | commitdiff | tree |
2006-02-28 |
Jens Ole Wund | mscv6 projects again |
commit | commitdiff | tree |
2006-02-28 |
Geoffrey Bantle | -> Loop MultiSelect |
commit | commitdiff | tree |
2006-02-27 |
Kent Mein | Fix for bug #3967. |
commit | commitdiff | tree |
2006-02-27 |
Kent Mein | commented out a debugging message... was getting errors... |
commit | commitdiff | tree |
2006-02-27 |
Ton Roosendaal | Restored the free_imbuf_seq_except() in sequencer,... |
commit | commitdiff | tree |
2006-02-27 |
Campbell Barton | Added a few more button align's |
commit | commitdiff | tree |
2006-02-27 |
Ton Roosendaal | Recoded Panorama rendering. |
commit | commitdiff | tree |
2006-02-27 |
Campbell Barton | Made vertex clear work for selected faces from the... |
commit | commitdiff | tree |
2006-02-27 |
Nils Thuerey | - elbeem.h header file was missing |
commit | commitdiff | tree |
2006-02-27 |
Nils Thuerey | - typo in SConscript |
commit | commitdiff | tree |
2006-02-27 |
Nils Thuerey | Sorry for the big commit, but I've been fixing many... |
commit | commitdiff | tree |
2006-02-27 |
Campbell Barton | new emptys now have default settings for new emptys. |
commit | commitdiff | tree |
2006-02-27 |
Campbell Barton | Applied JMS's Patch. for better Python Dupli Access. |
commit | commitdiff | tree |
2006-02-27 |
Chris Want | pthreads for Makefiles/cygwin (don't forget to update... |
commit | commitdiff | tree |
2006-02-25 |
Campbell Barton | removed typos causing MTL loading to fail. |
commit | commitdiff | tree |
2006-02-25 |
Nathan Letwory | ==SCons== |
commit | commitdiff | tree |
2006-02-25 |
Kent Mein | converted sqrtf to SimdSqrt Solaris has no sqrtf. |
commit | commitdiff | tree |
2006-02-25 |
Ton Roosendaal | Bugfix: CTRL+select on a Bone, while in editmode Curve... |
commit | commitdiff | tree |
2006-02-25 |
Ton Roosendaal | Replacing SDL threads with pthread. |
commit | commitdiff | tree |
2006-02-25 |
Nathan Letwory | ==SCons== |
commit | commitdiff | tree |
2006-02-25 |
Nathan Letwory | ==SCons== |
commit | commitdiff | tree |
2006-02-24 |
Nathan Letwory | ==SCons== |
commit | commitdiff | tree |
2006-02-24 |
Chris Want | I had to disable mmap altogether for Irix. |
commit | commitdiff | tree |
2006-02-24 |
Ton Roosendaal | forgot note for last commit; |
commit | commitdiff | tree |
2006-02-24 |
Ton Roosendaal | Made the most critical variables in render pipeline... |
commit | commitdiff | tree |
2006-02-24 |
Ton Roosendaal | Paranoia "volatile" assignment to globals in MEM module... |
commit | commitdiff | tree |
2006-02-24 |
Campbell Barton | Should now work with python 2.3, also optimized diction... |
commit | commitdiff | tree |
2006-02-23 |
Ton Roosendaal | restored SDL_WaitThread() again, SDL_KillThread() is... |
commit | commitdiff | tree |
2006-02-23 |
Ton Roosendaal | Buttons could crash on wrong scene layer index... not... |
commit | commitdiff | tree |
2006-02-23 |
Nathan Letwory | ==SCons== |
commit | commitdiff | tree |
2006-02-23 |
Nathan Letwory | ==SCons== |
commit | commitdiff | tree |
2006-02-23 |
Ton Roosendaal | Work in progress commit on saving OpenEXR with all... |
commit | commitdiff | tree |
2006-02-23 |
Ton Roosendaal | Bugfix for very very ancient envmap error. When you... |
commit | commitdiff | tree |
2006-02-23 |
Stephen Swaney | patch #3830 Fix for commenting a block of text with... |
commit | commitdiff | tree |
2006-02-23 |
Ton Roosendaal | Composite: Image node now supports "start frame" values... |
commit | commitdiff | tree |
2006-02-23 |
Campbell Barton | Added UI numeric access to bone radius (for envelopes... |
commit | commitdiff | tree |
2006-02-23 |
Ton Roosendaal | Tweak for Speed vector calculus for Ztransp render... |
commit | commitdiff | tree |
2006-02-23 |
Campbell Barton | Moved to brush cursors hotspot to be at the tip of... |
commit | commitdiff | tree |
2006-02-22 |
Chris Want | Some issues compiling on Irix: |
commit | commitdiff | tree |
2006-02-22 |
Chris Want | In some directories (e.g. source/blender/src) there... |
commit | commitdiff | tree |
2006-02-22 |
Ton Roosendaal | Composite: filter node now includes image edge in calcu... |
commit | commitdiff | tree |
2006-02-22 |
Chris Want | 'inline' in C isn't very portable (probably should... |
commit | commitdiff | tree |
2006-02-22 |
Ton Roosendaal | Brought back "mapping to translucency" for materials... |
commit | commitdiff | tree |
2006-02-22 |
Ton Roosendaal | Composite fix: Blur node with option "Bokeh" didn't... |
commit | commitdiff | tree |
2006-02-22 |
Geoffrey Bantle | "Select Random" in editmode for meshes did not do an... |
commit | commitdiff | tree |
2006-02-22 |
Geoffrey Bantle | Fixes small problem with my last commit and MSVC compil... |
commit | commitdiff | tree |
2006-02-22 |
Campbell Barton | Added lighten/darken paint modes, works in vertex paint... |
commit | commitdiff | tree |
2006-02-22 |
Erwin Coumans | added 'disable sleeping' option for rigidbodies. +... |
commit | commitdiff | tree |
2006-02-22 |
Geoffrey Bantle | [Two Sections here; First is the log that *should*... |
commit | commitdiff | tree |
2006-02-21 |
Ton Roosendaal | Fix for very old annoyance; when an object is deformed... |
commit | commitdiff | tree |
2006-02-21 |
Ton Roosendaal | Fix for crashing border select in FaceSelect mode.... |
commit | commitdiff | tree |
2006-02-21 |
Chris Want | Making blender compile with Makefiles if WITH_OPENEXR... |
commit | commitdiff | tree |
2006-02-21 |
Chris Want | Trying to get the bullet re-org to work with Makefiles. |
commit | commitdiff | tree |
2006-02-21 |
Campbell Barton | Tracked a redrawing crash down to drawtext.c - was... |
commit | commitdiff | tree |
2006-02-21 |
Nathan Letwory | ==SCons== |
commit | commitdiff | tree |
2006-02-21 |
Ton Roosendaal | Bug in Composite AddAlpha node. The option premul added... |
commit | commitdiff | tree |
2006-02-21 |
Nathan Letwory | ==SCons== |
commit | commitdiff | tree |
2006-02-21 |
Ton Roosendaal | Carefully went over all scanline updating while renderi... |
commit | commitdiff | tree |
2006-02-21 |
Erwin Coumans | included WheelInfo headerfile rather then forward decla... |
commit | commitdiff | tree |
2006-02-21 |
Erwin Coumans | exposed a few more tuning paramters |
commit | commitdiff | tree |
2006-02-21 |
Erwin Coumans | added vehicle specific files + updated scons file ... |
commit | commitdiff | tree |
2006-02-21 |
Erwin Coumans | enabled vehicle/updated scons file (Makefile/projectfil... |
commit | commitdiff | tree |
2006-02-21 |
Erwin Coumans | updated scons file, case-sensititivy problem fixed |
commit | commitdiff | tree |
2006-02-21 |
Erwin Coumans | Reorganized Bullet physics files, added preliminary... |
commit | commitdiff | tree |
2006-02-20 |
Ton Roosendaal | Very silly typo in code caused Preview Window for Compo... |
commit | commitdiff | tree |
2006-02-20 |
Ton Roosendaal | Compositor: new node "Z Combine", to combine two images... |
commit | commitdiff | tree |
2006-02-20 |
Ton Roosendaal | Group duplicators, using linked groups, and which itsel... |
commit | commitdiff | tree |
2006-02-20 |
Ton Roosendaal | Compositor upgrade; |
commit | commitdiff | tree |
2006-02-20 |
Campbell Barton | Another fix for a silly bug |
commit | commitdiff | tree |
2006-02-20 |
Ton Roosendaal | Hrms... theeth indeed cleaned up code, but it should... |
commit | commitdiff | tree |
2006-02-20 |
Campbell Barton | tweak colin weighting again. |
commit | commitdiff | tree |
2006-02-20 |
Campbell Barton | Small update... |
commit | commitdiff | tree |
2006-02-19 |
Nathan Letwory | ==SCons== |
commit | commitdiff | tree |
2006-02-19 |
Ton Roosendaal | Another attempt to solve linux issues.... now threads... |
commit | commitdiff | tree |
2006-02-19 |
Ton Roosendaal | Changing a glFLush() in glFinish() for drawing info... |
commit | commitdiff | tree |
2006-02-19 |
Nathan Letwory | ==SCons== |
commit | commitdiff | tree |
2006-02-19 |
Martin Poirier | Patch: [ #3283 ] strcat --> sprintf |
commit | commitdiff | tree |
next |