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
2008-09-19Merge from trunkAndre Susano Pinto
(The last time there was some files missing due to failed connection to svn server while merging.. thats why this stuff of reverting last merge and redoing it) svn merge -r 16231:16608 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-09-19Revert last merge from trunkAndre Susano Pinto
svn merge -r 16539:16538 https://svn.blender.org/svnroot/bf-blender/branches/soc-2008-jaguarandi/
2008-09-15svn merge -r 16231:16536 ↵Andre Susano Pinto
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-08-22svn merge -r 16215:16231 ↵Andre Susano Pinto
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-08-22svn merge -r 16174:16215 ↵Andre Susano Pinto
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-08-18svn merge -r 16077:16174 ↵Andre Susano Pinto
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-08-11svn merge -r 15988:16055 ↵Andre Susano Pinto
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-08-06svn merge -r 15908:15988 ↵Andre Susano Pinto
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-08-02svn merge -r 15688:15908 ↵Andre Susano Pinto
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-07-15There was a problem with the last merge :SAndre Susano Pinto
Somehow it didnt finished and didnt added some files under the svn control (found thanks to lguillaume that reported some files were missing) Last merge fixed and also merged modifications up to revision 15584. I checked the diff svn diff --new . --old https://svn.blender.org/svnroot/bf-blender/trunk/blender And everything seems to be right now
2008-07-13svn merge -r 15392:15551 ↵Andre Susano Pinto
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-07-01svn merge -r 15292:15392 ↵Andre Susano Pinto
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-06-21svn merge -r 15202:15292 ↵Andre Susano Pinto
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-06-17Added merge option to shrinkwrap when using projection mode (bruteforce for now)Andre Susano Pinto
Changed code to remove faces (now quad faces that got one vertice projected are turned on tri) Merge option is still not very usefull since shrinkwrap does not yet moves unprojected vertices
2008-06-12Merge from trunkAndre Susano Pinto
svn merge -r 15104:15202 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-06-12Added sample "CreatePlane" .. it simple projects a grid over the selected ↵Andre Susano Pinto
image and determines which squares are to be used.
2008-05-31Merge from trunkAndre Susano Pinto
svn merge -r 14954:15064 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-05-30Reverted win installer to give 'current user' option only for Application Data.Simon Clitherow
Added shfolder.lib linking for win9x SHGetFolderPath() support.
2008-05-27bugfix for zero area faces and adding uv layers was not checking if the Campbell Barton
UV layer existed alredy.
2008-05-27bugfix, edges with no faces raised an error.Campbell Barton
2008-05-27removing this script, should have been removed for 2.46 since the Campbell Barton
functionality is avalable in the UV snap menu.
2008-05-25Merge from trunkAndre Susano Pinto
svn merge -r 14843:14954 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-05-25for for [bf-blender-Bug Tracker][11843] 3DS importer imports broken meshesCampbell Barton
2008-05-24-> FLT import: Zero area N-gon bug fixGeoffrey Bantle
FLT importer would throw errors when importing ngons with zero area. These faces are now ignored
2008-05-24fix for [#12797] FBX Exporter Exports Incorrect Matterial EmissiveFactor and ↵Campbell Barton
DiffuseFactor - own error, swapped diffuse and emit factors
2008-05-23fix for error when all faces are the same areaCampbell Barton
2008-05-22remove module dxfImportObjects.py. It is obsolete since 2.43, then all ↵Remigiusz Fiedler
functions integrated in the main dxf-importer code
2008-05-18Part one of the 2.46 release commitTon Roosendaal
2008-05-16fix for [#11542] "Add -> Mesh -> Torus" adds corrupt meshCampbell Barton
previous fix only worked in object mode
2008-05-15fix for [#11667] Minor problem with lightmap_uvpack, LC is getting out of ↵Campbell Barton
control but keeping to annoy theeth
2008-05-15-> FLT import bug (loose vertices)Geoffrey Bantle
New faceweld code broke the import of meshes with loose vertices. Also added exception handling to the importer and exporter so that UI doesnt quite when errors are encountered. Instead traceback is printed to stderr and control returns to the script UI
2008-05-15Merge from trunkAndre Susano Pinto
svn merge -r 14760:14843 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-05-14-> FLT Export bugfixGeoffrey Bantle
Export of open faces on export was dropping the last vertex. Also removed recursion from function in order to make it safe for large polygons.
2008-05-14uvcalc_lightmap would raise an error on meshes with no faces.Campbell Barton
auto-threads wasnt working for baking.
2008-05-11added encoding "# coding: utf-8" to the headers of scripts that python would ↵Campbell Barton
not run with execfile('....'), python would also riase the error, though there is no practicle use for running these scripts outside blender. The error looked like this. SyntaxError: Non-ASCII character '\xe4' in file ./3ds_export.py on line 10, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
2008-05-10Reverting vrml97_export.py to it's state at revision 14751 because:Chris Want
1) Bug #6692 is actually a feature request. While I do think that Michalis' patch is a worthy change, we don't have time to test this at this stage in the release cycle (and svn is supposedly closed to new features anyways). I'm sorry Michalis, this will have to wait until after release. 2) I have looked at bug #8814 a while ago, but I have not yet found a good solution (and perhaps the solution is to *not* export faces without materials assigned). I don't have time to assess whether revision 14774 presents a worthwhile change or not, and I have no time to test before release. Also I don't like that the 'fix' for #8814 is mixed with a fix for a previous faulty commit. 3) Again, another commit to a script I maintain without consulting me first. Not cool! Chris
2008-05-10fix for [#8814] VRML 97 Exporter bug (empty coordIndex [] indexes) Blender V2.45Campbell Barton
null materials were not exported, but would also mess up the assignment of materials for any valid materials after the empty slots. also made a mistake last recently that Michalis Kamburelis pointed out, changing the default orientation incorrectly. this is now set back to what it was in Michalis's patch.
2008-05-10This is patch: [#9050] Single step .svn dir removal for Makefile (release)Kent Mein
From gsr. It cleans up removing .svn dirs from the directorys that get copied over. Kent
2008-05-09render layer saving script assumed scriptsdir existed.Campbell Barton
apply def script assumed the mesh had all the objects vertex groups.
2008-05-09need to recalc normals for meshes added in object modeCampbell Barton
2008-05-09Merge from trunkAndre Susano Pinto
svn merge -r 14692:14760 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-05-09chris want corrected some of the last commits changesCampbell Barton
2008-05-09fix for [#6692] vrml (.wrl) export bug in V2.44 releaseCampbell Barton
patch from Michalis Kamburelis with some minor edits
2008-05-08DXF-importer prepared for ProE files, which are outside of DXF-specification.Remigiusz Fiedler
2008-05-07* added support for exporting dupli objectsCampbell Barton
* option to export modifier applied objects * option to export quads as tri's * added back compress option (will default to enabled if you use .x3dz as the extension)
2008-05-06made python add mesh module respect blenders user settings for editmode and ↵Campbell Barton
view align. added sys.cleanpath() was a patch in the tracker but blender's internal path cleaning is now more general and can be used from python.
2008-05-05Merge from trunkAndre Susano Pinto
svn merge -r 14626:14692 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-05-02wizard_curve2tree was opening FBX wiki docs. leaf dupliface object was being ↵Campbell Barton
offset each time the script ran.
2008-05-02used fixed width font, set the command history to ignore dupes when pressing ↵Campbell Barton
up/down
2008-05-01fix for bugsCampbell Barton
[bf-blender-Bug Tracker][6693] x3d export bug in V2.44 release [bf-blender-Bug Tracker][7773] .x3d exporter problems (moving meshes away) Updated how objects are transformed, and use Mesh rather then NMesh. also removed vertex color saving since it was really slow and vcolors are stored per face in blender.