mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-21 08:11:23 +02:00
Fix attachable(). Again. For real this time.
This commit is contained in:
@@ -785,7 +785,6 @@ module attachable(
|
|||||||
);
|
);
|
||||||
m = attach_transform(anchor,spin,orient,geom);
|
m = attach_transform(anchor,spin,orient,geom);
|
||||||
multmatrix(m) {
|
multmatrix(m) {
|
||||||
if (attachment_is_shown($tags)) {
|
|
||||||
$parent_anchor = anchor;
|
$parent_anchor = anchor;
|
||||||
$parent_spin = spin;
|
$parent_spin = spin;
|
||||||
$parent_orient = orient;
|
$parent_orient = orient;
|
||||||
@@ -796,6 +795,7 @@ module attachable(
|
|||||||
$tags_shown = undef;
|
$tags_shown = undef;
|
||||||
$tags_hidden = undef;
|
$tags_hidden = undef;
|
||||||
|
|
||||||
|
if (attachment_is_shown($tags)) {
|
||||||
if (is_undef($color)) {
|
if (is_undef($color)) {
|
||||||
children(0);
|
children(0);
|
||||||
} else color($color) {
|
} else color($color) {
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,176];
|
BOSL_VERSION = [2,0,177];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user