Commit Graph

286 Commits (535a6dd8cee2825c311e8ef335d21444fa0bc309)

Author SHA1 Message Date
Kae..pl 535a6dd8ce Bugfix: fixed an issue when UV coordinates were not applied even though the mesh had them defined (the bug occured when the mesh had materials, UV's and no textures). 12 years ago
Kae..pl 04ed5d1467 Bugfix: several minor bugfixes and improvements. 12 years ago
Kae..pl e2cc42e6f3 Bugfix: making blender importer NOT to crash when coming accross Depth24Stencil8 image type. 12 years ago
Kae..pl 23cc867e38 Bugfix: making the importer NOT to crash when coming accross OCEAN type of generated texture (this is a new texture type). 12 years ago
Kae..pl 517dece348 Refactoring: optimisations to generated textures loading (will affect some of them). 12 years ago
Kae..pl 4ecc911b69 Feature: added bottom texture for the sky during sky loading. 12 years ago
Kae..pl 66f1a0302f Refactoring: removing unnecesary System.out's. ;) 12 years ago
Kae..pl eb7e7bbaad Feature: added sky loading. 12 years ago
Kae..pl f94ad2b37a Bugfix: fixed an issue with improper normals direction in merged vertices in mirror modifier. 12 years ago
Kae..pl 915638a370 Refactoring: vertices and normals bind poses are now generated instead of read from the file (as suggested in ArmatureModifier ;). 12 years ago
Kae..pl 2a00f1ccb0 Refactoring: removed unnecessary return type from the modifiers (it was never used). 12 years ago
Kae..pl 8df3569688 Refactoring: small reorganisation of ObjectHelper class. 12 years ago
Kae..pl d86adfa4f1 Bugfix: fixed an issue with missing material color when material has a non used texture. 12 years ago
Kae..pl 638947623d Refactoring: 12 years ago
Kae..pl d6a1b63206 Bugfix: fix to specular light loading. Taking intensity into consideration. Fix given by: pfannenwender. 12 years ago
Kae..pl 1b17c4fd04 Bugfix: fixes to specular shininess loading. 12 years ago
Kae..pl 0bb9822322 Bugfix: fixed an issue that caused repeated meshes to be populated in the wrong direction when Y axis was set as up axis. 12 years ago
Kae..pl bf4447bc46 Feature: loading separate UV sets defined by user and loading LightMap. 12 years ago
rem..om 2acbdf9f84 Hardware Skinning now uses its own bone index and bone weight buffers. The vertex buffers are initialized empty when the model is loaded and placed in the cache. 12 years ago
Kae..pl 217a1a6273 Refactoring: removing AnimData class use in blender importer to make it independent on the OGRE plugin (this way the usage of the importer will not require the presence of Ogre plugin in the classpath). 12 years ago
Kae..pl 5b65b19bda Refactoring: storing importer custom data in blender context instead of loaded features. This way there will be no conflict between the custom data names and user's properties names and no unwanted additional data will be stored in the result features. 12 years ago
Kae..pl 9961f77445 Code refactoring: 12 years ago
Kae..pl 3602d86c20 Bugfix: fixed a bug that caused a bone constraint to be properly validated even though its bone target was not defined. 12 years ago
Kae..pl 29dd973122 Refactoring: large changes in constraints system (see the proper topic on the forum for further changes) 12 years ago
Kae..pl 4f104e4200 Bugfix: (hopefully) final fixes to armature applying to models without applied transformations (+ removing unused pieces of code) 12 years ago
Kae..pl e282db0f7f Minor fixes to armature loading. 12 years ago
Kae..pl a1fd0272d4 Bugfix: only rotation is used to transform node to its parent armature transformation when computing bone positions. 12 years ago
Kae..pl 06f5cab5ba Bugfix: fixed an issue with skeleton loading when the armature was not a parent of an object it should animate. 12 years ago
Kae..pl 3888036176 Bugfix: fixed an error that could create wrogn vertex to bone group assignment. This caused animation to be played badly because some vertices remained in their places instead of moving with the proper bone. 12 years ago
Kae..pl fc96e52a4c Bugfix: fixed lowes weight removal method that did not remove all lowest vertices that were necessary (thanks to Tobias Downer for finding it :) ). 12 years ago
Kae..pl 0a90ff21d2 Refactoring: removed unused class. 12 years ago
Kae..pl 687c1216ab Refactoring: removing unused code. 12 years ago
Kae..pl 31e327bbac Refactoring: SpatialConstraint now derives from Constraint and not BoneConstraint. 12 years ago
Kae..pl 4de3be91a9 Refactoring: unsupported (but known) constraint definitions are now represented by a single class instead of many classes that do nothing except logging a warning. 12 years ago
Kae..pl 28ea9d8a0d Refactoring: tabs replaced by spaces in blender importer sources. (removed unnecesary comment about the spaces so that is not misleading later for others ;) ) 12 years ago
Kae..pl ecc8d8387b Refactoring: tabs replaced by spaces in blender importer sources. (4 spaces for each tab) 12 years ago
Kae..pl 9f4544a3a8 Added length of the bone to the BoneContext (this will be needed later by some of the constraints). 12 years ago
Kae..pl dcd5fd5b4e Making sure that bone constraint will target either object or bone in its own armature. Allowing bone to target object (and not only bone as it was until now). 12 years ago
Kae..pl 04998a07c0 Bugfix: mipmap generation once again dependant on the blender settings and on blender key settings :) 12 years ago
Kae..pl bdd8ab1fb0 Feature: added constraint definitions that were added to blender 2.62 so that the loaded does not crash when meets one 12 years ago
Kae..pl 142905654f Added a function that creates the full name of the field (with its pointer and table indicators). Just for debugging purposes. 12 years ago
nor..67 ad927bcd6a - change blender texture locator to always set the texture key on loaded textures explicitly (for relative textures too) 12 years ago
Kae..pl 21dc62e293 Refactoring: removing unnecessary asset manager from BlenderInputStream constructor (the manager was never used). 12 years ago
nor..67 629d1caba7 - change blender texture locator to always set the texture key on loaded textures explicitly 12 years ago
nor..67 11e955e020 - use replace instead of replaceAll in blender TextureHelper 12 years ago
nor..67 836bc37f5f - Improve Blender TextureHelper external texture loading 12 years ago
nor..67 d6ea096da9 - default blender FaceCullMode to back 12 years ago
nor..67 b0b818dc12 - fix logging in blender loader 12 years ago
nor..67 ea973c14c3 - change logging from logger.info() logger.fine and logger.warning() 12 years ago
nor..67 7ba657e430 - set logging from Level.INFO to Level.FINE for most logging 12 years ago