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-04-17ZanQdo fixed exporting of mot filesCampbell Barton
2008-04-09Made aspx/y into floats so we can render precise regions (for apricot ↵Campbell Barton
terrain baking)
2008-04-08-> Fix for last commit on FLT exporterGeoffrey Bantle
Forgot to change some dictionary keys in source which would break export. Fixed
2008-04-08Potential fix for [#8113] Blender.Registry segfault when no permission to writeMartin Poirier
This converts exceptions in Warning in selected points of the registry module. While I couldn't reproduce the segfault ( I received the Py error as expected), this isn't a bad idea anyway, since the BPy C counterpart was discarding the error anyway, making it a warning is a bit more inline with its meaning. The exception is not preventable nor fixable from a script's point of view, so better to silence it and print a warning to the console instead.
2008-04-06added a help link to wiki docs for curve2tree, fixed some bugs in flt_toolbarCampbell Barton
2008-04-05fix for wrong rotation between branch joinsCampbell Barton
2008-04-05PyAPI - setting a buttons string value crashed. suspect this is a 64bit ↵Campbell Barton
problem since replacing the string length of int, with Py_ssize_t or long prevented the crash. worked around the problem by removing the PyString_AsStringAndSize command. wizard_curve2tree - removing id properties didnt work. exit button used a callback it didnt need to.
2008-03-29some fixes for python baking functionCampbell Barton
needed to add a small value to the baking distance for it to include faces of that distance (maybe should make this happen from the user interface too)
2008-03-29-> FLT I/O: UI now undo safeGeoffrey Bantle
Both the FLT importer and exporter now store and retrieve their settings from the blender python registry making them safe for use with global undo.
2008-03-29-> FLT I/O: LOD hiding on importGeoffrey Bantle
LODS were not getting hidden correctly on import. Fixed now.
2008-03-28-> FLT I/O: Hierarchy order fixed on exportGeoffrey Bantle
Hierarchy was getting reversed on import/export cycle for FLT files. Fixed now.
2008-03-28-> Double Sided Faces fix for FLT importGeoffrey Bantle
Faces marked as double sided in FLT file were not getting the proper face flags on import to blender. Fixed.
2008-03-28-> Double Sided Faces fix for FLT importGeoffrey Bantle
Faces marked as double sided in FLT file were not getting the proper face flags on import to blender. Fixed.
2008-03-28-> Extension Node attribute support for FLT I/OGeoffrey Bantle
Extension node attributes are now read and stored as ID props for the following Node types: -Object Nodes -Group Nodes -LOD Nodes -DOF Nodes -Inline Light Point Nodes The extension data is written back out on export. Note that this commit only adds support for attribute extensions. Completely new node types via the extension record are still unsupported.
2008-03-27baking normals could crash in rare cases because the intersection data ↵Campbell Barton
wasn't copied when the lambda was bigger then the previous or initialized. python baking script had a simple error.
2008-03-26-> Slight fix for Face Weld code in FLT importerGeoffrey Bantle
Slight fix for welding of faces that only share one vertex
2008-03-26-> New face weld code for FLT importerGeoffrey Bantle
Replaced the use of remove doubles with some new custom 'face welding' code that wil clean up meshes on import.This will not remove any faces or do any edge collapse and so is a more suitable method of cleaning up imported meshes. This same code could potentially be of use when importing other formats as well (such as DXF...)
2008-03-23Bugfix #8710:Joshua Leung
Typo fix in PyConstraint template
2008-03-22NDOF support added to trunk from ndof branch.Jean-Luc Peurière
The latter is now obsolete and will be soon removed. Some tiny build tweaks for darwin committed in preparation of bigger changes for proper SDK suport both on intel and ppc
2008-03-21update to trunk r14199ndofJean-Luc Peurière
2008-03-20-> Color Fixing tool in FLT toolbarGeoffrey Bantle
A new tool for for fixing colors on meshes imported from other files with conflicting color palettes has been added to the FLT toolbar script. This will find the closest match for all the colors in the faces of selected meshes and update their baked vertex color representation. Also added a small tweak to the 'update all' tool which will fix black faces
2008-03-19-> Path handling fix for External references in FLT importGeoffrey Bantle
FLT importer had problems with external references that used relative paths. Fixed.
2008-03-19-> FLT importer hierarchy transform bugsGeoffrey Bantle
Several transform bugs in the flt importer have been fixed. This included parent/child relationships and matrices not importing correctly along with some problems with the import scale option.
2008-03-19-> FLT palette alpha bugGeoffrey Bantle
Default FLT palette had all colors with an alpha of zero which caused problems with some versions of OpenSceneGraph.
2008-03-14update to trunk r14104Jean-Luc Peurière
blenderbuttons is good and it compiles
2008-03-14resolved conflict state with HEAD r14096Jean-Luc Peurière
blenderbuttons still bad not let this compile
2008-03-13wasnt returning the images in python bake apiCampbell Barton
2008-03-13final (??) work on NDOF branchJean-Luc Peurière
it is now in a state where it can be safely merged with trunk. Note: basic icons were provided but I'm not an icondesigner and working in a 16x15 grid is way too small for me, so feel free to change them.
2008-03-13French text was breaking python interpreters.Stephen Swaney
Add character encoding to file like this: # -*- coding: latin-1 -*- Thanks to eago for the bug report.
2008-03-12image render to billboard was rotating UV's incorrectly, also make use of ↵Campbell Barton
texface alpha rather then making many materials with textures.
2008-03-10* Updated the material preview so the 'hair' preview option Matt Ebb
has UVs. Previously, it would show all noisy and messed up when using a UV texture.
2008-03-09fix for uninitialized variables in uv stretch drawing,Campbell Barton
[#8428] 'Editmesh_active' theme colour not accessible via Python bugfix problem where saving a theme would raise and error when ~/.blender didnt exist. bugfix for file selector staying open (introduced with own undo resistant scripts)
2008-03-07-> DOF from active toolGeoffrey Bantle
Creates (or modifies) a DOF node based upon the active object. Requires two selected objects, the non-active one will get its DOF coordinate system from the active selected object. This assumes that 1 Blender unit == 10 meters
2008-03-07-> Light points vert normal bug and DOF fixesGeoffrey Bantle
If light points are not given a unit normal they will not show up correctly in some applications. Further DOF nodes were not being exported correctly.
2008-03-05-> Short names fixGeoffrey Bantle
Short names (less than 8 characters) were not getting exported correctly for blender objects with no FLT props attached
2008-03-03Were path issues with getversion script on some platforms.Kent Mein
Kent
2008-03-02NSIS Installer:Simon Clitherow
Committing the changes used for 2.45 and the upcoming 2.46 release :) (Better late than never!)
2008-02-28left in printsCampbell Barton
2008-02-28Fix for [#8382] UV unwrap & export puts seams on all edges.Campbell Barton
Maya uses OBJ's UV's to generate seams, some people complained that models imported from blender didnt work well in maya. It was faster to write every faces UV (without doing a remove doubles), but sharing UV coords makes smaller files and might also be more efficient in other applications.
2008-02-27-> Minification filter type for FLT attrib filesGeoffrey Bantle
-Changed the minification filter type from Bilinear to mipmap-trilinear
2008-02-23This is an update of the french translation, patch from Tom Musgrove
Erwan Jacq (eon) - .mo to follow This is also a partial fix of bug 8272 X3D export issues the rest of the bug might be already fixed in CVS
2008-02-22* Displacement baking wasnt working with negative distances.Campbell Barton
* Added Normalize option for diplacement so everything in the 'Dist' range is mapped 0-1 * Increased the maximum Dist and Bias to1000.0 (was 10.0) * Added python utility function in BPyRender.py - bakeToPlane(...), to automate heightmap, normalmap generation for Crystalspace.
2008-02-18== ImageBrowser ==Andrea Weikert
added icon for 'Toggle Bookmark Area' disabled the bookmarks for databrowse allow to add path inside .blend file (could be nice to use as material library for example)
2008-02-15Fix for planar preview, to make Z=0 everywhereTon Roosendaal
2008-02-10ver.1.0.12a9 , minor bugfixRemigiusz Fiedler
2008-01-30Standalone reads a list of scene, start frame, end frame from blend files ↵Campbell Barton
without having to load them in blender. Scenes must be tagged to render, (old render daemon button) but selecting scenes in the data browser (shoft+f4) sets this also. Using this script to generate jobs for the renderfarm much faster then loading blender.
2008-01-28tooltips for some dual toggle buttons as well as tooltips from wim van ↵Campbell Barton
hoydonck ([#8166] [python-scripts] fix for tooltips of torus primitive + newline)
2008-01-28script to save renderlayers to a file so you can load them in other blend's ↵Campbell Barton
- useful when applying settings in a pipeline (andy tells me ;) )
2008-01-25sorry about this, 3rd commit to fix this small error.Campbell Barton
2008-01-25minor fixCampbell Barton