September 11, 2014, 10:05 (GMT) |
Fix for image display not updating before selecting a view (left over from the ima->views change) |
September 11, 2014, 09:14 (GMT) |
Fix crashes when for stereo3d_format update where there is no id |
Revision a56baae by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 11, 2014, 09:14 (GMT) |
Optimized matrix filling using the Eigen triplets method. Otherwise the construction of matrices becomes very slow for larger vertex counts because adding a new element is O(n), making it O(n^2) in total. |
September 10, 2014, 23:59 (GMT) |
Missing RNA access to image->packedfiles and fix image.packed_file for backward compatibility (it now points to the first packed file) |
September 10, 2014, 23:04 (GMT) |
Expose Image Stereo 3d format in the Properties Panel This allow the users to change the stereo type after loading the image (in case the wrong encoding was wrongly pick) Note: we do not let the user change between stereo and views after loading |
September 10, 2014, 21:30 (GMT) |
Silence false positive detected by valgrind |
September 10, 2014, 21:16 (GMT) |
Fix unfreed memory when RenderResult were requested to be filled with all views |
Revision 1f38343 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 10, 2014, 21:11 (GMT) |
Added back external effector forces for the cloth solver. |
Revision cbe66e6 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 10, 2014, 19:06 (GMT) |
Reenabled goal springs and removed the arbitrary structural scaling factor. |
September 10, 2014, 17:18 (GMT) |
Fix unfreed memory when using sequence of files (I have fixed it movie and image but forgot about the above) |
Revision ccf98b9 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 10, 2014, 17:14 (GMT) |
Fixed bending forces for cloth springs. |
September 10, 2014, 16:57 (GMT) |
Fix image not re-scale when "Fields" is toggled twice |
Revision 0066cd1 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 10, 2014, 16:55 (GMT) |
Correctly implemented and verified gravity, drag, structural springs. |
Revision e308e99 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 10, 2014, 15:10 (GMT) |
Minor fix in debug print, so solver prints can be diff'ed. |
September 10, 2014, 15:04 (GMT) |
Fix unfreed memories issue (the problem was that I was creating multiple ImBufs in the load functions, and was not deferring them) |
September 10, 2014, 15:04 (GMT) |
Fix blenderplayer build |
September 10, 2014, 15:04 (GMT) |
Remove unused function (BKE_image_cache_count and IMB_moviecache_count) |
Revision b6f3db9 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 10, 2014, 14:59 (GMT) |
A couple of defines to disable various influences on the cloth sim for debugging. |
Revision f235da9 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 10, 2014, 14:04 (GMT) |
Debug printing code for large sparse vectors and matrices, to compare solver input/output of the old and new methods. |
Revision 3871ec3 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 10, 2014, 12:30 (GMT) |
Added a new internal header for implicit solver defines. Should become its own intern wrapper library eventually. |
|
|
|


Master Commits
MiikaHweb | 2003-2021