|
Search Results
|
| Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
| |
|
Thread: Error after upgrade: (are you missing a using directive or an assembly reference?)
Post: RE: Error after upgrade: (are you missing a using ...
| Hey. That fixed the problem. I could have sworn that I deleted everything. But am now not sure.
Thanks |
|
boriskourt |
Curvy Splines
|
3 |
1,900 |
05-16-2022, 11:09 AM |
| |
|
Thread: Error after upgrade: (are you missing a using directive or an assembly reference?)
Post: Error after upgrade: (are you missing a using dire...
| Hello again! After the upgrade I am getting a thousand errors that look like:
Code:
--
Assets/Plugins/ToolBuddy/Assets/Curvy/Scripts/CG/CurvyPropertyAttributes.cs(24,47): error CS0246: The type or n... |
|
boriskourt |
Curvy Splines
|
3 |
1,900 |
05-12-2022, 06:22 PM |
| |
|
Thread: Updating MaterialID in MetaCGOptions at Runtime
Post: RE: Updating MaterialID in MetaCGOptions at Runtim...
| Thank you for your detailed response!
I will give this a shot, but want to clarify something in my previous post.
If I enable the materials option in the shape extrusion module, even with one mater... |
|
boriskourt |
Curvy Splines
|
5 |
3,550 |
06-16-2021, 09:09 AM |
| |
|
Thread: Updating MaterialID in MetaCGOptions at Runtime
Post: RE: Updating MaterialID in MetaCGOptions at Runtim...
| I've tried it with this added, no luck.
Attached images have the details for the materials in the generator. Are there any other settings that I should be aware of?
I've also tried to check "Mat... |
|
boriskourt |
Curvy Splines
|
5 |
3,550 |
06-14-2021, 07:32 PM |
| |
|
Thread: Updating MaterialID in MetaCGOptions at Runtime
Post: Updating MaterialID in MetaCGOptions at Runtime
| Does updating MaterialID in MetaCGOptions on an already generated segment switch the active material?
I have a Volume Mesh with two material slots, id 0 and id 1. I want to flip between them at ru... |
|
boriskourt |
Curvy Splines
|
5 |
3,550 |
06-13-2021, 08:17 PM |
| |
|
Thread: Reference the materials used in generator
Post: RE: Reference the materials used in generator
| Hey, Thanks for the suggestion.
Just to clarify, are you recommending I modify your plugin source? |
|
boriskourt |
Curvy Splines
|
5 |
4,322 |
05-09-2021, 05:23 PM |
| |
|
Thread: Reference the materials used in generator
Post: RE: Reference the materials used in generator
| Thanks for the fast response!
This almost got me there, is this the unique instance of the material for this generator/spline? When you get material via `Renderer.material` it creates unique insta... |
|
boriskourt |
Curvy Splines
|
5 |
4,322 |
05-08-2021, 07:20 PM |
| |
|
Thread: Reference the materials used in generator
Post: Reference the materials used in generator
| I have one spline + generator as a prefab that I instantiate multiple times at runtime. There is only one material used in the generator. I am wondering how I can get to that material from the referen... |
|
boriskourt |
Curvy Splines
|
5 |
4,322 |
05-08-2021, 05:21 PM |
| |
|
Thread: Disabled mesh generation until a certain number of CPs are added.
Post: Disabled mesh generation until a certain number of...
| In the generator settings is there a way to disable generation until a set number of points have been added to the spline? |
|
boriskourt |
Curvy Splines
|
1 |
1,687 |
05-02-2021, 09:39 AM |
| |
|
Thread: Smoothly animate spline growth.
Post: RE: Smoothly animate spline growth.
| The splines are quite simple, between 24 - 48 CPs each, and a 4CP cross-section. Haven't had runtime performance degradation yet on my devices.
The material on them is the more complex part. I gue... |
|
boriskourt |
Curvy Splines
|
3 |
4,511 |
04-25-2021, 11:21 AM |
| |
|
Thread: Smoothly animate spline growth.
Post: Smoothly animate spline growth.
| I've spent quite a bit of time drawing dynamic splines using the API and I have to say that this is a wonderful set of functionality!
Now that I have some sophisticated spline arrangements slowly ... |
|
boriskourt |
Curvy Splines
|
3 |
4,511 |
04-25-2021, 09:06 AM |