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
2006-04-13Added no x-crossing option, so verts cant select verts to copy from that cros...Campbell Barton
2006-04-11Fixed 2 bugs in mesh brush. 3805 and 3806Campbell Barton
2006-04-11Some Maya dev thaught it would be a fun joke to format floats with a comma in...Campbell Barton
2006-04-11A utility script that refinds all image paths for images that have a path who...Campbell Barton
2006-04-11removed debug print.Campbell Barton
2006-04-11Moved ngon creating function from obj_import into BPyMesh so other importers ...Campbell Barton
2006-04-07Did some changes to the getMeshFromObject wrapper.Campbell Barton
2006-04-05For 3ds import script, try to get set() function by importing theChris Want
2006-04-05Added BPyMesh for mesh python mesh functions.Campbell Barton
2006-04-05Added an option to batch rename vert Groups.Campbell Barton
2006-04-05Added the option only to update selected verts in the target mesh when copyin...Campbell Barton
2006-04-05==makefiles==Tom Musgrove
2006-04-04fixed error in boneweight copy and type in obj export.Campbell Barton
2006-04-04Fixed small but that was causing an eternal loop.Campbell Barton
2006-04-03Fixed a but where applying the modifier option was disabled, Meshes woudl hav...Campbell Barton
2006-04-03Sped up quite a bit using zsorting and fast index guessing. so verts can find...Campbell Barton
2006-04-02Bugfix when checking for a container mesh (Mesh.Unlink needed here)Campbell Barton
2006-04-01Silly var typo fix.Campbell Barton
2006-04-01This script copys vertex groups and weights from 1 weighted mesh, to all unwe...Campbell Barton
2006-04-01And the preview.blend for texture preview fixTon Roosendaal
2006-03-31Added relative vertex references to obj importer,Campbell Barton
2006-03-31Removed debug printing.Campbell Barton
2006-03-29Fixed some bugs in BPyImage comprehensive loade. (used by 3ds and obj import)Campbell Barton
2006-03-29==Directx 8 importer==Tom Musgrove
2006-03-29==Directx 8 exporter update==Tom Musgrove
2006-03-19Updated to use Blender.sys.exists() which now uses BLI_exist rather then stat.Campbell Barton
2006-03-18Update box unpack with faster python useCampbell Barton
2006-03-14Small updates to import images in win32.Campbell Barton
2006-03-14Support win32 paths.Campbell Barton
2006-03-11==scripts==Tom Musgrove
2006-03-11==scripts==Tom Musgrove
2006-03-04=== Script Update: UV Export ===Martin Poirier
2006-02-25removed typos causing MTL loading to fail.Campbell Barton
2006-02-24Should now work with python 2.3, also optimized dictionary's a bit. keys -> i...Campbell Barton
2006-02-20Another fix for a silly bugCampbell Barton
2006-02-20tweak colin weighting again.Campbell Barton
2006-02-20Small update...Campbell Barton
2006-02-12==SConscript fix for cygwin==Tom Musgrove
2006-02-08This script converts open and closed edge loops into polylinesCampbell Barton
2006-02-07This script sets the UV mapping and image of selected faces from adjacent uns...Campbell Barton
2006-02-07works with free verts and a bit fasterCampbell Barton
2006-02-07Cleaning up some bad stuff from the merge in the release/ directory.Chris Want
2006-02-07From __bpydoc__Campbell Barton
2006-02-06- Removed workarounds for Blender 2.41Campbell Barton
2006-02-05Adds a VFAPI-Plugin for TMPGenc to connect to the blender frameserver.Peter Schlaile
2006-02-05Add several usefull sequencer-plugins:Peter Schlaile
2006-02-05Adds for additional buttons for the new sequencer code to distinguishPeter Schlaile
2006-02-05Updated blenderbuttons (non-sticky now shows icon in the uv editor).Brecht Van Lommel
2006-02-04Fixed bug where a extra vert was duplicated. - (Thanks Brandedo)Campbell Barton
2006-02-03- Face import tested to be about overall 16x speedup over 0.93.Campbell Barton