Enrique Rovira
Forum Replies Created
-
Enrique Rovira
July 1, 2016 at 8:27 am in reply to: Guide, mask and shape lines thick and blurry 2015.3That’s right, if you zoom they don’t get any bigger.
And thanks I’ll file a bug report for what it’s worth!
E
-
Enrique Rovira
June 29, 2016 at 11:58 am in reply to: Guide, mask and shape lines thick and blurry 2015.3Hey,
I tried using hardware to accelerate panels but didn’t make a difference.
My system:
Mac OS X El Capitan 10.11.5 (15F34)
iMac (Retina 5K, 27-inch, Late 2015) – 27-inch (5120 x 2880)
Processor 4 GHz Intel Core i7
Memory 32 GB 1867 MHz DDR3
Graphics AMD Radeon R9 M395X 4096 MBI’ve attached an image here so you can see how the guides are showing. It is happening on 2 other systems here, same specs…
-
Thanks I followed that link but my expressions knowledge is not good enough to modify if as needed and it creates a huge processing problem too which is not idea. So I did something slightly different and less fancier for now… and have put through a request to Adobe to include some formatting options in Premiere Pro for text boxes created on AE.
-
Thanks Kalle, this worked for me!
Only I had to take out the: /2
on the: y_offset = rect.height;
To ensure the lower margin of the text stayed on the same place.After applying the expression my text jumped slightly but you can still manipulate the x and y values for the position to adjust the text layer.
-
Enrique Rovira
January 3, 2016 at 9:55 am in reply to: Shattered glass dynamic parts going through collider (floor) and non-stop jitteringAmazing Brian, that’s exactly what I was looking for, many thanks!!
I’ve recreated the scene you’ve done (first to practice what you have done) then only added dynamics to the centre pieces as I wanted to keep that hole only in the middle of the TV screen. Having the individual polys gives me way more control too.
Here’s a still of the finished scene:
9621_screenshot20160103at09.52.11.jpg.zip -
Just delete the stroke and save as Illustrator 8 I have just tried it and it solved the problem
-
Enrique Rovira
June 3, 2015 at 4:23 pm in reply to: Expression to select and affect specific characters in a textOk now THAT worked perfect! I’m tinkering with it now but it seems all is fine.
Thanks!
-
Enrique Rovira
June 3, 2015 at 9:07 am in reply to: Expression to select and affect specific characters in a textWe also tried this expression, from another of your posts actually.
But we get to the exact same problem, on each line will select a further character… If I put everything in one single line it works fine though.
c = text.sourceText.value[textIndex-1];
if (/^\•/i.test(c)) 100 else 0 -
Enrique Rovira
June 3, 2015 at 8:53 am in reply to: Expression to select and affect specific characters in a textWe tried moving things around as below, but to no use!
myChar = text.sourceText.value[textIndex-1];
if (myChar === "•") { 100 } else { 0 }; -
Enrique Rovira
June 3, 2015 at 8:28 am in reply to: Expression to select and affect specific characters in a textActually I came across a problem, for some reason it selects the correct character on the first line but then selects and modifies the colour of the second character on the second line, the third character on the third line, and so on. Of course the bullet point is always the first character on each line.
