|
|
fda2045150
|
correct spelling errors in comments
|
2011-10-17 06:58:07 +00:00 |
|
|
|
751aa8c7f4
|
py api: bpy_extras.io_utils.path_reference() - added library argument so exporters get the paths of linked images right.
|
2011-10-11 04:36:27 +00:00 |
|
|
|
fa5275cdfa
|
- bpy.path.abspath(), added optional library argument since any paths from linked datablocks are relative to this, not the blend files path, this saves kludgy path code wherever libraries may be used.
- Image "Edit Externally" operator can now edit relative library images.
also minor edits to navmesh.
|
2011-10-11 04:09:11 +00:00 |
|
|
|
f7737153e6
|
filter RNA classes for translation (removes over 1300 lines from messages.txt)
- omit operators tagged as INTERNAL
- omit classes for internal use: Event, Context, Property, Function, Window.
|
2011-10-05 03:39:22 +00:00 |
|
|
|
ccb7a81d86
|
- fix for keymap test operator
- cleanup pep8 warnings and unused py imports
py pep8 cleanup
|
2011-10-02 18:09:36 +00:00 |
|
|
|
8a423f59ea
|
pep8 cleanup and fix for keymap test operator from my own recent fix.
|
2011-09-26 15:39:15 +00:00 |
|
|
|
e1e5371335
|
fix for keymap export, move functions common for the UI and operators into bpy_extras.keymap_utils
|
2011-09-26 11:22:07 +00:00 |
|
|
|
c658442c65
|
- move animsys update operator into the anim.py
- move the data into animsys_refactor.py module so its not loaded on blender start.
|
2011-09-23 17:38:52 +00:00 |
|
|
|
c658b74db5
|
minor edits to recent fix for addons
|
2011-09-23 13:47:29 +00:00 |
|
|
|
f7c8ea702f
|
* Some more fixes for recent move operator commit.
|
2011-09-23 13:29:28 +00:00 |
|
|
|
458b920abb
|
remove bl_operators/nla.py, move bake_action function into bpy_extras.anim_utils and bake operator into bl_operators/anim.py
|
2011-09-22 22:51:54 +00:00 |
|
|
|
712e434a5f
|
/release/scripts: Removed final points in UI strings and messages.
|
2011-09-19 14:00:42 +00:00 |
|
|
|
e2818f1b92
|
- include enum names and descriptions in sphinx generated documentation
- add descriptions for operator bl_options
|
2011-09-15 16:15:24 +00:00 |
|
|
|
9e9fbd371e
|
correct fix for #28558
|
2011-09-08 09:48:41 +00:00 |
|
|
|
f5f7ed433c
|
fix [#28558] more edge_keys than edges
|
2011-09-07 23:36:32 +00:00 |
|
|
|
b20c9b0ba3
|
minor edits, pep8 - also correct float -> double promotion for blf.
|
2011-08-30 10:49:58 +00:00 |
|
|
|
43ab8e8624
|
* Merge trunk up to r39790.
* Subversion bump (also for init_userdef_do_versions).
* Minor fix for compilation without ffmpeg.
|
2011-08-30 08:22:03 +00:00 |
|
|
|
b4b046995b
|
* Removing mocap GSoC (is an addon already).
* Fixing ffmpeg-0.8 errors.
* Fixing Ketsji paths.
* Removing DoSound from BGE.
* Fixing audio scene update to use only current scene objects.
|
2011-08-28 14:21:44 +00:00 |
|
|
|
a9dea3afe9
|
correct missing bpy doc references.
|
2011-08-26 18:48:48 +00:00 |
|
|
|
291ae8822d
|
executing operators that changed the context from the console wasnt returning an operator set/flag.
|
2011-08-25 17:59:37 +00:00 |
|
|
|
f0d5abfcb2
|
Merging trunk up to r39637.
|
2011-08-22 20:31:46 +00:00 |
|
|
|
1324173e99
|
pep8 edits and change '!= None' to 'is not None'
|
2011-08-22 09:01:49 +00:00 |
|
|
|
78b147fbc2
|
Commenting and pep8 compliance
|
2011-08-17 10:13:24 +00:00 |
|
|
|
0b7911cf0a
|
Small change that improves usability to advanced retargeting
|
2011-08-16 19:12:36 +00:00 |
|
|
|
23807d1fb4
|
Merging trunk up to r39447.
|
2011-08-16 14:11:58 +00:00 |
|
|
|
c8ae881b61
|
Added option to each retargeted bone to fix twist issues caused by variable bone rolls and unknown axis differences. Also made retarget operator a single undo
|
2011-08-15 10:18:02 +00:00 |
|
|
|
3237f39243
|
Small fix to autoloop due to changes in utility function by animation stitching
|
2011-08-15 10:17:04 +00:00 |
|
|
|
551e8bc72c
|
py api - optional sep argument for bpy_extra.io_utils.unique_name() since for some formats '.' is an invalid char.
|
2011-08-15 04:58:19 +00:00 |
|
|
|
2fef8f13f0
|
Added argument to retargeting - step size. Allows retargeting every other 'step' frame, useful for previewing or faster retargeting.
|
2011-08-13 18:46:34 +00:00 |
|
|
|
24b18fd154
|
More work on Advanced Retargeting and some stride bone bugs
|
2011-08-12 18:10:31 +00:00 |
|
|
|
8fd246cb70
|
add bpy.types as a module for convenient imports, eg:
from bpy.types import Menu
|
2011-08-12 06:31:39 +00:00 |
|
|
|
f1a8c26aa3
|
Additional work on animation stitching, now with auto-guess capability. Only a few bugs left, regarding animations translation
|
2011-08-11 16:46:27 +00:00 |
|
|
|
05b7ccb736
|
Optimizations following intensive profiling of retarget and other lengthy functions. Retargeting now takes ~30% less time
|
2011-08-11 14:50:19 +00:00 |
|
|
|
87e9c0ffaa
|
Advanced Retargeting option: If the end user armature is complex, on the level of Sintel/Mancandy rigs, the user is requested to mark Advanced Retargeting, and constraints will be semi automatically configured to retarget the animation and then Retargeting will bake and remove these constraints
|
2011-08-11 13:47:49 +00:00 |
|
|
|
ef18ec335f
|
svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blender
|
2011-08-11 05:04:01 +00:00 |
|
|
|
fba1f50d0a
|
Mostly finished implementation of animation stitching, with lock bone functionality, allowing the user to choose a bone that maintains its position during the blend
|
2011-08-10 20:37:57 +00:00 |
|
|
|
1eaeaf8cd8
|
Fix for previous commit, now a fake user flag is added when switching between retargeted animations, so they don't get lost on save
|
2011-08-10 20:36:52 +00:00 |
|
|
|
b5d556d432
|
Initial programming of stitch animation operator. WIP
|
2011-08-10 18:41:04 +00:00 |
|
|
|
8afad10f98
|
Continued changes to storing of retargeted animation data, making it possible to easily switch between all retargeted clips, and stitch them with the future operator
|
2011-08-10 18:40:14 +00:00 |
|
|
|
60eec89cda
|
Created property systems for multiple retargets on a single armature, for this type of use and animation stitching. Also contains some placeholder UI and code for animation stitching.
|
2011-08-08 11:09:56 +00:00 |
|
|
|
22d2764d50
|
use static sets rather then tuples, python optimizes this case.
minor change to lightmap unpack collecting unique meshes.
|
2011-08-08 05:21:37 +00:00 |
|
|
|
daab78bc61
|
Merging trunk up to r39145.
|
2011-08-07 15:25:06 +00:00 |
|
|
|
38280ba38e
|
fix [#28172] Cannot restore Add-ons tab in user preferences after a failed attempt to install an add-on.
non utf8 addons would make the addon UI vanish, now give a message in the console and UI.
|
2011-08-07 04:55:58 +00:00 |
|
|
|
9a9330d88c
|
Post Retarget fixes - added an Update Constraints button, that recalculates all fixes. Useful for when the user makes some external change to the animation
|
2011-08-05 08:44:16 +00:00 |
|
|
|
63c7bacc7b
|
Updated Vector/Matrix multiplication to new order as required by mathutils
|
2011-08-05 08:41:16 +00:00 |
|
|
|
b5e55ff44b
|
Small fix to Path Editing - now mute's original forward motion curve
|
2011-08-05 08:40:06 +00:00 |
|
|
|
ecd4b86982
|
Initial coding of path editing operator. Still needs some work, but all the basic functionality is there. Select a path and the stride bone (as active) and it will reparameterize the path to propel the armature forward in the same magnitude of the original
|
2011-08-03 22:26:59 +00:00 |
|
|
|
ab3fc2fa5c
|
Added functions for toggling DOF Constraints on user rig based on range of motion in motion capture clip. Limit Rotation constraints are added based on the min and max of each DOF of each bone in its local space
|
2011-08-03 18:16:32 +00:00 |
|
|
|
b9039168fe
|
Fixed coding style to conform to pep8
|
2011-08-03 18:13:44 +00:00 |
|
|
|
eb9d591898
|
* Merging trunk up to r38981.
* Fixing a minor issue in a previous commit.
|
2011-08-03 12:44:52 +00:00 |
|