Revision d11592a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2015, 15:06 (GMT) |
fix: crash with fast bisect and fast bisect / fill due to refactoring |
March 18, 2015, 14:37 (GMT) |
Calculate bounding boxes for cached DMs to avoid visual popping when using the original Object's bb. |
March 18, 2015, 13:44 (GMT) |
GSOC viewport project by Jason Wilkins. Master rebase work in progress. Branch here still does not compile and there may be some changes to the naming and API, but it should serve to keep things visible. |
March 18, 2015, 13:12 (GMT) |
Test for NULL archive pointer when writing as well. This should not usually happen because the operator asks for permission to delete the file prior to writing, but should be checked nevertheless. |
March 18, 2015, 13:06 (GMT) |
Safeguard against crashes from invalid Alembic file paths by returning NULL archive pointers. This allows writer/reader code to test against obvious archive errors easily and is unmistakable. |
March 18, 2015, 12:33 (GMT) |
Fix for wrong ID code used in RNA->idcode mapping. |
March 18, 2015, 11:51 (GMT) |
Removed group pointer from cache libraries and use object->cachelib pointer instead. This change makes it possible to have group duplicators using different versions of a cache. |
March 18, 2015, 11:21 (GMT) |
Depsgraph: Attempt to fix driving shapekey with another one |
March 18, 2015, 10:51 (GMT) |
Depsgraph: Fix tweaking animated custom property doesn't work It was not totally correct logic around when to tag animation component for update. Now its tagging when adt->recalc is set to ADT_RECALC_ANIM, which means for now setting this flag should happen prior to DAG_id_tag_update() call, but in the future we can wrap this into an utility function. |
March 18, 2015, 09:37 (GMT) |
Merge branch 'master' into depsgraph_refactor |
March 18, 2015, 09:24 (GMT) |
Added a cache library pointer to objects as a replacement for CL->GR pointers. Relationship between CacheLibrary, duplicator Objects and Groups is difficult. There are a number of somewhat conflicting goals: - CacheLibraries write out data for objects and dupli groups. Multiple objects can be stored in the same cache: CL *->* GR - Objects can override a dupli group with different caches: OB *->1 CL - As before, each object can be the duplicator for one group: OB *->1 GR To combine these requirements, the first relationship will be made indirect. Only the Object -> Group/CacheLib relations are explicit pointers in the DNA. For finding all objects contained in a cache library the usual recursive DNA tagging system must then be used. |
March 18, 2015, 02:22 (GMT) |
Remove redundant initializers |
March 18, 2015, 02:22 (GMT) |
Cleanup: style |
March 18, 2015, 02:22 (GMT) |
Revert "Small cleanup (int to bool)" This reverts commit 1a574e51fed8b492aae07724809037c4cd624102. This is only needed when the value is cast to a bool |
March 17, 2015, 23:49 (GMT) |
Fix Cycles stereo UI to follow (not even that) recent Blender changes |
Revision 9775830 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 23:00 (GMT) |
fix: bugfixes for fractal boolean and greasepencil edge cutting due to refactoring |
March 17, 2015, 20:07 (GMT) |
AssetEngine: add IDProps, and RNA access to actual asset engine from filespace. Also, some quick dummy test/demo code for that in Amber. |
Revision 14a023a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 19:48 (GMT) |
refactoring of FractureModifier: split very long functions into more, shorter ones |
March 17, 2015, 17:16 (GMT) |
From review: add tooltips to convergence_mode And add unique tooltip for viewport_distance |
March 17, 2015, 16:37 (GMT) |
From review: replace some 'goto: monoview' with is_multiview_loaded We still have the monoview_image and monoview_movie. It's easy to change them but I don't know, I find the code slightly more clean by using it :/ |
|
|
|


Master Commits
MiikaHweb | 2003-2021