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 (Collapse)Author
2007-08-03fixes from 2.4xCampbell Barton
2007-08-01misc changes from stableCampbell Barton
2007-08-01minor changes from stableCampbell Barton
2007-07-30this importer tried to be smart by splitting quads that were not planer. - ↵Campbell Barton
This is not somthing an importer should do and a user was having problems importing meshes to subsurf from lightwave. also some other updates, and small cleanup.
2007-07-23Fix for #6946 Save UV layout broken for large wire sizesMartin Poirier
This also helped me pinpoint a couple of off by one errors in the UV rasterizing code. One especially noteworthy was that all UV at 1.0 (on the 0..1 scale) didn't render properly.
2007-07-09bugfix's for 6917 and 6913 - Both were because I forgot to check all other ↵Campbell Barton
selected meshes for faceUV's Also made image_auto_layout.py use blenders internal boxpacking rather then the slower python one.
2007-07-06I cleaned up make release a little bit, nowKent Mein
its not hard coded if it trys to do a static build or not. It uses the same vars that decide if your building a static blender to determine if it should make a static package. I also found a typo on OSX for make release and thats fixed now Kent
2007-07-03Icons Bugfix: Joshua Leung
Remove a single annoying 1x16 unwanted pixel column from one of the icons I added earlier today.
2007-07-03== Action/IPO Mute Icons ==Joshua Leung
Added new defines for the icons used to show this, on the request of Matt Ebb. For now, the eye icons have simply been duplicated to the new spaces, but 'more descriptive' icons should be made.
2007-07-01edits from zanqdo as well as randomize on single axis was broken.Campbell Barton
and some other minor tweaks from me
2007-06-28* adds EmptyMesh to the menuNathan Letwory
2007-06-19For a texture, write out the Image.filename instead of Image.name.Chris Want
2007-06-18== PyConstraints - Script Template ==Joshua Leung
Here is a script template for the "Script Templates" menu in the Text Editor. It provides you with the necessary functions for a PyConstraint set up, and also includes descriptions on what is required in each function.
2007-06-10was missing editmode exit in script templateCampbell Barton
2007-06-10bugfix for [#6818] object_find.py assumes active uv layer is setCampbell Barton
was assuming meshes had UVs
2007-06-06exporting normals wit the "High Quality Normals" option disabled, exported ↵Campbell Barton
localspace normals. not too bad since HQNormals were enabled by default.
2007-06-04OBJ smooting groups exported enabled for by default for the first smooth ↵Campbell Barton
group (should have been disabled) gen_library.c - Own error, hashing did not decref the tuple it created. Draw.c - callback also missed a decref
2007-05-31=== SCons ===Nathan Letwory
* Finally cleaned up the NSIS installer creation process This is now a proper action and command, with simple printout The 'nsis' target (only on Windows) now properly depends on all the build process, and will be done as very last. * Make LZMA (Solid) default compressor for installer (= the best)
2007-05-31Updated this script not to choke on some blank lines (example file from Lekane)Campbell Barton
Also removed the use of list.index() all over the place where the index was known. (saves searching the file and the possibility of duplicates messing it up)
2007-05-30Script from Gerhard for exporting blender to m3g and java source,Campbell Barton
see website for examples http://www.nelson-games.de/bl2m3g/default.html
2007-05-29remove xreadline, some other small updates (testing new svn)Campbell Barton
2007-05-28lamp import was broken.Campbell Barton
2007-05-27=== Patch ===Martin Poirier
[#6666] Updates to UV layout export script Moving from NMesh API to Mesh
2007-05-26Key.c/h - Removed unneeded functions. and ipo in struct wasnt being used.Campbell Barton
Lattice.c - removed warning Mesh.c - (own error) when running me.update(key="...") didnt update the right keyframe. mesh_cleanup.py - Bugfix from a report by plumiferos that started uncovering all the memory leaks. Removing NAN verts didnt work with mesh keyframes.
2007-05-21renaming to match JMS's namesCampbell Barton
2007-05-21updated rvk1_torvk2 from JMS and added GPL headersCampbell Barton
2007-05-21=IDProperty Script GPL Update=Joseph Eagar
ID Property browser script updated to have a GPL license block. Heh I can't believe I forgot this. :)
2007-05-20adding GPL headersCampbell Barton
2007-05-20I added a duplicate script, not realizing "Python Reference" was refering to ↵Campbell Barton
"Blender Python API" removign the other one anyway since it would make URL's including subversions and I dont think we want that.
2007-05-20Blenders installs where the scripts dir was not writable could not load the ↵Campbell Barton
console. This should fix it.
2007-05-17'Copy Images' option for the .obj exporter would fail.Chris Want
Changing Material ==> Blender.Material fixed it.
2007-05-10Part 2 of release 2.44 commitTon Roosendaal
2007-05-09had debugging test enabled.Campbell Barton
2007-05-08Made it so blenderplayer is stripped if it exists as well as just blender.Kent Mein
(I skipped it on OSX not sure where blenderplayer is in that instance, someone on the platform should be able to figure it out though.) Kent
2007-05-07updates from JMS. scripts assumed new data would be last in the list.Campbell Barton
2007-05-06Added a check to installer for runtime dlls required to run blender. IfSimon Clitherow
not found on their system, it will open a browser window to point them at the download site. DEV NOTES: Anyone building the NSIS installer will need the Moreinfo plugin - http://nsis.sourceforge.net/MoreInfo_plug-in
2007-05-06Scripts:Willian Padovani Germano
- Scripts config editor was not working due to changes in module BPyRegistry.py. - AC3D exporter: a little cleanup + small improvements like sorting objects.
2007-05-06corrected wrong variabel nameCampbell Barton
2007-05-06many 3ds files would not open in other applications because of the 12 ↵Campbell Barton
character limit of names and filenames in 3ds files. fixed this and optimized dictionary access some.
2007-05-05more epy doc updatesCampbell Barton
added a constant dict "Blender.Object.IpoKeyTypes" to pass to ob.insertIpoKey(keytype), previously these constants were not documented well and added to Blender.Object directly
2007-05-03Update to svg import from JMSCampbell Barton
0.5.9d : - 2007/4/5 - when a svg file containts several curves they can be imported in separate object. - managment of paths' name when paths are imported as separate curves. - a menu was added to select between separate or joined curves - management of colors 0.5.9e : - 2007/4/7 - corrected a scale problem that only appears when one uses beveldepth - in separate curve option, name is also given to the curve data - added the list of svg's color names (147) and modified the color's method to work with. 0.5.9h : - 2007/5/2 - script was updated with the modifs by cambo - removed all debug statements - correction of a zero division error in the calc_arc function.
2007-05-03bug fixed when calculating animation bone offsetsCampbell Barton
2007-05-02rewrote most of this script.Campbell Barton
* Export edges instead of faces * dont export fgon edges * export all objects (not just active) including Dupli Objects and static particles * use PupBlock rather then a gui that uses a window. * write the file normaly rather then redirecting stdout
2007-05-02Made it so blender has an active render layer for Uv and Vertex color mesh ↵Campbell Barton
layers. This means changing the active UV/VCol layers wont change what renders. needed to adjust the minor version so old files will copy the active layer to the render-uv/vcol layer. boxpack2d.py - redoen in C now, dont need python version.
2007-05-01uvcalc_smart_project.py - fixed error in rare cases.Campbell Barton
xfig_export.py - NMesh to Mesh, minor improvements/cleanup. unweld.py - fixed error when a vert had no faces, also some small speedups and changes.
2007-05-01header_filesel - pressing buttons made the file select header title change ↵Campbell Barton
color. scripttemplate_object_edit.py - new script template for objects.
2007-05-01fix for adding a 0,0,0 dummy vertex, pointed out in [ #6607 ]Campbell Barton
2007-04-29Patch [ #6623 ] Fixed one error, one typo in mesh_cleanup.pyCampbell Barton
Also added an option to remove all white vcol layers. this is usefull when loading old blend files where every mesh has vcolor's even if they are all white (because of how texface used to be stored before vcol layers)
2007-04-29dont use tface hide or select anymore, since maintaining 2 sets of ↵Campbell Barton
hide/select data for each face is annoying. using mface->flag for both. Also found that the cdDM_drawMappedFaces and cdDM_drawFacesTex_common could get normals mixed up when rendering hidden faces. because hidden/invisible faces used continue without advancing to the next normal.
2007-04-28removed doc_browser.py - since it covers ~half the BPY api, not documenting ↵Campbell Barton
any of blenders data types. replaced with a help_bpy_api.py, that opens a web browser at the Blender Python API page. Camera.c - added a veriable .angle to camera, same as .lens but adjusts the camera angle in degrees (like the D button) export_fbx.py - use the the camera angle property. object_cookie_cutter.py - use PointInTriangle2D rather then own function. buttons_shading.c - added OB: and tooltip to object world mapping. interface_draw.c - (Simple theme) text buttons looked exactly like normal buttons (more confusing when they had no text), made the text and ID buttons render inset so you can tell them apart.