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-09-20- translation scripts now run with py3.xCampbell Barton
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-18fix for crash loading a file saved with fluidsim when blenders compiled with ...Campbell Barton
2011-09-17Nodes: fix nodes in groups not getting socket templates verified, and reserveBrecht Van Lommel
2011-09-16- remove deprecated pose channel membersCampbell Barton
2011-09-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-09-09svn merge -r 39975:40061 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-07Merging r39948 through r39988 from trunk into vgroup_modifiers.vgroup_modifiersBastien Montagne
2011-09-06Node merge: fix crash loading files with unknown nodes (e.g. cycles files).Brecht Van Lommel
2011-09-06Node merge: some forward compatibility code to avoid crash loading files withBrecht Van Lommel
2011-09-06Fix for node group add menu, groups from old files wouldn't show up there.Lukas Toenne
2011-09-06Backward compatibility fix for SOCK_DYNAMICS flag on group sockets.Lukas Toenne
2011-09-06fix link issues with MinGW - a substitute declaration(correctByteOrder) for i...Antony Riakiotakis
2011-09-06svn merge -r39930:39947 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-05Merging r39847 through r39930 from trunk into vgroup_modifiers.Bastien Montagne
2011-09-03minor edits to build on openbsdCampbell Barton
2011-09-01Merging r39652 through r39842 from trunk into vgroup_modifiers.Bastien Montagne
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29* Reverting Titlecard commit r37537Joerg Mueller
2011-08-28== Sequencer ==Peter Schlaile
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-08-24fix [#28352] Deleting group name in particle system -> panel: Render crashes ...Campbell Barton
2011-08-23Merging r39486 through r39651 from trunk into vgroup_modifiers.Bastien Montagne
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-22rename NAN_BUILDINFO --> WITH_BUILDINFOCampbell Barton
2011-08-20floats were being promoted to doubles in quite a few cases (using gcc's -Wdou...Campbell Barton
2011-08-093D Audio GSoC:Joerg Mueller
2011-08-09Merging r38818 through r39198 from trunk into vgroup_modifiers.Bastien Montagne
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-073D Audio GSoC:Joerg Mueller
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-08-05change BLO_library_append_begin to take a main argument rather then a context...Campbell Barton
2011-08-05BGE Animations: Moving the do_versions code for the actuators back into the "...Mitchell Stokes
2011-08-04Bassam Feature Request: "Auto Clamped" handles can now be set perJoshua Leung
2011-08-04remove append to cursor code, wasnt used and made some naive assumptions abou...Campbell Barton
2011-08-04when appending with a NULL context dont print warnigns about scene not being ...Campbell Barton
2011-08-02Merging trunk up to r38932.Joerg Mueller
2011-08-02BGE Animations: Fixing a crash when an fcurve actuator is found, but the obje...Mitchell Stokes
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-31Bug fix: loading a file that had particles using a dupligroup from a liblinke...Janne Karhu
2011-07-283D Audio GSoC:Joerg Mueller
2011-07-26vgroup_modifiers: Addressed most ideasman’s remarks and suggestions in his ...Bastien Montagne
2011-07-263D Audio GSoC:Joerg Mueller
2011-07-25Adding WeightVG modifiers code. Still some points to tweak, though.Bastien Montagne
2011-07-22Merge with trunk up to r38584.Joerg Mueller
2011-07-19cleanup of scene->gamedata DNADalai Felinto