Skip to content
Snippets Groups Projects
Select Git revision
  • asset-browser-poselib
  • asset-shelf
  • bholodeck-v3.3
  • blender-v2.78-release
  • blender-v2.78b-release
  • blender-v2.79-release
  • blender-v2.79a-release
  • blender-v2.79b-release
  • blender-v2.80-release
  • blender-v2.81-release
  • blender-v2.82-release
  • blender-v2.83-release
  • blender-v2.90-release
  • blender-v2.91-release
  • blender-v2.92-release
  • blender-v2.93-release
  • blender-v3.0-release
  • blender-v3.1-release
  • blender-v3.2-release
  • blender-v3.3-release
  • v3.6.18
  • v3.6.19
  • v3.6.20
  • v4.1.1
  • v4.1.0
  • v3.6.10
  • v3.6.11
  • v3.6.12
  • v3.6.13
  • v3.6.14
  • v3.6.15
  • v3.6.16
  • v3.6.17
  • v3.6.9
  • v3.3.16
  • v3.6.8
  • v3.3.15
  • v3.6.7
  • v3.3.14
  • v4.0.2
40 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.012Feb11109876542131Jan3029282726252423222120191817161514131211109875432131Dec302925232221191817161411109876543230Nov29272624232221201817161411875331Oct30282726252423201614118226Sep242221201918171613121110986432131Aug30292726252423222120191817121110986532131Jul30292827262221201916151413111098654330Jun27262322201918171614131098764231May302927262423201716141312730Apr292726252423222120191817161514extensions_framework: Add optional bl_info parameter to Addon class contstructor, useful for making bl_idname and bl_label strings for versioned addonsfix for filtercorrect for changes in svn.extensions_framework: fix initialisation error in new Addon class when used my multiple addonsextensions_framework: Removed old and empty classes, added a more useful Addon class for register/unregister managementextensions_framework: don't use caching checks in init_properties when using ef_initialise_properties - addons using this interface will now enable/disable/enable correctly in the same session.minor cleanup.use mesh.validate() to ensure all meshes of imported data is ok and wont crash blender.extensions_framework: added ef_remove_properties function as a complement to ef_initialise_propertiesextensions_framework: changed ef_initialise_properties function to not register the class with RNA, added another function ef_register_initialise_properties that does both.all modules now register and unregister without errors.fix for addons, all addons now load without errors, next test unload.rigify update for manual registeration.fix text navigator for updates in API, this also wasnt working because it called operator from draw function (less recent api change).some corrections for errors registering classes.update icon script for changes in svn.update 3D coat for api changes.add in module register calls (first pass, batch replace, will test each addon next).extensions_framework: required changes for removal of auto-registrationextensions_framework: added ef_initialise_properties class decorator to initialise declarative_property_groups at declaration time instead of requiring a potentially huge class list in the addon __init__ filepatch [#25979] fixes for addons/io_scene_fbx, io_scene_x3dFixed some minor formatting issues and added support for engines that do not natively recognize the AnimTicksPerSecond template.incorrectly switched mesh.update() --> mesh.update_tag(),update mesh not render scene once added in.Fixed bone operate and matrix.Fixed quat.Version 0.0.8fix for error unregisteringcreate output dir if it doesnt exist and use native path separator.bugfix [#25382] Loading 3ds file messed up when the file has hierachyFix: UV mapping offset in y inverted.bugfix [#25919] Export to X3D problems with background skyrename id.update() to update_tag()use rna values because id-properties cant be edited/added during draw.fix for own changes in mathutils.fix for recent mathutils updates. note that the logic here is confusing and Im not sure why the original bone matrix us used at all.DXF-importer ver 0.1.5 - 2011.02.05 by migius, tested on r.34661extensions_framework: remove outputs module; unused and non-functionalupdate for changes in mathutuils.bugfix [#25903] Export to X3D should provide relative path with forward slash for subdirectories in url of ImageTexture
Loading